public static interface AbstractCanvas.CanvasView<C extends AbstractCanvas.CanvasView>
extends com.google.gwt.user.client.ui.IsWidget
| Modifier and Type | Method and Description |
|---|---|
C |
add(ShapeView<?> shape) |
C |
addChild(ShapeView<?> parent,
ShapeView<?> child) |
C |
clear() |
C |
delete(ShapeView<?> shape) |
C |
deleteChild(ShapeView<?> parent,
ShapeView<?> child) |
void |
destroy() |
C |
dock(ShapeView<?> parent,
ShapeView<?> child) |
Point2D |
getAbsoluteLocation() |
CanvasPanel |
getPanel() |
Transform |
getTransform() |
C |
initialize(CanvasPanel panel,
CanvasSettings canvasSettings) |
C |
setCursor(AbstractCanvas.Cursors cursor) |
C |
setGrid(CanvasGrid grid) |
C |
undock(ShapeView<?> childParent,
ShapeView<?> child) |
C initialize(CanvasPanel panel, CanvasSettings canvasSettings)
C setGrid(CanvasGrid grid)
C setCursor(AbstractCanvas.Cursors cursor)
C clear()
Transform getTransform()
Point2D getAbsoluteLocation()
CanvasPanel getPanel()
void destroy()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.