@Deprecated public class ExceptionalRiser extends BaseComponentXML
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
a_group
Deprecated.
|
protected static java.lang.String |
a_series
Deprecated.
|
protected CommonGraph |
m_commonGraph
Deprecated.
|
protected oracle.dss.graph.pfj.draw.IdentObj |
m_identObj
Deprecated.
|
protected PFJ |
m_pfj
Deprecated.
|
protected SFX |
m_sfx
Deprecated.
|
m_jsfHashMap
Constructor and Description |
---|
ExceptionalRiser(CommonGraph graph,
int series,
int group)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getBorderColor()
Deprecated.
Retrieves the border color for this exceptional riser.
|
protected java.lang.String |
getComponentName()
Deprecated.
|
java.awt.Color |
getFillColor()
Deprecated.
Retrieves the fill color for this exceptional riser.
|
SFX |
getSFX()
Deprecated.
Retrieves the
SFX object for this exceptional riser. |
protected oracle.dss.util.xml.ObjectNode |
getXML(boolean allProperties,
boolean allOverriddenProperties)
Deprecated.
|
void |
setBorderColor(java.awt.Color newColor)
Deprecated.
Specifies the border color for this exceptional riser.
|
void |
setFillColor(java.awt.Color newColor)
Deprecated.
Specifies the fill color for this exceptional riser.
|
protected void |
setXML(oracle.dss.util.xml.ObjectNode node,
boolean allProperties)
Deprecated.
|
getNonstyleXML, getStyleXML, getStyleXML, getXML, setNonstyleXML, setNonstyleXML, setStyleXML, setXML, setXML, setXML, setXML
@Concealed protected CommonGraph m_commonGraph
@Concealed protected PFJ m_pfj
@Concealed protected oracle.dss.graph.pfj.draw.IdentObj m_identObj
@Concealed protected SFX m_sfx
@Concealed protected static final java.lang.String a_series
@Concealed protected static final java.lang.String a_group
public ExceptionalRiser(CommonGraph graph, int series, int group)
graph
- The graph that this object belongs to.series
- The series
of the graph that this object
belongs to.group
- The group
of the graph that this object
belongs to.public SFX getSFX()
SFX
object for this exceptional riser.
This allows you to retrieve and specify attributes for special effects.SFX
object for this exceptional riser.public java.awt.Color getFillColor()
public void setFillColor(java.awt.Color newColor)
newColor
- The fill color for this exceptional riser.public java.awt.Color getBorderColor()
public void setBorderColor(java.awt.Color newColor)
newColor
- The border color for this exceptional riser.@Concealed protected java.lang.String getComponentName()
getComponentName
in class BaseComponentXML
@Concealed protected oracle.dss.util.xml.ObjectNode getXML(boolean allProperties, boolean allOverriddenProperties)
@Concealed protected void setXML(oracle.dss.util.xml.ObjectNode node, boolean allProperties)