| Field Summary | |
|---|---|
| static int | the default preferred width
|
| static int | angle for one-quarter counter-clockwise rotation |
| static int | angle for one-quarter clockwise rotation |
| static int | non-rotated angle |
| Constructor Summary | |
|---|---|
| void | The instance initializer. |
| Method Summary | |
|---|---|
| float | getAlpha() Returns the alpha field, the opacity of the background fill. |
| String | Returns the borderStroke field, string representation of the VectorStroke used to outline the background. |
| int | Returns the labelRotation field. |
| int | Returns the preferredHeight field. |
| int | Returns the preferredWidth field. |
| String | getText() Returns the text field. |
| static String | Deprecated. |
| boolean | whether this label is display at 90 or -90 degrees |
| void | Sets the alpha field. |
| void | setBorderStroke(borderStroke : String) Sets the borderStroke field. |
| void | setLabelRotation(labelRotation : int) Sets the labelRotation field. |
| void | setPreferredHeight(preferredHeight : int) Sets the preferredHeight field. |
| void | setPreferredWidth(preferredWidth : int) Sets the preferredWidth field. |
| void | Sets the text field. |
| Methods Inherited From jsx3.chart.ChartComponent |
|---|
| getChart |
| Methods Inherited From jsx3.gui.Block |
|---|
| getBackground, getBackgroundColor, getBorder, getCSSOverride, getClassName, getColor, getCursor, getDimensions, getDisplay, getFontName, getFontSize, getFontWeight, getHeight, getIndex, getLeft, getMargin, getOverflow, getPadding, getRelativePosition, getTagName, getTextAlign, getTip, getTop, getVisibility, getWidth, getZIndex, hideMask, paint, setBackground, setBackgroundColor, setBorder, setCSSOverride, setClassName, setColor, setCursor, setDimensions, setDisplay, setFontName, setFontSize, setFontWeight, setHeight, setIndex, setLeft, setMargin, setOverflow, setPadding, setRelativePosition, setTagName, setTextAlign, setTip, setTop, setVisibility, setWidth, setZIndex, showMask |
| Methods Inherited From jsx3.gui.Interactive |
|---|
| doEvent, getCanDrag, getCanDrop, getCanMove, getCanSpy, getEvent, getEvents, getMenu, hasEvent, registerHotKey, removeEvent, removeEvents, setCanDrag, setCanDrop, setCanMove, setCanSpy, setEvent, setMenu, setSpyStyles, showSpy |
| Methods Inherited From jsx3.gui.Painted |
|---|
| focus, getAbsolutePosition, getAttribute, getAttributes, getDynamicProperty, getRendered, insertHTML, onAfterPaint, paintChild, paintChildren, recalcBox, removeAttribute, removeAttributes, repaint, setAttribute, setDynamicProperty |
| Methods Inherited From jsx3.util.EventDispatcher |
|---|
| publish, subscribe, unsubscribe, unsubscribeAll |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf |
| Field Detail |
|---|
| Constructor Detail |
|---|
| Method Detail |
|---|