Uses of Enum
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 voidTraitSetter.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.ModeReturns 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.ModeModifier and TypeMethodDescriptionstatic BorderPropsBorderProps.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.privateBorderProps(String style, int width, int radiusStart, int radiusEnd, Color color, BorderProps.Mode mode)