-
public interface CornerTreatmentDefines a shape corner style.
-
-
Method Summary
Modifier and Type Method Description abstract UnitcreateCorner(Float x1, Float y1, Float x2, Float y2, CornerLocation cornerLocation, Path path)Draws a shape corner of the appropriate style. -
-
Method Detail
-
createCorner
abstract Unit createCorner(Float x1, Float y1, Float x2, Float y2, CornerLocation cornerLocation, Path path)
Draws a shape corner of the appropriate style.
- Parameters:
x1- the horizontal coordinate of the starting point.y1- the vertical coordinate of the starting point.x2- the horizontal coordinate of the end point.y2- the vertical coordinate of the end point.cornerLocation- the location of the corner.
-
-
-
-