public static interface AbstractCanvas.View<P>
extends com.google.gwt.user.client.ui.IsWidget
AbstractCanvas.View show(P panel, int width, int height, Layer layer)
AbstractCanvas.View add(com.google.gwt.user.client.ui.IsWidget widget)
AbstractCanvas.View remove(com.google.gwt.user.client.ui.IsWidget widget)
AbstractCanvas.View addShape(ShapeView<?> shapeView)
AbstractCanvas.View removeShape(ShapeView<?> shapeView)
AbstractCanvas.View addChildShape(ShapeView<?> parent, ShapeView<?> child)
AbstractCanvas.View removeChildShape(ShapeView<?> parent, ShapeView<?> child)
AbstractCanvas.View dock(ShapeView<?> parent, ShapeView<?> child)
AbstractCanvas.View undock(ShapeView<?> targetDockShape, ShapeView<?> childParent, ShapeView<?> child)
double getAbsoluteX()
double getAbsoluteY()
int getWidth()
int getHeight()
AbstractCanvas.View setGrid(CanvasGrid grid)
AbstractCanvas.View setCursor(AbstractCanvas.Cursors cursor)
AbstractCanvas.View setDecoratorStrokeWidth(double width)
AbstractCanvas.View setDecoratorStrokeAlpha(double alpha)
AbstractCanvas.View setDecoratorStrokeColor(String color)
Layer getLayer()
AbstractCanvas.View clear()
void destroy()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.