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
Fields 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)