Uses of Enum Class
org.apache.fop.render.intermediate.BorderPainter.CornerAngles
Packages that use BorderPainter.CornerAngles
-
Uses of BorderPainter.CornerAngles in org.apache.fop.render.intermediate
Fields in org.apache.fop.render.intermediate declared as BorderPainter.CornerAnglesModifier and TypeFieldDescriptionprivate final BorderPainter.CornerAngles
BorderPainter.Corner.angles
The start and end angles of the corner ellipseMethods in org.apache.fop.render.intermediate that return BorderPainter.CornerAnglesModifier and TypeMethodDescriptionstatic BorderPainter.CornerAngles
Returns the enum constant of this class with the specified name.static BorderPainter.CornerAngles[]
BorderPainter.CornerAngles.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.fop.render.intermediate with parameters of type BorderPainter.CornerAnglesModifierConstructorDescriptionprivate
Corner
(int radiusX, int radiusY, BorderPainter.CornerAngles angles, int ellipseOffsetX, int ellipseOffsetY, int incrementX, int incrementY)