Package models.shapes
Class Stroke
- java.lang.Object
-
- models.shapes.Stroke
-
-
Constructor Summary
Constructors Constructor Description Stroke(java.lang.String canvasID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCx()
int
getCy()
java.lang.String
getId()
Colours
getStroke()
int
getStroke_width()
int
getX2()
int
getY2()
void
setCx(int cx)
void
setCy(int cy)
void
setStroke(Colours stroke)
void
setStroke_width(int stroke_width)
void
setX2(int x2)
void
setY2(int y2)
-
-
-
Method Detail
-
getStroke_width
public int getStroke_width()
-
setStroke_width
public void setStroke_width(int stroke_width)
-
getStroke
public Colours getStroke()
-
setStroke
public void setStroke(Colours stroke)
-
getY2
public int getY2()
-
setY2
public void setY2(int y2)
-
getX2
public int getX2()
-
setX2
public void setX2(int x2)
-
-