|
fop 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BorderProps.Mode | |
---|---|
org.apache.fop.traits | Trait classes and other supporting data structures. |
Uses of BorderProps.Mode in org.apache.fop.traits |
---|
Methods in org.apache.fop.traits that return BorderProps.Mode | |
---|---|
static BorderProps.Mode |
BorderProps.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BorderProps.Mode[] |
BorderProps.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.fop.traits with parameters of type BorderProps.Mode | |
---|---|
static BorderProps |
BorderProps.makeRectangular(int style,
int width,
java.awt.Color color,
BorderProps.Mode mode)
Factory method for a new BorderProps instance with rectangular corners. |
Constructors in org.apache.fop.traits with parameters of type BorderProps.Mode | |
---|---|
BorderProps(int style,
int width,
int radiusStart,
int radiusEnd,
java.awt.Color color,
BorderProps.Mode mode)
Constructs a new BorderProps instance. |
|
fop 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |