public class WiresShapeView<T> extends com.ait.lienzo.client.core.shape.wires.WiresShape implements LienzoShapeView<T>, HasDragBounds<T>
| 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() |
BoundingBox |
getBoundingBox() |
List<com.ait.lienzo.client.core.shape.Shape<?>> |
getDecorators() |
double |
getFillAlpha() |
String |
getFillColor() |
com.ait.lienzo.client.core.shape.Shape<?> |
getShape() |
Point2D |
getShapeAbsoluteLocation() |
double |
getShapeX() |
double |
getShapeY() |
double |
getStrokeAlpha() |
String |
getStrokeColor() |
double |
getStrokeWidth() |
Object |
getUserData() |
String |
getUUID() |
T |
moveDown() |
T |
moveToBottom() |
T |
moveToTop() |
T |
moveUp() |
T |
removeShadow() |
T |
setAlpha(double alpha) |
T |
setDragBounds(Bounds bounds) |
T |
setDragEnabled(boolean draggable) |
T |
setFillAlpha(double alpha) |
T |
setFillColor(String color) |
T |
setListening(boolean listening) |
T |
setShadow(String color,
int blur,
double offx,
double offy) |
T |
setShapeLocation(Point2D location) |
T |
setStrokeAlpha(double alpha) |
T |
setStrokeColor(String color) |
T |
setStrokeWidth(double width) |
void |
setUserData(Object userData) |
T |
setUUID(String uuid) |
addChild, addChild, addLabel, addWiresResizeEndHandler, addWiresResizeStartHandler, addWiresResizeStepHandler, createControlHandles, equals, getControl, getControls, getMagnets, getPath, hashCode, isListening, isResizable, listen, loadControls, refresh, removeChild, removeFromParent, setControl, setDraggable, setLocation, setMagnets, setResizable, shapeMoved, uuidadd, addWiresDragEndHandler, addWiresDragMoveHandler, addWiresDragStartHandler, addWiresMoveHandler, getChildShapes, getComputedLocation, getContainer, getDockedTo, getGroup, getHandlerManager, getLayoutHandler, getLocation, getParent, getWiresManager, getX, getY, remove, setDockedTo, setLayoutHandler, setParent, setWiresManagerclone, finalize, getClass, 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 T setShapeLocation(Point2D location)
setShapeLocation in interface ShapeView<T>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 setDragEnabled(boolean draggable)
setDragEnabled in interface ShapeView<T>public T setDragBounds(Bounds bounds)
setDragBounds in interface HasDragBounds<T>public T moveToBottom()
moveToBottom in interface ShapeView<T>public BoundingBox getBoundingBox()
getBoundingBox in interface ShapeView<T>public void destroy()
public T setListening(boolean listening)
public List<com.ait.lienzo.client.core.shape.Shape<?>> getDecorators()
getDecorators in interface HasDecorators<com.ait.lienzo.client.core.shape.Shape<?>>public T removeShadow()
removeShadow in interface HasShadow<T>public Object getUserData()
getUserData in interface ShapeView<T>public void setUserData(Object userData)
setUserData in interface ShapeView<T>Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.