Uses of Class
org.apache.fop.render.intermediate.BorderPainter.CornerAngles
-
Packages that use BorderPainter.CornerAngles Package Description org.apache.fop.render.intermediate -
-
Uses of BorderPainter.CornerAngles in org.apache.fop.render.intermediate
Fields in org.apache.fop.render.intermediate declared as BorderPainter.CornerAngles Modifier and Type Field Description private BorderPainter.CornerAngles
BorderPainter.Corner. angles
The start and end angles of the corner ellipseMethods in org.apache.fop.render.intermediate that return BorderPainter.CornerAngles Modifier and Type Method Description static BorderPainter.CornerAngles
BorderPainter.CornerAngles. valueOf(java.lang.String name)
Returns 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.CornerAngles Constructor Description Corner(int radiusX, int radiusY, BorderPainter.CornerAngles angles, int ellipseOffsetX, int ellipseOffsetY, int incrementX, int incrementY)
-