public class DrawBlockConnector extends DrawCurve
config, id, scClassName
Constructor and Description |
---|
DrawBlockConnector() |
DrawBlockConnector(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JavaScriptObject |
create() |
Point |
getControlPoint1()
First cubic bezier control point.
|
Point |
getControlPoint2()
Second cubic bezier control point.
|
static DrawBlockConnector |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
void |
setControlPoint1(Point controlPoint1)
First cubic bezier control point.
|
void |
setControlPoint2(Point controlPoint2)
Second cubic bezier control point.
|
void |
setJavaScriptObject(com.google.gwt.core.client.JavaScriptObject jsObj) |
getEndPoint, getKnobs, getLineCap, getStartPoint, moveBy, moveTo, setDefaultProperties, setEndPoint, setKnobs, setLineCap, setStartPoint
addClickHandler, addDragMoveHandler, addDragResizeMoveHandler, addDragStartHandler, addDragStopHandler, addMouseDownHandler, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseUpHandler, addMovedHandler, addResizedHandler, addShowContextMenuHandler, computeAngle, computeAngleAsDouble, dragResizeMove, draw, erase, getAttributeAsIntArray, getBoundingBox, getCanDrag, getCanHover, getCenter, getContextMenu, getCursor, getDestroyed, getDestroying, getDragStartDistance, getDrawGroup, getDrawPane, getEndArrow, getFillColor, getFillGradient, getFillOpacity, getHoverHTML, getKeepInParentRect, getLineColor, getLineOpacity, getLinePattern, getLineWidth, getMoveKnobOffset, getMoveKnobPoint, getPageLeft, getPageTop, getPrompt, getRef, getResizeKnobPoints, getRotation, getScale, getShadow, getShowHover, getStartArrow, getSvgString, hide, hideKnobs, hover, isInBounds, isPointInPath, resizeBy, resizeTo, rotateBy, rotateBy, rotateTo, rotateTo, scaleBy, scaleBy, scaleTo, scaleTo, setAttribute, setCanDrag, setCanHover, setContextMenu, setCursor, setDefaultProperties, setDragStartDistance, setDrawGroup, setDrawPane, setEndArrow, setFillColor, setFillGradient, setFillOpacity, setKeepInParentRect, setKeepInParentRect, setLineColor, setLineOpacity, setLinePattern, setLineWidth, setMoveKnobOffset, setMoveKnobPoint, setPrompt, setResizeKnobPoints, setRotation, setScale, setShadow, setShowHover, setStartArrow, show, showKnobs
asSGWTComponent, destroy, doAddHandler, doInit, error, error, errorIfNotCreated, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsJavaScriptObject, getAttributeAsMap, getAttributeAsString, getAttributeAsStringArray, getClassName, getConfig, getHandlerCount, getID, getJsObj, getOrCreateJsObj, getScClassName, internalSetID, internalSetID, isCreated, onBind, onInit, registerID, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setID, setProperty, setProperty, setProperty, setProperty, setScClassName
public DrawBlockConnector()
public DrawBlockConnector(com.google.gwt.core.client.JavaScriptObject jsObj)
public static DrawBlockConnector getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setJavaScriptObject(com.google.gwt.core.client.JavaScriptObject jsObj)
setJavaScriptObject
in class DrawCurve
public com.google.gwt.core.client.JavaScriptObject create()
public void setControlPoint1(Point controlPoint1)
setControlPoint1
in class DrawCurve
controlPoint1
- controlPoint1 Default value is [100,0]public Point getControlPoint1()
getControlPoint1
in class DrawCurve
public void setControlPoint2(Point controlPoint2)
setControlPoint2
in class DrawCurve
controlPoint2
- controlPoint2 Default value is [0,100]public Point getControlPoint2()
getControlPoint2
in class DrawCurve