| Package | com.yworks.canvas.drawing |
| Class | public class VoidPaintable |
| Inheritance | VoidPaintable Object |
| Implements | IPaintable |
| Property | Defined By | ||
|---|---|---|---|
| instance : IPaintable [static] [read-only]
The static shared instance. | VoidPaintable | ||
| Method | Defined By | ||
|---|---|---|---|
Performs the actual painting into the given graphics context. | VoidPaintable | ||
| instance | property |
instance:IPaintable [read-only] The static shared instance.
public static function get instance():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
|