Inheritance diagram for CanvasHxPolyline2d::
Public Methods | |
CanvasHxPolyline2d (String polyName) | |
String | getSaName () |
Overrides CanvasObject interface. More... | |
int | getClosed () |
int | getNrPoints () |
double | getPX (int index) |
double | getPY (int index) |
Protected Methods | |
Shape | getShape () |
Derived classes have to implement this method to supply the shape that represents the CanvasFigures. More... | |
boolean | hitOnStroke () |
Derived classes have to implement this method to indicate whether they are selected (hit) based on their stroke (border) or on their interior. More... |
|
|
|
Overrides CanvasObject interface.
Reimplemented from CanvasObject. |
|
|
|
|
|
|
|
|
|
Derived classes have to implement this method to supply the shape that represents the CanvasFigures. It is used to draw to figure as well as determine which figure is selected (hit) by the cursor within a canvas. Reimplemented from CanvasFigure. |
|
Derived classes have to implement this method to indicate whether they are selected (hit) based on their stroke (border) or on their interior.
Reimplemented from CanvasFigure. |