@Deprecated public class TickMark extends BIComplexAttributeBase
Modifier and Type | Field and Description |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
CONTENT_KEY
Deprecated.
|
protected java.awt.Color |
m_defaultMajorTickColor
Deprecated.
|
protected java.lang.Integer |
m_defaultMajorTickCount
Deprecated.
|
protected java.lang.Double |
m_defaultMajorTickStep
Deprecated.
|
protected java.awt.Color |
m_defaultMinorTickColor
Deprecated.
|
protected java.lang.Double |
m_defaultMinorTickStep
Deprecated.
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAJOR_INCREMENT_KEY
Deprecated.
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAJORTICK_COLOR_KEY
Deprecated.
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAJORTICK_COUNT_KEY
Deprecated.
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MINOR_INCREMENT_KEY
Deprecated.
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MINORTICK_COLOR_KEY
Deprecated.
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
Deprecated.
|
ID_KEY, m_parent, TRANSIENT_KEY
Constructor and Description |
---|
TickMark()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
Deprecated.
|
int |
getContent()
Deprecated.
Gets the tick content specification for all gauges in this
gauge set.
|
double |
getMajorIncrement()
Deprecated.
Gets the majorTick step of all gauges in this gauge set.
|
java.awt.Color |
getMajorTickColor()
Deprecated.
Gets the color for the majorTick of all gauges in this gauge set.
|
java.lang.Integer |
getMajorTickCount()
Deprecated.
Replaced by getMajorIncrement()
|
double |
getMinorIncrement()
Deprecated.
Gets the minorTick step of all gauges in this gauge set.
|
java.awt.Color |
getMinorTickColor()
Deprecated.
Gets the color for the minorTick of all gauges in this gauge set.
|
protected void |
resetStyleProperties()
Deprecated.
|
void |
setContent(int content)
Deprecated.
Sets the content of tick labels in a gauge.
|
void |
setContent(java.lang.String content)
Deprecated.
Specifies where tick labels occur within a gauge set.
|
void |
setMajorIncrement(double tickStep)
Deprecated.
Sets the MajorTick step for all gauges in this gauge set.
|
void |
setMajorTickColor(java.awt.Color tickColor)
Deprecated.
Sets the MajorTick color for all gauges in this gauge set.
|
void |
setMajorTickCount(int tickCount)
Deprecated.
Replaced by setMajorIncrement(double tickStep)
|
void |
setMinorIncrement(double tickStep)
Deprecated.
Sets the MinorTick step for all gauges in this gauge set.
|
void |
setMinorTickColor(java.awt.Color tickColor)
Deprecated.
Sets the MinorTick color for all gauges in this gauge set.
|
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey CONTENT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAJORTICK_COUNT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAJORTICK_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAJOR_INCREMENT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MINOR_INCREMENT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MINORTICK_COLOR_KEY
protected java.awt.Color m_defaultMajorTickColor
protected java.lang.Integer m_defaultMajorTickCount
protected java.awt.Color m_defaultMinorTickColor
protected java.lang.Double m_defaultMajorTickStep
protected java.lang.Double m_defaultMinorTickStep
public int getContent()
GaugeConstants
beginning with
TICK_
.public void setContent(int content)
content
- Integer representing the types of tick
labels to be displayed; valid constants
are in the GaugeConstants
class starting with TICK_.public void setContent(java.lang.String content)
content
- Valid values are: @Deprecated public java.lang.Integer getMajorTickCount()
@Deprecated public void setMajorTickCount(int tickCount)
tickCount
- Integer representing MajorTick count.public java.awt.Color getMajorTickColor()
public void setMajorTickColor(java.awt.Color tickColor)
tickColor
- Color representing MajorTick color.public double getMajorIncrement()
public double getMinorIncrement()
public void setMajorIncrement(double tickStep)
tickStep
- representing MajorTick step.public void setMinorIncrement(double tickStep)
tickStep
- representing MinorTick step.public java.awt.Color getMinorTickColor()
public void setMinorTickColor(java.awt.Color tickColor)
tickColor
- Color representing MinorTick color.protected void resetStyleProperties()
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class BIComplexAttributeBase