Class DrawGroup
- All Implemented Interfaces:
HasAttachHandlers
,HasHandlers
,EventListener
,HasVisibility
,IsWidget
,LogicalStructure
,HasClickHandlers
,HasDragMoveHandlers
,HasDragResizeMoveHandlers
,HasDragResizeStartHandlers
,HasDragResizeStopHandlers
,HasDragStartHandlers
,HasDragStopHandlers
,HasDrawEndHandlers
,HasDrawStartHandlers
,HasMouseDownHandlers
,HasMouseMoveHandlers
,HasMouseOutHandlers
,HasMouseOverHandlers
,HasMouseUpHandlers
,HasMovedHandlers
,HasResizedHandlers
,HasShowContextMenuHandlers
A DrawGroup has no local visual representation other than that of its drawItems. Adding items to a drawGroup allows for central event handling, and allows them to be manipulated (drawn, scaled, etc) together.
DrawItems are added to a DrawGroup by creating the DrawItems with DrawItem.drawGroup
set to the DrawGroup, or by creating a
DrawGroup with drawItems
.
DrawGroups handle
events by having an explicitly specified group rectangle (see getGroupRect()
). This rectangle has no visual representation
within the draw pane (is not visible) but any user-interactions within the specified coordinates will trigger group
level events.
DrawGroups may contain other DrawGroups.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
UIObject.DebugIdImpl, UIObject.DebugIdImplEnabled
-
Field Summary
Fields inherited from class com.smartgwt.client.widgets.BaseWidget
config, configOnly, factoryCreated, factoryProperties, id, nativeObject, scClassName
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
changeAutoChildDefaults
(String autoChildName, Canvas defaults) Changes the defaults for Canvas AutoChildren namedautoChildName
.static void
changeAutoChildDefaults
(String autoChildName, DrawItem defaults) Changes the defaults for DrawItem AutoChildren namedautoChildName
.static void
changeAutoChildDefaults
(String autoChildName, FormItem defaults) Changes the defaults for FormItem AutoChildren namedautoChildName
.click()
Notification fired when the user clicks on this DrawGroup.protected JavaScriptObject
create()
boolean
dragMove()
Notification fired for every mouseMove event triggered while the user is dragging this DrawGroup.boolean
Notification fired when the user starts to drag this DrawGroup.boolean
dragStop()
Notification fired when the user stops dragging this DrawGroup.void
erase()
Erases all DrawItems in the DrawGroup.Get the center point of thegroup rectangle
.DrawItem[]
Initial list of DrawItems for this DrawGroup.This method will return an array of integers mapping out the coordinates (left, top, width, height) of the "group rectangle" for the group.If this group is showing aKnobType.MOVE
control knob
, thegroupRectOutline
is aDrawRect
AutoChild that identifies the group's group rect (seeuseGroupRect
).int
Height of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").double
Height of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").KnobType[]
getKnobs()
DrawGroup only supports theKnobType.MOVE
knob type.int
getLeft()
Left coordinate of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").double
Left coordinate of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").Getter implementing theLogicalStructure
interface, which supports Eclipse's logical structure debugging facility.Should dragging the group (whencanDrag
is true) or dragging the move knob also move the items within thisDrawGroup
?static DrawGroup
getOrCreateRef
(JavaScriptObject jsObj) If theKnobType.MOVE
control knob
is shown for this group anduseGroupRect
is true, should thegroupRectOutline
be shown?int
getTop()
Top coordinate of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").double
Top coordinate of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").boolean
When should this drawGroup receive event notifications? If set totrue
, the developer can specify an explicitset of coordinates
.int
getWidth()
Width of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").double
Width of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").Notification fired when the user presses the left mouse button on this DrawGroup.Notification fired when the user moves the mouse over this DrawGroup.mouseOut()
Notification fired when the mouse leaves this DrawGroup.Notification fired when the mouse enters this DrawGroup.mouseUp()
Notification fired when the user releases the left mouse button on this DrawGroup.void
moveBy
(int dX, int dY) Updates theDrawGroup
's left coordinate bydX
and the top coordinate bydY
.void
Sets both the left and top coordinates of thisDrawGroup
'sgroup rectangle
.void
Rotate the group by degrees.void
Rotate the group to degrees.void
scaleBy
(double x, double y) Scale all drawItem[] shapes by the x, y multipliersvoid
scaleBy
(float x, float y) Deprecated.void
scaleTo
(double x, double y) Scale the each item in the drawGroup by the x, y multipliersvoid
scaleTo
(float x, float y) Deprecated.static void
setDefaultProperties
(DrawGroup drawGroupProperties) Class level method to set the default properties of this class.void
setDrawItems
(DrawItem... drawItems) Initial list of DrawItems for this DrawGroup.setHeight
(int height) Height of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").DrawGroup only supports theKnobType.MOVE
knob type.setLeft
(int left) Left coordinate of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").Setter implementing theLogicalStructure
interface, which supports Eclipse's logical structure debugging facility.setMoveItemsWithGroup
(Boolean moveItemsWithGroup) Should dragging the group (whencanDrag
is true) or dragging the move knob also move the items within thisDrawGroup
?setShowGroupRectOutline
(Boolean showGroupRectOutline) If theKnobType.MOVE
control knob
is shown for this group anduseGroupRect
is true, should thegroupRectOutline
be shown?setTop
(int top) Top coordinate of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").setUseGroupRect
(boolean useGroupRect) When should this drawGroup receive event notifications? If set totrue
, the developer can specify an explicitset of coordinates
.setWidth
(int width) Width of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").Methods inherited from class com.smartgwt.client.widgets.drawing.DrawItem
addClickHandler, addDragMoveHandler, addDragResizeMoveHandler, addDragResizeStartHandler, addDragResizeStopHandler, addDragStartHandler, addDragStopHandler, addDrawEndHandler, addDrawStartHandler, addMouseDownHandler, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseUpHandler, addMovedHandler, addResizedHandler, addShowContextMenuHandler, bringToFront, computeAngle, computeAngleAsDouble, dragResizeMove, draw, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsJavaScriptObject, getAttributeAsMap, getAttributeAsString, getBoundingBox, getBoundingBoxAsDouble, getById, getByJSObject, getCanDrag, getCanHover, getCanvasAutoChild, getContextMenu, getCornerResizeKnob, getCursor, getDestroyed, getDestroying, getDragStartDistance, getDrawGroup, getDrawItemAutoChild, getDrawPane, getDrawPaneAsString, getEditProxyConstructor, getEndArrow, getEndKnob, getEventOpaque, getFillColor, getFillGradient, getFillGradientAsString, getFillOpacity, getFormItemAutoChild, getHoverDelay, getHoverHTML, getKeepInParentRect, getLineCap, getLineColor, getLineOpacity, getLinePattern, getLineWidth, getMoveKnob, getMoveKnobOffset, getMoveKnobPoint, getPageLeft, getPageTop, getPaletteDefaults, getPrompt, getProportionalResizeModifiers, getProportionalResizing, getRef, getResizeBoundingBox, getResizeBoundingBoxAsDouble, getResizeKnobPoints, getResizeOutline, getResizeViaLocalTransformOnly, getRotateKnob, getRotation, getRotationAsDouble, getScale, getShadow, getShowHover, getShowResizeOutline, getShowTitleLabelBackground, getSideResizeKnob, getStartArrow, getStartKnob, getSvgString, getTitle, getTitleAutoFit, getTitleAutoFitMargin, getTitleAutoFitRotationMode, getTitleLabel, getTitleLabelBackground, getTitleLabelPadding, getTitleRotationMode, getTranslate, getUnderlyingGWTCanvas, getUseSimpleTransform, getXShearFactor, getYShearFactor, getZIndex, hide, hideAllKnobs, hideKnobs, hideKnobs, hover, isInBounds, isPointInPath, resizeBy, resizeTo, rotateBy, rotateTo, sendToBack, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAutoChildConstructor, setAutoChildProperties, setAutoChildProperties, setAutoChildProperties, setAutoChildProperties, setAutoChildVisibility, setCanDrag, setCanHover, setCenterPoint, setContextMenu, setCursor, setDefaultProperties, setDragStartDistance, setDrawGroup, setDrawPane, setDrawPane, setEditProxyConstructor, setEndArrow, setEventOpaque, setFillColor, setFillGradient, setFillGradient, setFillOpacity, setHoverDelay, setKeepInParentRect, setKeepInParentRect, setLineCap, setLineColor, setLineOpacity, setLinePattern, setLineWidth, setLogicalStructure, setMoveKnobOffset, setMoveKnobPoint, setPrompt, setPropertyValue, setProportionalResizeModifiers, setProportionalResizing, setResizeKnobPoints, setResizeViaLocalTransformOnly, setRotation, setRotation, setScale, setShadow, setShapeData, setShowHover, setShowResizeOutline, setShowTitleLabelBackground, setStartArrow, setTitle, setTitleAutoFit, setTitleAutoFitMargin, setTitleAutoFitRotationMode, setTitleLabelPadding, setTitleRotationMode, setTranslate, setUseSimpleTransform, setXShearFactor, setYShearFactor, setZIndex, show, showAllKnobs, showKnobs, showKnobs, supportsEndArrow, supportsStartArrow
Methods inherited from class com.smartgwt.client.widgets.BaseWidget
addDrawHandler, addDynamicProperty, addDynamicProperty, addDynamicProperty, addDynamicProperty, applyFactoryProperties, clearDynamicProperty, completeCreation, destroy, doAddHandler, doInit, doOnRender, equals, error, errorIfNotCreated, getAttribute, getAttributeAsDateArray, getAttributeAsFloatArray, getAttributeAsIntArray, getAttributeAsObject, getAttributeAsRecord, getAttributeAsStringArray, getClassName, getConfig, getDOM, getHandlerCount, getID, getInnerHTML, getJsObj, getOrCreateJsObj, getScClassName, hasAutoAssignedID, hasDynamicProperty, hashCode, initNativeObject, internalSetID, internalSetID, isConfigOnly, isCreated, isDrawn, isFactoryCreated, onBind, onDestroy, onDraw, onInit, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setConfig, setConfigOnly, setDefaultProperties, setDragTracker, setFactoryCreated, setHtmlElement, setID, setJavaScriptObject, setLogicalStructure, setLogicalStructure, setNullProperty, setPosition, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setScClassName, toString
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, setVisible, setWidth, sinkBitlessEvent
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Constructor Details
-
DrawGroup
public DrawGroup() -
DrawGroup
-
-
Method Details
-
getOrCreateRef
-
changeAutoChildDefaults
Changes the defaults for Canvas AutoChildren namedautoChildName
.- Parameters:
autoChildName
- name of an AutoChild to customize the defaults for.defaults
- Canvas defaults to apply. These defaults override any existing properties without destroying or wiping out non-overridden properties. For usage tips on this param, seeSGWTProperties
.- See Also:
-
changeAutoChildDefaults
Changes the defaults for FormItem AutoChildren namedautoChildName
.- Parameters:
autoChildName
- name of an AutoChild to customize the defaults for.defaults
- FormItem defaults to apply. These defaults override any existing properties without destroying or wiping out non-overridden properties. For usage tips on this param, seeSGWTProperties
.- See Also:
-
changeAutoChildDefaults
Changes the defaults for DrawItem AutoChildren namedautoChildName
.- Parameters:
autoChildName
- name of an AutoChild to customize the defaults for.defaults
- DrawItem defaults to apply. These defaults override any existing properties without destroying or wiping out non-overridden properties. For usage tips on this param, seeSGWTProperties
.- See Also:
-
create
-
getGroupRectOutline
If this group is showing aKnobType.MOVE
control knob
, thegroupRectOutline
is aDrawRect
AutoChild that identifies the group's group rect (seeuseGroupRect
).useGroupRect
must be true and theKnobType.MOVE
control knob must be showing for thegroupRectOutline
AutoChild to be created and shown.This component is an AutoChild named "groupRectOutline". For an overview of how to use and configure AutoChildren, see
Using AutoChildren
.- Returns:
- Current groupRectOutline value. Default value is null
- Throws:
IllegalStateException
- if this widget has not yet been rendered.
-
setHeight
Height of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").
If this method is called after the component has been drawn/initialized: Sets the height of thisDrawGroup
'sgroup rectangle
. Note that setting the height will not move or resize the items in thisDrawGroup
.- Parameters:
height
- new height for the group rectangle. Default value is 1- Returns:
DrawGroup
instance, for chaining setter calls
-
getHeight
public int getHeight()Height of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").- Returns:
- Current height value. Default value is 1
-
getHeightAsDouble
public double getHeightAsDouble()Height of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").- Returns:
- Current height value. Default value is 1
-
setKnobs
DrawGroup only supports theKnobType.MOVE
knob type.- Overrides:
setKnobs
in classDrawItem
- Parameters:
knobs
- New knobs value. Default value is null- Returns:
DrawGroup
instance, for chaining setter calls- Throws:
IllegalStateException
- this property cannot be changed after the component has been created- See Also:
-
getKnobs
DrawGroup only supports theKnobType.MOVE
knob type. -
setLeft
Left coordinate of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").
If this method is called after the component has been drawn/initialized: Sets the left coordinate of thisDrawGroup
'sgroup rectangle
. Note that setting the left coordinate will not move the items in thisDrawGroup
.- Parameters:
left
- new left coordinate. Default value is 0- Returns:
DrawGroup
instance, for chaining setter calls
-
getLeft
public int getLeft()Left coordinate of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").- Returns:
- Current left value. Default value is 0
-
getLeftAsDouble
public double getLeftAsDouble()Left coordinate of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").- Returns:
- Current left value. Default value is 0
-
setMoveItemsWithGroup
Should dragging the group (whencanDrag
is true) or dragging the move knob also move the items within thisDrawGroup
?Note : This is an advanced setting
- Parameters:
moveItemsWithGroup
- New moveItemsWithGroup value. Default value is true- Returns:
DrawGroup
instance, for chaining setter calls
-
getMoveItemsWithGroup
Should dragging the group (whencanDrag
is true) or dragging the move knob also move the items within thisDrawGroup
?- Returns:
- Current moveItemsWithGroup value. Default value is true
-
setShowGroupRectOutline
If theKnobType.MOVE
control knob
is shown for this group anduseGroupRect
is true, should thegroupRectOutline
be shown?Set to false to disable showing the
groupRectOutline
.- Parameters:
showGroupRectOutline
- New showGroupRectOutline value. Default value is null- Returns:
DrawGroup
instance, for chaining setter calls
-
getShowGroupRectOutline
If theKnobType.MOVE
control knob
is shown for this group anduseGroupRect
is true, should thegroupRectOutline
be shown?Set to false to disable showing the
groupRectOutline
.- Returns:
- Current showGroupRectOutline value. Default value is null
-
setTop
Top coordinate of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").
If this method is called after the component has been drawn/initialized: Sets the top coordinate of thisDrawGroup
'sgroup rectangle
. Note that setting the top coordinate will not move the items in thisDrawGroup
.- Parameters:
top
- new top coordinate in pixels. Default value is 0- Returns:
DrawGroup
instance, for chaining setter calls
-
getTop
public int getTop()Top coordinate of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").- Returns:
- Current top value. Default value is 0
-
getTopAsDouble
public double getTopAsDouble()Top coordinate of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").- Returns:
- Current top value. Default value is 0
-
setUseGroupRect
When should this drawGroup receive event notifications? If set totrue
, the developer can specify an explicitset of coordinates
. Whenever the user interacts with this rectangle, the drawGroup will be notified and the appropriate event handlers will be fired. Note that rectangle need not contain all DrawItems within the group, and is manually managed by the developer.
If set tofalse
, theevent rectangle
coordinates are unused - instead as a user interacts with specific drawItems within this group, the appropriate event handler would be fired on the item, then the event would "bubble" to the drawGroup, firing the appropriate event handler at the group level as well.- Parameters:
useGroupRect
- New useGroupRect value. Default value is false- Returns:
DrawGroup
instance, for chaining setter calls- Throws:
IllegalStateException
- this property cannot be changed after the component has been created
-
getUseGroupRect
public boolean getUseGroupRect()When should this drawGroup receive event notifications? If set totrue
, the developer can specify an explicitset of coordinates
. Whenever the user interacts with this rectangle, the drawGroup will be notified and the appropriate event handlers will be fired. Note that rectangle need not contain all DrawItems within the group, and is manually managed by the developer.
If set tofalse
, theevent rectangle
coordinates are unused - instead as a user interacts with specific drawItems within this group, the appropriate event handler would be fired on the item, then the event would "bubble" to the drawGroup, firing the appropriate event handler at the group level as well.- Returns:
- Current useGroupRect value. Default value is false
-
setWidth
Width of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").
If this method is called after the component has been drawn/initialized: Sets the width of thisDrawGroup
'sgroup rectangle
. Note that setting the width will not move or resize the items in thisDrawGroup
.- Parameters:
width
- new width for the group rectangle. Default value is 1- Returns:
DrawGroup
instance, for chaining setter calls
-
getWidth
public int getWidth()Width of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").- Returns:
- Current width value. Default value is 1
-
getWidthAsDouble
public double getWidthAsDouble()Width of thegroup rectangle
in pixels relative to theDrawPane
(the "drawing coordinate system").- Returns:
- Current width value. Default value is 1
-
click
Notification fired when the user clicks on this DrawGroup.Note that if
useGroupRect
is true, this notification will be triggered by the user interacting with the specifiedgroup rectangle
for the group. IfuseGroupRect
is false, the notification will bubble up from interactions with individual items within the group.- Returns:
- false to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
- See Also:
-
dragMove
public boolean dragMove()Notification fired for every mouseMove event triggered while the user is dragging this DrawGroup. Will only fire ifcanDrag
is true for this group.Note that if
useGroupRect
is true, this notification will be triggered by the user interacting with the specifiedgroup rectangle
for the group. IfuseGroupRect
is false, the notification will bubble up from interactions with individual items within the group.Default drag behavior will be to reposition all items in the group (and update the group rectangle).
- Returns:
- false to cancel drag interaction.
- See Also:
-
dragStart
public boolean dragStart()Notification fired when the user starts to drag this DrawGroup. Will only fire ifcanDrag
is true for this group.Note that if
useGroupRect
is true, this notification will be triggered by the user interacting with the specifiedgroup rectangle
for the group. IfuseGroupRect
is false, the notification will bubble up from interactions with individual items within the group.Default drag behavior will be to reposition all items in the group (and update the group rectangle).
- Returns:
- false to cancel drag action.
- See Also:
-
dragStop
public boolean dragStop()Notification fired when the user stops dragging this DrawGroup. Will only fire ifcanDrag
is true for this group.Note that if
useGroupRect
is true, this notification will be triggered by the user interacting with the specifiedgroup rectangle
for the group. IfuseGroupRect
is false, the notification will bubble up from interactions with individual items within the group.- Returns:
- false to cancel drag interaction.
- See Also:
-
erase
public void erase()Erases all DrawItems in the DrawGroup. -
getCenter
Get the center point of thegroup rectangle
. -
mouseDown
Notification fired when the user presses the left mouse button on this DrawGroup.Note that if
useGroupRect
is true, this notification will be triggered by the user interacting with the specifiedgroup rectangle
for the group. IfuseGroupRect
is false, the notification will bubble up from interactions with individual items within the group.- Returns:
- false to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
- See Also:
-
mouseMove
Notification fired when the user moves the mouse over this DrawGroup.Note that if
useGroupRect
is true, this notification will be triggered by the user interacting with the specifiedgroup rectangle
for the group. IfuseGroupRect
is false, the notification will bubble up from interactions with individual items within the group.- Returns:
- false to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
- See Also:
-
mouseOut
Notification fired when the mouse leaves this DrawGroup.Note that if
useGroupRect
is true, this notification will be triggered by the user interacting with the specifiedgroup rectangle
for the group. IfuseGroupRect
is false, the notification will bubble up from interactions with individual items within the group.- Returns:
- false to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
- See Also:
-
mouseOver
Notification fired when the mouse enters this DrawGroup.Note that if
useGroupRect
is true, this notification will be triggered by the user interacting with the specifiedgroup rectangle
for the group. IfuseGroupRect
is false, the notification will bubble up from interactions with individual items within the group.- Returns:
- false to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
- See Also:
-
mouseUp
Notification fired when the user releases the left mouse button on this DrawGroup.Note that if
useGroupRect
is true, this notification will be triggered by the user interacting with the specifiedgroup rectangle
for the group. IfuseGroupRect
is false, the notification will bubble up from interactions with individual items within the group.- Returns:
- false to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
- See Also:
-
moveBy
public void moveBy(int dX, int dY) Updates theDrawGroup
's left coordinate bydX
and the top coordinate bydY
. Note that this does not move or resize the items in thisDrawGroup
. -
moveTo
Sets both the left and top coordinates of thisDrawGroup
'sgroup rectangle
. Note that this does not move or resize the items in thisDrawGroup
. -
scaleBy
public void scaleBy(float x, float y) Deprecated.Scale all drawItem[] shapes by the x, y multipliers- Parameters:
x
- scale in the x directiony
- scale in the y direction
-
scaleBy
public void scaleBy(double x, double y) Scale all drawItem[] shapes by the x, y multipliers -
scaleTo
public void scaleTo(float x, float y) Deprecated.Scale the each item in the drawGroup by the x, y multipliers- Parameters:
x
- scale in the x directiony
- scale in the y direction
-
scaleTo
public void scaleTo(double x, double y) Scale the each item in the drawGroup by the x, y multipliers -
setDefaultProperties
Class level method to set the default properties of this class. If set, then all existing and subsequently created instances of this class will automatically have default properties corresponding to the properties set on the SmartGWT class instance passed to this function before its underlying SmartClient JS object was created. This is a powerful feature that eliminates the need for users to create a separate hierarchy of subclasses that only alter the default properties of this class. Can also be used for skinning / styling purposes.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.
- Parameters:
drawGroupProperties
- properties that should be used as new defaults when instances of this class are created- See Also:
-
rotateBy
Rotate the group by degrees. This is a relative rotation based on any current rotation- Parameters:
degrees
-
-
rotateTo
Rotate the group to degrees. This is an absolute rotation and does not consider any existing rotation- Parameters:
degrees
-
-
setDrawItems
Initial list of DrawItems for this DrawGroup.DrawItems can be added to a DrawGroup after initialization by setting
drawGroup
.- Parameters:
drawItems
- drawItems Default value is null- Throws:
IllegalStateException
- this property cannot be changed after the underlying component has been created
-
getDrawItems
Initial list of DrawItems for this DrawGroup.DrawItems can be added to a DrawGroup after initialization by setting
drawGroup
.- Returns:
- DrawItem
-
getGroupRect
This method will return an array of integers mapping out the coordinates (left, top, width, height) of the "group rectangle" for the group. This is the area of the drawPane where user interactions will fire event notifications on this drawGroup.Developers may also use
left
,top
,width
andheight
to manage each coordinate directly.- Returns:
- 4 element array containing left, top, width, height of the group rectangle.
-
setLogicalStructure
Setter implementing theLogicalStructure
interface, which supports Eclipse's logical structure debugging facility. -
getLogicalStructure
Getter implementing theLogicalStructure
interface, which supports Eclipse's logical structure debugging facility.- Specified by:
getLogicalStructure
in interfaceLogicalStructure
- Overrides:
getLogicalStructure
in classDrawItem
-
GwtFloatVsDouble