|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.graphics.components.tilechart.TileChartHighlightModel
public class TileChartHighlightModel
Field Summary | |
---|---|
static int |
CONDITION_EQUALS
Deprecated. |
static int |
CONDITION_GREATER_THAN
Deprecated. |
static int |
CONDITION_GREATER_THAN_OR_EQUAL
Deprecated. |
static int |
CONDITION_HIGHEST
Deprecated. |
static int |
CONDITION_LESS_THAN
Deprecated. |
static int |
CONDITION_LESS_THAN_OR_EQUAL
Deprecated. |
static int |
CONDITION_LOWEST
Deprecated. |
static int |
HIGHLIGHT_NUMERIC
Deprecated. |
static int |
HIGHLIGHT_OFF
Deprecated. |
static int |
HIGHLIGHT_STRING
Deprecated. |
static int |
RESPONSE_COLOR
Deprecated. |
static int |
RESPONSE_NONE
Deprecated. |
static int |
RESPONSE_SIZE
Deprecated. |
static int |
STYLE_CUSTOM_DETAIL_BOX
Deprecated. |
static int |
STYLE_HIGH_DETAIL_BOX
Deprecated. |
static int |
STYLE_IMAGE
Deprecated. |
static int |
STYLE_INSIDE_LABEL
Deprecated. |
static int |
STYLE_LOW_DETAIL_BOX
Deprecated. |
static int |
STYLE_MARKER
Deprecated. |
static int |
STYLE_MEDIUM_DETAIL_BOX
Deprecated. |
static int |
STYLE_NONE
Deprecated. |
static int |
STYLE_OUTLINE
Deprecated. |
Constructor Summary | |
---|---|
TileChartHighlightModel()
Deprecated. |
|
TileChartHighlightModel(java.lang.String highlightName,
int i,
int tb,
int cs)
Deprecated. |
|
TileChartHighlightModel(java.lang.String highlightName,
java.lang.String find)
Deprecated. |
|
TileChartHighlightModel(java.lang.String highlightName,
java.lang.String find,
boolean exact,
boolean ignore)
Deprecated. |
Method Summary | |
---|---|
void |
apply(TileChartHighlightModel theOtherObject)
Deprecated. Utility method to convey properties contained in "theOtherObject" to this object. |
boolean |
equals(java.lang.Object obj)
Deprecated. Determines whether another object is equal to this TileChartModel . |
FillStyle |
getBackground()
Deprecated. |
int |
getCondition()
Deprecated. |
java.lang.String |
getFindStr()
Deprecated. |
javax.swing.ImageIcon |
getImage()
Deprecated. |
int |
getMarkerPosition()
Deprecated. |
MarkerStyle |
getMarkerStyle()
Deprecated. |
java.lang.String |
getMatch()
Deprecated. |
java.lang.String |
getName()
Deprecated. |
LineStyle |
getOutline()
Deprecated. |
int |
getResponse()
Deprecated. |
LineStyle |
getSecondaryOutline()
Deprecated. |
int |
getStyle()
Deprecated. |
TextStyle |
getTextStyle()
Deprecated. |
int |
getType()
Deprecated. |
double |
getValue()
Deprecated. |
int |
hashCode()
Deprecated. Computes the hash code for this TileChartModel . |
boolean |
isExactMatch()
Deprecated. |
boolean |
isIgnoreCase()
Deprecated. |
void |
setBackground(FillStyle newBackground)
Deprecated. |
void |
setCondition(int newCondition)
Deprecated. |
void |
setExactMatch(boolean newExactMatch)
Deprecated. |
void |
setFindStr(java.lang.String newFindStr)
Deprecated. |
void |
setIgnoreCase(boolean newIgnoreCase)
Deprecated. |
void |
setImage(javax.swing.ImageIcon newImage)
Deprecated. |
void |
setMarkerPosition(int newMarkerPosition)
Deprecated. |
void |
setMarkerStyle(MarkerStyle newMarkerStyle)
Deprecated. |
void |
setName(java.lang.String newName)
Deprecated. |
void |
setOutline(LineStyle newOutline)
Deprecated. |
void |
setResponse(int newResponse)
Deprecated. |
void |
setSecondaryOutline(LineStyle newSecondaryOutline)
Deprecated. |
void |
setStyle(int newStyle)
Deprecated. |
void |
setTextStyle(TextStyle newTextStyle)
Deprecated. |
void |
setType(int newType)
Deprecated. |
void |
setValue(double newValue)
Deprecated. |
void |
setValue(int newValue)
Deprecated. |
Methods inherited from class com.sas.graphics.components.ModelBase |
---|
addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, setContainedModel |
Field Detail |
---|
public static final int HIGHLIGHT_OFF
public static final int HIGHLIGHT_NUMERIC
public static final int HIGHLIGHT_STRING
public static final int CONDITION_HIGHEST
public static final int CONDITION_LOWEST
public static final int CONDITION_EQUALS
public static final int CONDITION_GREATER_THAN
public static final int CONDITION_LESS_THAN
public static final int CONDITION_GREATER_THAN_OR_EQUAL
public static final int CONDITION_LESS_THAN_OR_EQUAL
public static final int RESPONSE_COLOR
public static final int RESPONSE_SIZE
public static final int RESPONSE_NONE
public static final int STYLE_LOW_DETAIL_BOX
public static final int STYLE_HIGH_DETAIL_BOX
public static final int STYLE_INSIDE_LABEL
public static final int STYLE_MARKER
public static final int STYLE_OUTLINE
public static final int STYLE_NONE
public static final int STYLE_MEDIUM_DETAIL_BOX
public static final int STYLE_CUSTOM_DETAIL_BOX
public static final int STYLE_IMAGE
Constructor Detail |
---|
public TileChartHighlightModel()
public TileChartHighlightModel(java.lang.String highlightName, java.lang.String find)
public TileChartHighlightModel(java.lang.String highlightName, java.lang.String find, boolean exact, boolean ignore)
public TileChartHighlightModel(java.lang.String highlightName, int i, int tb, int cs)
Method Detail |
---|
public int getStyle()
public void setStyle(int newStyle)
newStyle
- The style to set.public java.lang.String getMatch()
public double getValue()
public int getCondition()
public int getResponse()
public int getType()
public boolean isExactMatch()
public void setExactMatch(boolean newExactMatch)
newExactMatch
- The exactMatch to set.public boolean isIgnoreCase()
public void setIgnoreCase(boolean newIgnoreCase)
newIgnoreCase
- The ignoreCase to set.public java.lang.String getFindStr()
public java.lang.String getName()
public void setName(java.lang.String newName)
newName
- The name to set.public FillStyle getBackground()
public void setBackground(FillStyle newBackground) throws java.lang.IllegalArgumentException
newBackground
- The background to set.
java.lang.IllegalArgumentException
public MarkerStyle getMarkerStyle()
public void setMarkerStyle(MarkerStyle newMarkerStyle)
newMarkerStyle
- The markerStyle to set.public LineStyle getOutline()
public void setOutline(LineStyle newOutline)
newOutline
- The outline to set.public LineStyle getSecondaryOutline()
public void setSecondaryOutline(LineStyle newSecondaryOutline)
newSecondaryOutline
- The secondaryOutline to set.public TextStyle getTextStyle()
public void setTextStyle(TextStyle newTextStyle)
newTextStyle
- The textStyle to set.public void setFindStr(java.lang.String newFindStr)
newFindStr
- The findStr to set.public void setValue(double newValue)
newValue
- The value to set.public void setValue(int newValue)
public void setCondition(int newCondition)
newCondition
- The position to set.public void setResponse(int newResponse)
newResponse
- The response to set.public void setType(int newType)
newType
- The type to set.public javax.swing.ImageIcon getImage()
public void setImage(javax.swing.ImageIcon newImage)
public int getMarkerPosition()
public void setMarkerPosition(int newMarkerPosition)
public void apply(TileChartHighlightModel theOtherObject)
Note: Contained "models" (i.e. properties that are subclasses of ModelBase) will in turn be called on to convey their properties to the like contained models in the other object. In that respect this can be considered a "tree" type copy.
Also Note: This is a deep copy. Thus after the copy, mutable properties will not be shared by the two instances.
theOtherObject
- properties applied to this instancepublic boolean equals(java.lang.Object obj)
TileChartModel
.
The result is true
if and only if the argument is not
null
and is a TileChartModel
object that has the same
properties as this object.
equals
in class ModelBase
obj
- the object to test for equality with this
TileChartModel
true
if the objects are the same;
false
otherwise.public int hashCode()
TileChartModel
.
hashCode
in class ModelBase
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |