| Package | com.yworks.canvas.drawing |
| Interface | public interface IPaintable |
| Implementors | OverviewGraphPaintable, ShapePaintable, VoidPaintable |
| Method | Defined By | ||
|---|---|---|---|
Performs the actual painting into the given graphics context. | IPaintable | ||
| paint | () | method |
public function paint(g:YGraphics, ctx:IPaintContext):voidPerforms the actual painting into the given graphics context.
Parameters
g:YGraphics — The graphics context to paint into
| |
ctx:IPaintContext — Currently not used
|