public static interface Canvas.Drawable
Modifier and Type | Method and Description |
---|---|
void |
draw(java.lang.Object gc,
float x,
float y,
float width,
float height) |
void |
draw(java.lang.Object gc,
float dx,
float dy,
float dw,
float dh,
float sx,
float sy,
float sw,
float sh) |
float |
height() |
float |
width() |
Copyright © 2019. All Rights Reserved.