| Package | com.yworks.canvas.drawing |
| Class | public class BlankVariableLinePaintable |
| Inheritance | BlankVariableLinePaintable VariableLinePaintable AbstractSingleLineSnapResultPaintable Object |
sourcePoint and targetPoint that is extended by
the set offset.
| Method | Defined By | ||
|---|---|---|---|
[override]
Callback used by the paint method to paint the source and target points. | BlankVariableLinePaintable | ||
| markPoints | () | method |
override protected function markPoints(g:YGraphics, ctx:IPaintContext):void
Callback used by the paint method to paint the source and target points.
This implementation paints nothing.
Parameters
g:YGraphics — The graphics object to paint upon.
| |
ctx:IPaintContext — The paint context.
|
See also