public class WiresShapeViewExt<T extends WiresShapeViewExt> extends WiresShapeView<T> implements HasTitle<T>, HasControlPoints<T>, HasEventHandlers<T,com.ait.lienzo.client.core.shape.Shape<?>>, HasFillGradient<T>
HasTitle.PositionHasControlPoints.ControlPointTypeHasFillGradient.TypeUUID_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
WiresShapeViewExt(com.ait.lienzo.client.core.shape.MultiPath path,
com.ait.lienzo.client.core.shape.wires.LayoutContainer layoutContainer) |
|
WiresShapeViewExt(ViewEventType[] supportedEventTypes,
com.ait.lienzo.client.core.shape.MultiPath path) |
getAlpha, getDecorators, getDragEnforcer, getFillAlpha, getFillColor, getShape, getShapeAbsoluteLocation, getShapeX, getShapeY, getStrokeAlpha, getStrokeColor, getStrokeWidth, getUUID, moveDown, moveToBottom, moveToTop, moveUp, setAlpha, setDragBounds, setFillAlpha, setFillColor, setListening, setShapeX, setShapeY, setStrokeAlpha, setStrokeColor, setStrokeWidth, setUUID, unsetDragBoundsaddChild, 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 WiresShapeViewExt(ViewEventType[] supportedEventTypes, com.ait.lienzo.client.core.shape.MultiPath path)
protected WiresShapeViewExt(com.ait.lienzo.client.core.shape.MultiPath path,
com.ait.lienzo.client.core.shape.wires.LayoutContainer layoutContainer)
protected void setEventHandlerManager(ViewEventHandlerManager eventHandlerManager)
public boolean supports(ViewEventType type)
supports in interface HasEventHandlers<T extends WiresShapeViewExt,com.ait.lienzo.client.core.shape.Shape<?>>public com.ait.lienzo.client.core.shape.Shape<?> getAttachableShape()
getAttachableShape in interface HasEventHandlers<T extends WiresShapeViewExt,com.ait.lienzo.client.core.shape.Shape<?>>public T setTitle(String title)
setTitle in interface HasTitle<T extends WiresShapeViewExt>public T setTitlePosition(HasTitle.Position position)
setTitlePosition in interface HasTitle<T extends WiresShapeViewExt>public T setTitleRotation(double degrees)
setTitleRotation in interface HasTitle<T extends WiresShapeViewExt>public T setTitleStrokeColor(String color)
setTitleStrokeColor in interface HasTitle<T extends WiresShapeViewExt>public T setTitleFontFamily(String fontFamily)
setTitleFontFamily in interface HasTitle<T extends WiresShapeViewExt>public T setTitleFontSize(double fontSize)
setTitleFontSize in interface HasTitle<T extends WiresShapeViewExt>public T setTitleFontColor(String fillColor)
setTitleFontColor in interface HasTitle<T extends WiresShapeViewExt>public T setTitleAlpha(double alpha)
setTitleAlpha in interface HasTitle<T extends WiresShapeViewExt>public T setTitleStrokeWidth(double strokeWidth)
setTitleStrokeWidth in interface HasTitle<T extends WiresShapeViewExt>public T moveTitleToTop()
moveTitleToTop in interface HasTitle<T extends WiresShapeViewExt>public T setFillGradient(HasFillGradient.Type type, String startColor, String endColor)
setFillGradient in interface HasFillGradient<T extends WiresShapeViewExt>public T updateFillGradient(double width, double height)
public T showControlPoints(HasControlPoints.ControlPointType type)
showControlPoints in interface HasControlPoints<T extends WiresShapeViewExt>public T updateControlPoints(HasControlPoints.ControlPointType type)
public T hideControlPoints()
hideControlPoints in interface HasControlPoints<T extends WiresShapeViewExt>public boolean areControlsVisible()
areControlsVisible in interface HasControlPoints<T extends WiresShapeViewExt>public void destroy()
destroy in interface ShapeView<T extends WiresShapeViewExt>destroy in class WiresShapeView<T extends WiresShapeViewExt>public T addHandler(ViewEventType type, ViewHandler<? extends ViewEvent> eventHandler)
addHandler in interface HasEventHandlers<T extends WiresShapeViewExt,com.ait.lienzo.client.core.shape.Shape<?>>public T removeHandler(ViewHandler<? extends ViewEvent> eventHandler)
removeHandler in interface HasEventHandlers<T extends WiresShapeViewExt,com.ait.lienzo.client.core.shape.Shape<?>>public T enableHandlers()
enableHandlers in interface HasEventHandlers<T extends WiresShapeViewExt,com.ait.lienzo.client.core.shape.Shape<?>>public T disableHandlers()
disableHandlers in interface HasEventHandlers<T extends WiresShapeViewExt,com.ait.lienzo.client.core.shape.Shape<?>>Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.