Uses of Enum
org.apache.fop.render.intermediate.BorderPainter.CornerAngles
Packages that use BorderPainter.CornerAngles
-
Uses of BorderPainter.CornerAngles in org.apache.fop.render.intermediate
Subclasses with type arguments of type BorderPainter.CornerAngles in org.apache.fop.render.intermediateModifier and TypeClassDescriptionprivate static enumThe four corners SB - Start-Before BE - Before-End EA - End-After AS - After-Start 0 --> x | v y SB BE *----* | | | | *----* AS EAFields in org.apache.fop.render.intermediate declared as BorderPainter.CornerAnglesModifier and TypeFieldDescriptionprivate final BorderPainter.CornerAnglesBorderPainter.Corner.anglesThe start and end angles of the corner ellipseMethods in org.apache.fop.render.intermediate that return BorderPainter.CornerAnglesModifier and TypeMethodDescriptionstatic BorderPainter.CornerAnglesReturns the enum constant of this type with the specified name.static BorderPainter.CornerAngles[]BorderPainter.CornerAngles.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.fop.render.intermediate with parameters of type BorderPainter.CornerAnglesModifierConstructorDescriptionprivateCorner(int radiusX, int radiusY, BorderPainter.CornerAngles angles, int ellipseOffsetX, int ellipseOffsetY, int incrementX, int incrementY)