|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.gradient.Pattern
public class Pattern
Constructor Summary | |
---|---|
Pattern(int patternType,
Shading shading,
java.util.List<java.lang.Double> matrix)
|
Method Summary | |
---|---|
java.util.List<java.lang.Double> |
getMatrix()
|
int |
getPatternType()
Either one (1) for tiling, or two (2) for shading. |
Shading |
getShading()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Pattern(int patternType, Shading shading, java.util.List<java.lang.Double> matrix)
Method Detail |
---|
public int getPatternType()
public Shading getShading()
public java.util.List<java.lang.Double> getMatrix()
|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |