public class DrawRect extends DrawItem
config, configOnly, factoryCreated, factoryProperties, id, scClassName
Constructor and Description |
---|
DrawRect() |
DrawRect(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JavaScriptObject |
create() |
Point |
getCenter()
Get the center point of the rectangle.
|
int |
getHeight()
Height in pixels relative to the
local coordinate system . |
int |
getLeft()
Left coordinate in pixels relative to the
local coordinate system . |
LineCap |
getLineCap()
Style of drawing the endpoints of a line.
|
static DrawRect |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
float |
getRounding()
Rounding of corners, from 0 (square corners) to 1.0 (shorter edge is a semicircle).
|
TitleRotationMode |
getTitleRotationMode()
The mode in which the
titleLabel (if shown) is
rotated with this draw item. |
int |
getTop()
Top coordinate in pixels relative to the
local coordinate system . |
int |
getWidth()
Width in pixels relative to the
local coordinate system . |
boolean |
isPointInPath(int x,
int y)
Returns true if the given point in the drawing coordinate system is within this DrawItem's shape, taking into account
local transforms.
|
void |
moveBy(int dX,
int dY)
Move the drawRect by the specified delta
|
void |
moveTo(java.lang.Integer left,
java.lang.Integer top)
Move the drawRect to the specified position
|
void |
resizeBy(int dX,
int dY)
Resize by the specified delta
|
void |
resizeTo(java.lang.Integer width,
java.lang.Integer height)
Resize to the specified size
|
void |
setCenter(int left,
int top)
Move the drawRect such that it is centered over the specified coordinates.
|
static void |
setDefaultProperties(DrawRect drawRectProperties)
Class level method to set the default properties of this class.
|
void |
setHeight(int height)
Height in pixels relative to the
local coordinate system . |
void |
setLeft(int left)
Left coordinate in pixels relative to the
local coordinate system . |
void |
setLineCap(LineCap lineCap)
Style of drawing the endpoints of a line.
|
void |
setRect(java.lang.Integer left,
java.lang.Integer top,
java.lang.Integer width,
java.lang.Integer height)
Move and resize the drawRect to match the specified coordinates and size.
|
void |
setRounding(float rounding)
Rounding of corners, from 0 (square corners) to 1.0 (shorter edge is a semicircle).
|
void |
setTitleRotationMode(TitleRotationMode titleRotationMode)
The mode in which the
titleLabel (if shown) is
rotated with this draw item. |
void |
setTop(int top)
Top coordinate in pixels relative to the
local coordinate system . |
void |
setWidth(int width)
Width in pixels relative to the
local coordinate system . |
addClickHandler, addDragMoveHandler, addDragResizeMoveHandler, addDragResizeStartHandler, addDragResizeStopHandler, addDragStartHandler, addDragStopHandler, addMouseDownHandler, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseUpHandler, addMovedHandler, addResizedHandler, addShowContextMenuHandler, changeAutoChildDefaults, changeAutoChildDefaults, changeAutoChildDefaults, computeAngle, computeAngleAsDouble, dragResizeMove, draw, erase, getAttributeAsIntArray, getBoundingBox, getBoundingBoxAsDouble, getCanDrag, getCanHover, getCanvasAutoChild, getContextMenu, getCornerResizeKnob, getCursor, getDestroyed, getDestroying, getDragStartDistance, getDrawGroup, getDrawItemAutoChild, getDrawPane, getEditProxyConstructor, getEndArrow, getEndKnob, getEventOpaque, getFillColor, getFillGradient, getFillGradientAsString, getFillOpacity, getFormItemAutoChild, getHoverDelay, getHoverHTML, getKeepInParentRect, getKnobs, getLineColor, getLineOpacity, getLinePattern, getLineWidth, getMoveKnob, getMoveKnobOffset, getMoveKnobPoint, getPageLeft, getPageTop, getPrompt, getProportionalResizeModifiers, getProportionalResizing, getRef, getResizeBoundingBox, getResizeBoundingBoxAsDouble, getResizeKnobPoints, getResizeOutline, getResizeViaLocalTransformOnly, getRotation, getRotationAsDouble, getScale, getShadow, getShowHover, getShowResizeOutline, getShowTitleLabelBackground, getSideResizeKnob, getStartArrow, getStartKnob, getSvgString, getTitle, getTitleLabel, getTitleLabelBackground, getTitleLabelPadding, getTranslate, getXShearFactor, getYShearFactor, hide, hideAllKnobs, hideKnobs, hideKnobs, hover, isInBounds, rotateBy, rotateTo, scaleBy, scaleTo, setAttribute, setAttribute, setAutoChildConstructor, setAutoChildProperties, setAutoChildProperties, setAutoChildProperties, setAutoChildProperties, setAutoChildVisibility, setCanDrag, setCanHover, setCenterPoint, setContextMenu, setCursor, setDefaultProperties, setDragStartDistance, setDrawGroup, setDrawPane, setEditProxyConstructor, setEndArrow, setEventOpaque, setFillColor, setFillGradient, setFillGradient, setFillOpacity, setHoverDelay, setKeepInParentRect, setKeepInParentRect, setKnobs, setLineColor, setLineOpacity, setLinePattern, setLineWidth, setMoveKnobOffset, setMoveKnobPoint, setPrompt, setPropertyValue, setProportionalResizeModifiers, setProportionalResizing, setResizeKnobPoints, setResizeViaLocalTransformOnly, setRotation, setRotation, setScale, setShadow, setShapeData, setShowHover, setShowResizeOutline, setShowTitleLabelBackground, setStartArrow, setTitle, setTitleLabelPadding, setTranslate, setXShearFactor, setYShearFactor, show, showAllKnobs, showKnobs, showKnobs, supportsEndArrow, supportsStartArrow
applyFactoryProperties, asSGWTComponent, createJsObj, 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, getTestInstance, hasAutoAssignedID, internalSetID, internalSetID, isConfigOnly, isCreated, isFactoryCreated, onBind, onInit, registerID, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setConfig, setConfigOnly, setFactoryCreated, setID, setJavaScriptObject, setProperty, setProperty, setProperty, setProperty, setScClassName
public DrawRect()
public DrawRect(com.google.gwt.core.client.JavaScriptObject jsObj)
public static DrawRect getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public com.google.gwt.core.client.JavaScriptObject create()
public void setHeight(int height)
local coordinate system
.
height
- new height. Default value is 100public int getHeight()
local coordinate system
.public void setLeft(int left)
local coordinate system
.
left
- new left coordinate. Default value is 0public int getLeft()
local coordinate system
.public void setLineCap(LineCap lineCap)
Note that for dashed and dotted lines, the lineCap style affects each dash or dot.
setLineCap
in class DrawItem
lineCap
- Default value is "butt"public LineCap getLineCap()
Note that for dashed and dotted lines, the lineCap style affects each dash or dot.
getLineCap
in class DrawItem
public void setRounding(float rounding) throws java.lang.IllegalStateException
rounding
rounding
- new rounding value. Should be between zero (a rectangle) and 1 (shorter edge is a semicircle). Default value is 0java.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic float getRounding()
public void setTitleRotationMode(TitleRotationMode titleRotationMode) throws java.lang.IllegalStateException
titleLabel
(if shown) is
rotated with this draw item.
Note : This is an advanced setting
setTitleRotationMode
in class DrawItem
titleRotationMode
- Default value is "withItemAlwaysUp"java.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdDrawItem.setTitle(java.lang.String)
public TitleRotationMode getTitleRotationMode()
titleLabel
(if shown) is
rotated with this draw item.getTitleRotationMode
in class DrawItem
DrawItem.getTitle()
public void setTop(int top)
local coordinate system
.
top
- new top coordinate. Default value is 0public int getTop()
local coordinate system
.public void setWidth(int width)
local coordinate system
.
width
- new width. Default value is 100public int getWidth()
local coordinate system
.public Point getCenter()
public boolean isPointInPath(int x, int y)
isPointInPath
in class DrawItem
x
- X coordinate of the test point.y
- Y coordinate of the test point.public void moveBy(int dX, int dY)
public void moveTo(java.lang.Integer left, java.lang.Integer top)
public void resizeBy(int dX, int dY)
public void resizeTo(java.lang.Integer width, java.lang.Integer height)
public void setCenter(int left, int top)
left
- left coordinate for new center positiontop
- top coordinate for new center postiionpublic void setRect(java.lang.Integer left, java.lang.Integer top, java.lang.Integer width, java.lang.Integer height)
left
- new left coordinatetop
- new top coordinatewidth
- new widthheight
- new heightpublic static void setDefaultProperties(DrawRect drawRectProperties)
Note: This method is intended for setting default attributes only and will affect all instances of the underlying class (including those automatically generated in JavaScript). This method should not be used to apply standard EventHandlers or override methods for a class - use a custom subclass instead. Calling this method after instances have been created can result in undefined behavior, since it bypasses any setters and a class instance may have already examined a particular property and not be expecting any changes through this route.
drawRectProperties
- properties that should be used as new defaults when instances of this class are createdSGWTProperties