public class VML extends DomSurface
| Modifier and Type | Class and Description |
|---|---|
static interface |
VML.SpritePooling |
static interface |
VML.VmlBundle |
static interface |
VML.VmlCss |
| Constructor and Description |
|---|
VML() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteSprite(Sprite sprite)
Deletes the given sprite from the surface.
|
void |
draw()
Renders the surface to the DOM as well as any sprites already added.
|
void |
drawIgnoreOptimizations()
Draws the surface ignoring whether or not sprites are dirty.
|
void |
renderSprite(Sprite sprite)
Renders the given sprite to the DOM.
|
void |
setCursor(Sprite sprite,
String property)
Sets the cursor property for the given sprite.
|
void |
setViewBox(double x,
double y,
double width,
double height)
Sets the view box of the surface.
|
setIdadd, addGradient, clear, create, create, getBBox, getComponent, getHeight, getSprites, getSurfaceElement, getWidth, setBackground, setHeight, setWidthpublic void deleteSprite(Sprite sprite)
SurfacedeleteSprite in class DomSurfacesprite - the sprite to be deletedpublic void draw()
Surfacepublic void drawIgnoreOptimizations()
public void renderSprite(Sprite sprite)
SurfacerenderSprite in class Surfacesprite - the sprite to be renderedpublic void setCursor(Sprite sprite, String property)
Surfacepublic void setViewBox(double x,
double y,
double width,
double height)
SurfacesetViewBox in class Surfacex - the x coordinate of the viewboxy - the y coordinate of the viewboxwidth - the width of the viewboxheight - the height of the viewboxCopyright © 2014. All Rights Reserved.