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) |
addChild, addChild, addWiresResizeEndHandler, addWiresResizeStartHandler, addWiresResizeStepHandler, createControlHandles, equals, getControl, getControls, getMagnets, getPath, hashCode, isResizable, 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(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 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–2019 JBoss by Red Hat. All rights reserved.