@Dependent public class LienzoLayer extends Object
| Constructor and Description |
|---|
LienzoLayer() |
| Modifier and Type | Method and Description |
|---|---|
LienzoLayer |
add(com.ait.lienzo.client.core.shape.IPrimitive<?> shape) |
void |
clear() |
LienzoLayer |
delete(com.ait.lienzo.client.core.shape.IPrimitive<?> shape) |
void |
destroy() |
com.ait.lienzo.client.core.shape.Layer |
getLienzoLayer() |
protected Point2D |
getScale() |
com.ait.lienzo.client.core.shape.Layer |
getTopLayer() |
Transform |
getTransform() |
protected Point2D |
getTranslate() |
void |
onAfterDraw(org.uberfire.mvp.Command callback) |
void |
scale(double delta) |
void |
scale(double sx,
double sy) |
void |
translate(double tx,
double ty) |
public LienzoLayer add(com.ait.lienzo.client.core.shape.IPrimitive<?> shape)
public LienzoLayer delete(com.ait.lienzo.client.core.shape.IPrimitive<?> shape)
public void clear()
public void onAfterDraw(org.uberfire.mvp.Command callback)
public com.ait.lienzo.client.core.shape.Layer getTopLayer()
public void destroy()
public com.ait.lienzo.client.core.shape.Layer getLienzoLayer()
protected Point2D getTranslate()
protected Point2D getScale()
public Transform getTransform()
public void translate(double tx,
double ty)
public void scale(double sx,
double sy)
public void scale(double delta)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.