public class WiresShapeView<T> extends com.ait.lienzo.client.core.shape.wires.WiresShape implements ShapeView<T>, HasDragBounds<T>
UUID_PREFIX| Constructor and Description |
|---|
WiresShapeView(com.ait.lienzo.client.core.shape.MultiPath path) |
WiresShapeView(com.ait.lienzo.client.core.shape.MultiPath path,
com.ait.lienzo.client.core.shape.wires.LayoutContainer layoutContainer) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
double |
getAlpha() |
WiresDragConstraintEnforcer |
getDragEnforcer() |
double |
getFillAlpha() |
String |
getFillColor() |
com.ait.lienzo.client.core.shape.Shape<?> |
getShape() |
Point2D |
getShapeAbsoluteLocation() |
double |
getShapeX() |
double |
getShapeY() |
double |
getStrokeAlpha() |
String |
getStrokeColor() |
double |
getStrokeWidth() |
String |
getUUID() |
T |
moveDown() |
T |
moveToBottom() |
T |
moveToTop() |
T |
moveUp() |
T |
setAlpha(double alpha) |
T |
setDragBounds(double x1,
double y1,
double x2,
double y2) |
T |
setFillAlpha(double alpha) |
T |
setFillColor(String color) |
T |
setShapeX(double x) |
T |
setShapeY(double y) |
T |
setStrokeAlpha(double alpha) |
T |
setStrokeColor(String color) |
T |
setStrokeWidth(double width) |
T |
setUUID(String uuid) |
T |
unsetDragBounds() |
addChild, addChild, addWiresResizeEndHandler, addWiresResizeStartHandler, addWiresResizeStepHandler, addWiresShapeHandler, createControlHandles, getControls, getMagnets, getPath, getX, getY, isResizable, loadControls, preDestroy, refresh, removeChild, removeFromParent, setDraggable, setMagnets, setResizable, setX, setY, uuidadd, addWiresDragEndHandler, addWiresDragMoveHandler, addWiresDragStartHandler, addWiresMoveHandler, getChildShapes, getContainer, getContainmentAcceptor, getDockedTo, getDockingAcceptor, getGroup, getHandlerManager, getLayoutHandler, getParent, remove, setContainer, setContainmentAcceptor, setDockedTo, setDockingAcceptor, setLayoutHandler, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremoveFromParentpublic WiresShapeView(com.ait.lienzo.client.core.shape.MultiPath path)
public WiresShapeView(com.ait.lienzo.client.core.shape.MultiPath path,
com.ait.lienzo.client.core.shape.wires.LayoutContainer layoutContainer)
public com.ait.lienzo.client.core.shape.Shape<?> getShape()
public Point2D getShapeAbsoluteLocation()
getShapeAbsoluteLocation in interface ShapeView<T>public String getFillColor()
getFillColor in interface ShapeView<T>public T setFillColor(String color)
setFillColor in interface ShapeView<T>public double getFillAlpha()
getFillAlpha in interface ShapeView<T>public T setFillAlpha(double alpha)
setFillAlpha in interface ShapeView<T>public String getStrokeColor()
getStrokeColor in interface ShapeView<T>public T setStrokeColor(String color)
setStrokeColor in interface ShapeView<T>public double getStrokeAlpha()
getStrokeAlpha in interface ShapeView<T>public T setStrokeAlpha(double alpha)
setStrokeAlpha in interface ShapeView<T>public double getStrokeWidth()
getStrokeWidth in interface ShapeView<T>public T setStrokeWidth(double width)
setStrokeWidth in interface ShapeView<T>public T setDragBounds(double x1, double y1, double x2, double y2)
setDragBounds in interface HasDragBounds<T>public T unsetDragBounds()
unsetDragBounds in interface HasDragBounds<T>public T moveToBottom()
moveToBottom in interface ShapeView<T>public void destroy()
public WiresDragConstraintEnforcer getDragEnforcer()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.