oracle.dss.gauge
Class BaseLabel
java.lang.Object
  
oracle.dss.gauge.BaseGaugeComponent
      
oracle.dss.gauge.BaseText
          
oracle.dss.gauge.BaseLabel
- All Implemented Interfaces: 
 - FontAttribute
 
- Direct Known Subclasses: 
 - BottomLabel, MetricLabel, TopLabel
 
public class BaseLabel
- extends BaseText
 
- Since:
 
  - 11.0
 
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
m_defaultPosition
protected int m_defaultPosition
m_positionKey
protected java.lang.String m_positionKey
lp_none
protected static final java.lang.String lp_none
- See Also:
 - Constant Field Values
 - For internal use only. Application developers should not use this
 
  
lp_belowgauge
protected static final java.lang.String lp_belowgauge
- See Also:
 - Constant Field Values
 - For internal use only. Application developers should not use this
 
  
lp_abovegauge
protected static final java.lang.String lp_abovegauge
- See Also:
 - Constant Field Values
 - For internal use only. Application developers should not use this
 
  
lp_insidegauge
protected static final java.lang.String lp_insidegauge
- See Also:
 - Constant Field Values
 - For internal use only. Application developers should not use this
 
  
lp_insidegauge_left
protected static final java.lang.String lp_insidegauge_left
- See Also:
 - Constant Field Values
 - For internal use only. Application developers should not use this
 
  
lp_insidegauge_right
protected static final java.lang.String lp_insidegauge_right
- See Also:
 - Constant Field Values
 - For internal use only. Application developers should not use this
 
  
lp_withbottomlabel
protected static final java.lang.String lp_withbottomlabel
- See Also:
 - Constant Field Values
 - For internal use only. Application developers should not use this
 
  
a_none
protected static final java.lang.String a_none
- See Also:
 - Constant Field Values
 - For internal use only. Application developers should not use this
 
  
a_belowGauge
protected static final java.lang.String a_belowGauge
- See Also:
 - Constant Field Values
 - For internal use only. Application developers should not use this
 
  
a_aboveGauge
protected static final java.lang.String a_aboveGauge
- See Also:
 - Constant Field Values
 - For internal use only. Application developers should not use this
 
  
a_insideGauge
protected static final java.lang.String a_insideGauge
- See Also:
 - Constant Field Values
 - For internal use only. Application developers should not use this
 
  
a_insideGaugeLeft
protected static final java.lang.String a_insideGaugeLeft
- See Also:
 - Constant Field Values
 - For internal use only. Application developers should not use this
 
  
a_insideGaugeRight
protected static final java.lang.String a_insideGaugeRight
- See Also:
 - Constant Field Values
 - For internal use only. Application developers should not use this
 
  
a_withBottomLabel
protected static final java.lang.String a_withBottomLabel
- See Also:
 - Constant Field Values
 - For internal use only. Application developers should not use this
 
  
BaseLabel
public BaseLabel(CommonGauge gauge,
                 int compType)
getPosition
public int getPosition()
- Returns the position of the label.
- Returns:
 - the integer constant that represents where the label is placed.  
         Valid values vary based on the subclass.
 
 
 
setPosition
public void setPosition(int position)
- Specifies the position of the label.
- Parameters:
 position - the integer constant that represents where the label is placed.
                 Valid values vary based on the subclass.
 
 
convertLabelPositionToInt
public static int convertLabelPositionToInt(java.lang.String position)
- For internal use only. Application developers should not use this
 
  - Converts Metric Label position String constants to Integer constants.
 This is used by get/setXML().
 
 
convertLabelPositionToString
public static java.lang.String convertLabelPositionToString(int position)
- For internal use only. Application developers should not use this
 
  - Converts Metric Label value into its String representation.
 This is used by get/setXML().
 
 
Copyright © 1997, 2011, Oracle. All rights reserved.