Uses of Class
org.apache.fop.traits.BorderProps.Mode
-
Packages that use BorderProps.Mode Package Description 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 Modifier and Type Method Description BorderProps.Mode
BorderProps. getMode()
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 Modifier and Type Method Description 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 Constructor Description BorderProps(int style, int width, int radiusStart, int radiusEnd, java.awt.Color color, BorderProps.Mode mode)
Constructs a new BorderProps instance.
-