Class RelativeGeneralPath
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.RelativeGeneralPath
Describe this class
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidappend(PathIterator pi, boolean connect) voidclone()voidbooleancontains(double x, double y) booleancontains(double x, double y, double w, double h) booleanbooleanvoidcurveTo(float x1, float y1, float x2, float y2, float x3, float y3) booleangetPathIterator(AffineTransform at, double flatness) intbooleanintersects(double x, double y, double w, double h) booleanvoidline(float dX, float dY) voidlineTo(float x, float y) voidmove(float dX, float dY) voidmoveTo(float x, float y) voidquadTo(float x1, float y1, float x2, float y2) voidreset()voidsetWindingRule(int rule) void
- 
Constructor Details- 
RelativeGeneralPathpublic RelativeGeneralPath()
 
- 
- 
Method Details- 
movepublic void move(float dX, float dY) 
- 
linepublic void line(float dX, float dY) 
- 
append
- 
append
- 
closePathpublic void closePath()
- 
createTransformedShape
- 
curveTopublic void curveTo(float x1, float y1, float x2, float y2, float x3, float y3) 
- 
getCurrentPoint
- 
getWindingRulepublic int getWindingRule()
- 
lineTopublic void lineTo(float x, float y) 
- 
moveTopublic void moveTo(float x, float y) 
- 
quadTopublic void quadTo(float x1, float y1, float x2, float y2) 
- 
resetpublic void reset()
- 
setWindingRulepublic void setWindingRule(int rule) 
- 
transform
- 
equals
- 
containspublic boolean contains(double x, double y) 
- 
containspublic boolean contains(double x, double y, double w, double h) 
- 
contains
- 
contains
- 
getBounds
- 
getBounds2D- Specified by:
- getBounds2Din interface- Shape
 
- 
clone
- 
getPathIterator- Specified by:
- getPathIteratorin interface- Shape
 
- 
getPathIterator- Specified by:
- getPathIteratorin interface- Shape
 
- 
intersectspublic boolean intersects(double x, double y, double w, double h) - Specified by:
- intersectsin interface- Shape
 
- 
intersects- Specified by:
- intersectsin interface- Shape
 
 
-