Uses of Enum Class
org.apache.fop.traits.BorderProps.Mode
Packages that use BorderProps.Mode
Package
Description
FOP's layout engine.
Trait classes and other supporting data structures.
-
Uses of BorderProps.Mode in org.apache.fop.layoutmgr
Methods in org.apache.fop.layoutmgr with parameters of type BorderProps.ModeModifier and TypeMethodDescriptionprivate static void
TraitSetter.addBorderTrait
(Area area, CommonBorderPaddingBackground bpProps, boolean discard, int side, BorderProps.Mode mode, Integer traitCode, PercentBaseContext context) -
Uses of BorderProps.Mode in org.apache.fop.traits
Fields in org.apache.fop.traits declared as BorderProps.ModeMethods in org.apache.fop.traits that return BorderProps.ModeModifier and TypeMethodDescriptionBorderProps.getMode()
static BorderProps.Mode
Returns the enum constant of this class with the specified name.static BorderProps.Mode[]
BorderProps.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.fop.traits with parameters of type BorderProps.ModeModifier and TypeMethodDescriptionstatic BorderProps
BorderProps.makeRectangular
(int style, int width, 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.ModeModifierConstructorDescriptionBorderProps
(int style, int width, int radiusStart, int radiusEnd, Color color, BorderProps.Mode mode) Constructs a new BorderProps instance.private
BorderProps
(String style, int width, int radiusStart, int radiusEnd, Color color, BorderProps.Mode mode)