Class DrawSector
- 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
-
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
.protected JavaScriptObject
create()
Calculates the coordinates of the midpoint of this DrawSector's circular arc.static Point
getArcMidpoint
(double centerX, double centerY, double startAngle, double endAngle, double radius) Calculates the midpoint coordinates of the circular arc of the sector defined by the given centerPoint, startAngle, endAngle, and radius.Returns the sector'scenterPoint
.Center point of the sectorfloat
Deprecated.double
End angle of the sector in degrees.KnobType[]
getKnobs()
DrawSector only supports theKnobType.MOVE
knob type.Getter implementing theLogicalStructure
interface, which supports Eclipse's logical structure debugging facility.static DrawSector
getOrCreateRef
(JavaScriptObject jsObj) int
Radius of the sector.double
Radius of the sector.float
Deprecated.double
Rotation in degrees about thecenterPoint
of the DrawSector.boolean
If thetitleLabel
is showing, should thetitleLabelBackground
be created and placed behind thetitleLabel
?float
Deprecated.double
Start angle of the sector in degrees.void
moveBy
(int x, int y) Move the DrawSector by the specified amounts.setCenterPoint
(Point centerPoint) Center point of the sector
If this method is called after the component has been drawn/initialized: Change the center point for this sector.static void
setDefaultProperties
(DrawSector drawSectorProperties) Class level method to set the default properties of this class.setEndAngle
(double endAngle) End angle of the sector in degrees.setEndAngle
(float endAngle) Deprecated.DrawSector only supports theKnobType.MOVE
knob type.Setter implementing theLogicalStructure
interface, which supports Eclipse's logical structure debugging facility.setRadius
(int radius) Radius of the sector.setRotation
(double rotation) Rotation in degrees about thecenterPoint
of the DrawSector.setRotation
(float rotation) Deprecated.setShowTitleLabelBackground
(boolean showTitleLabelBackground) If thetitleLabel
is showing, should thetitleLabelBackground
be created and placed behind thetitleLabel
?setStartAngle
(double startAngle) Start angle of the sector in degrees.setStartAngle
(float startAngle) Deprecated.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, erase, 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, getScale, getShadow, getShowHover, getShowResizeOutline, 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, moveTo, resizeBy, resizeTo, rotateBy, rotateTo, scaleBy, scaleTo, 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, setScale, setShadow, setShapeData, setShowHover, setShowResizeOutline, 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
-
DrawSector
public DrawSector() -
DrawSector
-
-
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
-
setCenterPoint
Center point of the sector
If this method is called after the component has been drawn/initialized: Change the center point for this sector.- Parameters:
centerPoint
- X coordinate of the center point (in the global coordinate system). Default value is [0,0]- Returns:
DrawSector
instance, for chaining setter calls
-
getCenterPoint
Center point of the sector- Returns:
- Current centerPoint value. Default value is [0,0]
-
setEndAngle
Deprecated.End angle of the sector in degrees. SeestartAngle
for further details.- Parameters:
endAngle
- New endAngle value. Default value is 20.0- Returns:
DrawSector
instance, for chaining setter calls- Throws:
IllegalStateException
- this property cannot be changed after the component has been created
-
getEndAngle
public float getEndAngle()Deprecated.End angle of the sector in degrees. SeestartAngle
for further details.- Returns:
- Current endAngle value. Default value is 20.0
-
setEndAngle
End angle of the sector in degrees. SeestartAngle
for further details.- Parameters:
endAngle
- New endAngle value. Default value is 20.0- Returns:
DrawSector
instance, for chaining setter calls- Throws:
IllegalStateException
- this property cannot be changed after the component has been created
-
getEndAngleAsDouble
public double getEndAngleAsDouble()End angle of the sector in degrees. SeestartAngle
for further details.- Returns:
- Current endAngle value. Default value is 20.0
-
setKnobs
DrawSector only supports theKnobType.MOVE
knob type.- Overrides:
setKnobs
in classDrawItem
- Parameters:
knobs
- New knobs value. Default value is null- Returns:
DrawSector
instance, for chaining setter calls- Throws:
IllegalStateException
- this property cannot be changed after the component has been created- See Also:
-
getKnobs
DrawSector only supports theKnobType.MOVE
knob type. -
setRadius
Radius of the sector.- Parameters:
radius
- New radius value. Default value is 100- Returns:
DrawSector
instance, for chaining setter calls- Throws:
IllegalStateException
- this property cannot be changed after the component has been created
-
getRadius
public int getRadius()Radius of the sector.- Returns:
- Current radius value. Default value is 100
-
getRadiusAsDouble
public double getRadiusAsDouble()Radius of the sector.- Returns:
- Current radius value. Default value is 100
-
setRotation
Deprecated.Rotation in degrees about thecenterPoint
of the DrawSector. The positive direction is clockwise.- Overrides:
setRotation
in classDrawItem
- Parameters:
rotation
- New rotation value. Default value is 0.0- Returns:
DrawSector
instance, for chaining setter calls- Throws:
IllegalStateException
- this property cannot be changed after the component has been created
-
getRotation
public float getRotation()Deprecated.Rotation in degrees about thecenterPoint
of the DrawSector. The positive direction is clockwise.- Overrides:
getRotation
in classDrawItem
- Returns:
- Current rotation value. Default value is 0.0
-
setRotation
Rotation in degrees about thecenterPoint
of the DrawSector. The positive direction is clockwise.- Overrides:
setRotation
in classDrawItem
- Parameters:
rotation
- New rotation value. Default value is 0.0- Returns:
DrawSector
instance, for chaining setter calls- Throws:
IllegalStateException
- this property cannot be changed after the component has been created
-
getRotationAsDouble
public double getRotationAsDouble()Rotation in degrees about thecenterPoint
of the DrawSector. The positive direction is clockwise.- Overrides:
getRotationAsDouble
in classDrawItem
- Returns:
- Current rotation value. Default value is 0.0
-
setShowTitleLabelBackground
public DrawSector setShowTitleLabelBackground(boolean showTitleLabelBackground) throws IllegalStateException If thetitleLabel
is showing, should thetitleLabelBackground
be created and placed behind thetitleLabel
?This defaults to true for
DrawSector
s and shapes that are not commonly filled (e.g.DrawLine
s).Note : This is an advanced setting
- Overrides:
setShowTitleLabelBackground
in classDrawItem
- Parameters:
showTitleLabelBackground
- New showTitleLabelBackground value. Default value is true- Returns:
DrawSector
instance, for chaining setter calls- Throws:
IllegalStateException
- this property cannot be changed after the component has been created
-
getShowTitleLabelBackground
public boolean getShowTitleLabelBackground()If thetitleLabel
is showing, should thetitleLabelBackground
be created and placed behind thetitleLabel
?This defaults to true for
DrawSector
s and shapes that are not commonly filled (e.g.DrawLine
s).- Overrides:
getShowTitleLabelBackground
in classDrawItem
- Returns:
- Current showTitleLabelBackground value. Default value is true
-
setStartAngle
Deprecated.Start angle of the sector in degrees. Default of 0.0 will create a sector that starts with a line from thecenterPoint
and extends horizontally to the right for the indicatedradius
, then sweeps clockwise toward theendAngle
.Note that the startAngle may validly be a greater numeric value than the endAngle. The sector will always be drawn clockwise from startAngle to endAngle, so a sector with startAngle of 350 and endAngle of 10 would draw a 20-degree segment sticking out to the right of the centerPoint.
Drawing a full circle: A developer may have a drawSector transcribe a full circle by using values of 360 or greater as the end point. For example a drawSector with startAngle set to 350 and endAngle set to 710 would transcribe a full circle which starts and ends on the same line (10 degrees above the horizontal, to the right of the centerPoint).
- Parameters:
startAngle
- New startAngle value. Default value is 0.0- Returns:
DrawSector
instance, for chaining setter calls- Throws:
IllegalStateException
- this property cannot be changed after the component has been created
-
getStartAngle
public float getStartAngle()Deprecated.Start angle of the sector in degrees. Default of 0.0 will create a sector that starts with a line from thecenterPoint
and extends horizontally to the right for the indicatedradius
, then sweeps clockwise toward theendAngle
.Note that the startAngle may validly be a greater numeric value than the endAngle. The sector will always be drawn clockwise from startAngle to endAngle, so a sector with startAngle of 350 and endAngle of 10 would draw a 20-degree segment sticking out to the right of the centerPoint.
Drawing a full circle: A developer may have a drawSector transcribe a full circle by using values of 360 or greater as the end point. For example a drawSector with startAngle set to 350 and endAngle set to 710 would transcribe a full circle which starts and ends on the same line (10 degrees above the horizontal, to the right of the centerPoint).
- Returns:
- Current startAngle value. Default value is 0.0
-
setStartAngle
Start angle of the sector in degrees. Default of 0.0 will create a sector that starts with a line from thecenterPoint
and extends horizontally to the right for the indicatedradius
, then sweeps clockwise toward theendAngle
.Note that the startAngle may validly be a greater numeric value than the endAngle. The sector will always be drawn clockwise from startAngle to endAngle, so a sector with startAngle of 350 and endAngle of 10 would draw a 20-degree segment sticking out to the right of the centerPoint.
Drawing a full circle: A developer may have a drawSector transcribe a full circle by using values of 360 or greater as the end point. For example a drawSector with startAngle set to 350 and endAngle set to 710 would transcribe a full circle which starts and ends on the same line (10 degrees above the horizontal, to the right of the centerPoint).
- Parameters:
startAngle
- New startAngle value. Default value is 0.0- Returns:
DrawSector
instance, for chaining setter calls- Throws:
IllegalStateException
- this property cannot be changed after the component has been created
-
getStartAngleAsDouble
public double getStartAngleAsDouble()Start angle of the sector in degrees. Default of 0.0 will create a sector that starts with a line from thecenterPoint
and extends horizontally to the right for the indicatedradius
, then sweeps clockwise toward theendAngle
.Note that the startAngle may validly be a greater numeric value than the endAngle. The sector will always be drawn clockwise from startAngle to endAngle, so a sector with startAngle of 350 and endAngle of 10 would draw a 20-degree segment sticking out to the right of the centerPoint.
Drawing a full circle: A developer may have a drawSector transcribe a full circle by using values of 360 or greater as the end point. For example a drawSector with startAngle set to 350 and endAngle set to 710 would transcribe a full circle which starts and ends on the same line (10 degrees above the horizontal, to the right of the centerPoint).
- Returns:
- Current startAngle value. Default value is 0.0
-
getArcMidpoint
Calculates the coordinates of the midpoint of this DrawSector's circular arc. The formula for this point is:var averageAngle = (startAngle + endAngle) / 2; // in degrees [centerX + radius * cosdeg(averageAngle), centerY + radius * sindeg(averageAngle)]
- Returns:
- the coordinates of the midpoint of the arc.
-
getCenter
Returns the sector'scenterPoint
. -
moveBy
public void moveBy(int x, int y) Move the DrawSector by the specified amounts. -
getArcMidpoint
public static Point getArcMidpoint(double centerX, double centerY, double startAngle, double endAngle, double radius) Calculates the midpoint coordinates of the circular arc of the sector defined by the given centerPoint, startAngle, endAngle, and radius. The formula for this point is:var averageAngle = (startAngle + endAngle) / 2; // in degrees [centerX + radius * cosdeg(averageAngle), centerY + radius * sindeg(averageAngle)]
- Parameters:
centerX
- X coordinate of the center point of the sector.centerY
- Y coordinate of the center point of the sector.startAngle
- start angle of the sector in degrees.endAngle
- end angle of the sector in degrees.radius
- radius of the sector.- Returns:
- the coordinates of the midpoint of the arc.
-
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:
drawSectorProperties
- properties that should be used as new defaults when instances of this class are created- See Also:
-
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