|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nwoods.jgo.JGoObject
com.nwoods.jgo.JGoDrawable
com.nwoods.jgo.instruments.AbstractIndicator
com.nwoods.jgo.instruments.IndicatorSlider
com.nwoods.jgo.instruments.IndicatorSliderElliptical
An example of an AbstractIndicator that is designed to interact specifically with one type of GraduatedScale, namely GraduatedScaleElliptical.
| Field Summary |
| Fields inherited from class com.nwoods.jgo.instruments.IndicatorSlider |
ChangedDimensions, ChangedStyle, StyleBar, StyleTriangles |
| Fields inherited from class com.nwoods.jgo.instruments.AbstractIndicator |
ChangedActionEnabled, ChangedQuantBase, ChangedQuantized, ChangedQuantUnit, ChangedScale, ChangedValue |
| Fields inherited from class com.nwoods.jgo.JGoObject |
Bottom, BottomCenter, BottomLeft, BottomMiddle, BottomRight, Center, CenterLeft, CenterRight, Changed4ResizeHandles, ChangedAutoRescale, ChangedBrush, ChangedDraggable, ChangedDragsNode, ChangedGeometry, ChangedGrabChildSelection, ChangedInitializing, ChangedPen, ChangedResizable, ChangedSelectable, ChangedUpdatePartner, ChangedVisible, ChangedZOrder, LastChangedHint, Left, LeftCenter, NoHandle, NoSpot, NumReservedHandles, RepaintAll, Right, RightCenter, SideLeft, SideRight, Top, TopCenter, TopLeft, TopMiddle, TopRight |
| Constructor Summary | |
IndicatorSliderElliptical()
This constructor creates an IndicatorSliderElliptical with all default properties. |
|
| Method Summary | |
protected void |
computePath(java.awt.geom.GeneralPath path)
Returns a GeneralPath used to paint this AbstractIndicator. |
| Methods inherited from class com.nwoods.jgo.instruments.IndicatorSlider |
changeValue, copyNewValueForRedo, copyObject, getDimensions, getStyle, isPointInObj, setDimensions, setStyle, SVGReadObject, SVGWriteObject |
| Methods inherited from class com.nwoods.jgo.instruments.AbstractIndicator |
doUncapturedMouseMove, expandRectByPenWidth, generateSVGOutput, geometryChange, getPartner, getPath, getQuantizeBase, getQuantizeUnit, getScale, getValue, getValueForPoint, isActionActivated, isActionEnabled, isQuantized, makePath, onAction, onActionAdjusted, onActionCancelled, paint, quantizeValue, resetPath, setActionActivated, setActionEnabled, setPartner, setQuantizeBase, setQuantized, setQuantizeUnit, setScale, setValue, SVGUpdateReference, validValue |
| Methods inherited from class com.nwoods.jgo.JGoDrawable |
draw3DRect, draw3DRect, drawEllipse, drawEllipse, drawEllipse, drawLine, drawLine, drawPath, drawPolygon, drawPolygon, drawRect, drawRect, drawRect, drawRoundRect, drawRoundRect, getBrush, getNearestIntersectionPoint, getPen, setBrush, setPen, SVGAddPathArgs, SVGReadAttributes, SVGWriteAttributes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IndicatorSliderElliptical()
| Method Detail |
protected void computePath(java.awt.geom.GeneralPath path)
The default method for painting Indicators relies on this method for a definition of the shape. Furthermore, this method depends on the AbstractIndicator.Scale being a AbstractGraduatedScale.
computePath in class IndicatorSliderpath - a GeneralPath that is modified
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||