| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.gauge.BaseGaugeComponent
oracle.dss.gauge.BaseText
oracle.dss.gauge.TickLabel
public class TickLabel
| Field Summary | |
|---|---|
| static java.lang.String | name | 
| protected static java.lang.String | tc_increments | 
| protected static java.lang.String | tc_metric | 
| protected static java.lang.String | tc_minmax | 
| protected static java.lang.String | tc_none | 
| protected static java.lang.String | tc_threshold | 
| protected static java.lang.String | tlp_exterior | 
| protected static java.lang.String | tlp_interior | 
| Fields inherited from class oracle.dss.gauge.BaseText | 
|---|
| m_defaultFont, m_defaultFontColor, m_fontColorKey, m_fontKey, m_isGaugeSetComponent | 
| Fields inherited from class oracle.dss.gauge.BaseGaugeComponent | 
|---|
| m_commonGauge, m_compType | 
| Constructor Summary | |
|---|---|
| TickLabel(CommonGauge gauge) | |
| Method Summary | |
|---|---|
| static int | convertTickContentToInt(java.lang.String string) | 
| static int | convertTickLabelPositionToInt(java.lang.String string) | 
|  int | getContent()Gets the tick label content specification for all gauges in this gauge set. | 
|  int | getNumberType()Gets the type of number displayed in axis labels of gauge set. | 
|  int | getPosition()Gets the tick label position for all gauges in this gauge set. | 
|  ViewFormat | getViewFormat()Retrieves a ViewFormatobject for tick labels. | 
|  void | setContent(int content)Sets the tick label content specification for all gauges in this gauge set. | 
|  void | setNumberType(int type)Sets the type of number to be displayed in axis labels of gauge set. | 
|  void | setPosition(int position)Sets the tick label position for all gauges in this gauge set. | 
|  void | setViewFormat(ViewFormat viewFormat)Specifies a ViewFormatobject for tick labels. | 
| Methods inherited from class oracle.dss.gauge.BaseText | 
|---|
| getFont, getFontColor, setFont, setFontColor | 
| Methods inherited from class oracle.dss.gauge.BaseGaugeComponent | 
|---|
| getComponentName, getComponentType, selectObject | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String name
protected static final java.lang.String tc_none
protected static final java.lang.String tc_minmax
protected static final java.lang.String tc_increments
protected static final java.lang.String tc_threshold
protected static final java.lang.String tc_metric
protected static final java.lang.String tlp_interior
protected static final java.lang.String tlp_exterior
| Constructor Detail | 
|---|
public TickLabel(CommonGauge gauge)
| Method Detail | 
|---|
public int getContent()
GaugeConstants beginning with
         TICK_.public void setContent(int content)
content - Integer representing 0 or more tick label types
                to display; valid values include those constants
                in GaugeConstants beginning with
                TICK_.public static int convertTickContentToInt(java.lang.String string)
public int getPosition()
public void setPosition(int position)
position - Integer representing the positionpublic static int convertTickLabelPositionToInt(java.lang.String string)
public ViewFormat getViewFormat()
ViewFormat object for tick labels.
 The ViewFormat objects allow you to format numbers.
ViewFormat object for tick labels.public void setViewFormat(ViewFormat viewFormat)
ViewFormat object for tick labels.
 The ViewFormat objects allow you to format numbers.
viewFormat - A ViewFormat object for this label.public int getNumberType()
Gauge beginning with
         NT_public void setNumberType(int type)
type - Integer representing the type of number intended
             for display in this gauge; valid values are constants
             in the Gauge class beginning with
             NT_| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||