com.sas.graphics.components.tilechart
Class TileChartHighlightModel

com.sas.graphics.components.tilechart.TileChartHighlightModel

Deprecated. use rulesContext property on DataModel

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

HIGHLIGHT_OFF

public static final int HIGHLIGHT_OFF
Deprecated. 
See Also:
Constant Field Values

HIGHLIGHT_NUMERIC

public static final int HIGHLIGHT_NUMERIC
Deprecated. 
See Also:
Constant Field Values

HIGHLIGHT_STRING

public static final int HIGHLIGHT_STRING
Deprecated. 
See Also:
Constant Field Values

CONDITION_HIGHEST

public static final int CONDITION_HIGHEST
Deprecated. 
See Also:
Constant Field Values

CONDITION_LOWEST

public static final int CONDITION_LOWEST
Deprecated. 
See Also:
Constant Field Values

CONDITION_EQUALS

public static final int CONDITION_EQUALS
Deprecated. 
See Also:
Constant Field Values

CONDITION_GREATER_THAN

public static final int CONDITION_GREATER_THAN
Deprecated. 
See Also:
Constant Field Values

CONDITION_LESS_THAN

public static final int CONDITION_LESS_THAN
Deprecated. 
See Also:
Constant Field Values

CONDITION_GREATER_THAN_OR_EQUAL

public static final int CONDITION_GREATER_THAN_OR_EQUAL
Deprecated. 
See Also:
Constant Field Values

CONDITION_LESS_THAN_OR_EQUAL

public static final int CONDITION_LESS_THAN_OR_EQUAL
Deprecated. 
See Also:
Constant Field Values

RESPONSE_COLOR

public static final int RESPONSE_COLOR
Deprecated. 
See Also:
Constant Field Values

RESPONSE_SIZE

public static final int RESPONSE_SIZE
Deprecated. 
See Also:
Constant Field Values

RESPONSE_NONE

public static final int RESPONSE_NONE
Deprecated. 
See Also:
Constant Field Values

STYLE_LOW_DETAIL_BOX

public static final int STYLE_LOW_DETAIL_BOX
Deprecated. 
See Also:
Constant Field Values

STYLE_HIGH_DETAIL_BOX

public static final int STYLE_HIGH_DETAIL_BOX
Deprecated. 
See Also:
Constant Field Values

STYLE_INSIDE_LABEL

public static final int STYLE_INSIDE_LABEL
Deprecated. 
See Also:
Constant Field Values

STYLE_MARKER

public static final int STYLE_MARKER
Deprecated. 
See Also:
Constant Field Values

STYLE_OUTLINE

public static final int STYLE_OUTLINE
Deprecated. 
See Also:
Constant Field Values

STYLE_NONE

public static final int STYLE_NONE
Deprecated. 
See Also:
Constant Field Values

STYLE_MEDIUM_DETAIL_BOX

public static final int STYLE_MEDIUM_DETAIL_BOX
Deprecated. 
See Also:
Constant Field Values

STYLE_CUSTOM_DETAIL_BOX

public static final int STYLE_CUSTOM_DETAIL_BOX
Deprecated. 
See Also:
Constant Field Values

STYLE_IMAGE

public static final int STYLE_IMAGE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

TileChartHighlightModel

public TileChartHighlightModel()
Deprecated. 

TileChartHighlightModel

public TileChartHighlightModel(java.lang.String highlightName,
                               java.lang.String find)
Deprecated. 

TileChartHighlightModel

public TileChartHighlightModel(java.lang.String highlightName,
                               java.lang.String find,
                               boolean exact,
                               boolean ignore)
Deprecated. 

TileChartHighlightModel

public TileChartHighlightModel(java.lang.String highlightName,
                               int i,
                               int tb,
                               int cs)
Deprecated. 
Method Detail

getStyle

public int getStyle()
Deprecated. 
Returns:
Returns the style.

setStyle

public void setStyle(int newStyle)
Deprecated. 
Parameters:
newStyle - The style to set.

getMatch

public java.lang.String getMatch()
Deprecated. 
Returns:
Returns the match.

getValue

public double getValue()
Deprecated. 
Returns:
Returns the value.

getCondition

public int getCondition()
Deprecated. 
Returns:
Returns the position.

getResponse

public int getResponse()
Deprecated. 
Returns:
Returns the response.

getType

public int getType()
Deprecated. 
Returns:
Returns the type.

isExactMatch

public boolean isExactMatch()
Deprecated. 
Returns:
Returns the exactMatch.

setExactMatch

public void setExactMatch(boolean newExactMatch)
Deprecated. 
Parameters:
newExactMatch - The exactMatch to set.

isIgnoreCase

public boolean isIgnoreCase()
Deprecated. 
Returns:
Returns the ignoreCase.

setIgnoreCase

public void setIgnoreCase(boolean newIgnoreCase)
Deprecated. 
Parameters:
newIgnoreCase - The ignoreCase to set.

getFindStr

public java.lang.String getFindStr()
Deprecated. 
Returns:
Returns the findStr.

getName

public java.lang.String getName()
Deprecated. 
Returns:
Returns the name.

setName

public void setName(java.lang.String newName)
Deprecated. 
Parameters:
newName - The name to set.

getBackground

public FillStyle getBackground()
Deprecated. 
Returns:
Returns the background.

setBackground

public void setBackground(FillStyle newBackground)
                   throws java.lang.IllegalArgumentException
Deprecated. 
Parameters:
newBackground - The background to set.
Throws:
java.lang.IllegalArgumentException

getMarkerStyle

public MarkerStyle getMarkerStyle()
Deprecated. 
Returns:
Returns the markerStyle.

setMarkerStyle

public void setMarkerStyle(MarkerStyle newMarkerStyle)
Deprecated. 
Parameters:
newMarkerStyle - The markerStyle to set.

getOutline

public LineStyle getOutline()
Deprecated. 
Returns:
Returns the outline.

setOutline

public void setOutline(LineStyle newOutline)
Deprecated. 
Parameters:
newOutline - The outline to set.

getSecondaryOutline

public LineStyle getSecondaryOutline()
Deprecated. 
Returns:
Returns the secondaryOutline.

setSecondaryOutline

public void setSecondaryOutline(LineStyle newSecondaryOutline)
Deprecated. 
Parameters:
newSecondaryOutline - The secondaryOutline to set.

getTextStyle

public TextStyle getTextStyle()
Deprecated. 
Returns:
Returns the textStyle.

setTextStyle

public void setTextStyle(TextStyle newTextStyle)
Deprecated. 
Parameters:
newTextStyle - The textStyle to set.

setFindStr

public void setFindStr(java.lang.String newFindStr)
Deprecated. 
Parameters:
newFindStr - The findStr to set.

setValue

public void setValue(double newValue)
Deprecated. 
Parameters:
newValue - The value to set.

setValue

public void setValue(int newValue)
Deprecated. 

setCondition

public void setCondition(int newCondition)
Deprecated. 
Parameters:
newCondition - The position to set.

setResponse

public void setResponse(int newResponse)
Deprecated. 
Parameters:
newResponse - The response to set.

setType

public void setType(int newType)
Deprecated. 
Parameters:
newType - The type to set.

getImage

public javax.swing.ImageIcon getImage()
Deprecated. 

setImage

public void setImage(javax.swing.ImageIcon newImage)
Deprecated. 

getMarkerPosition

public int getMarkerPosition()
Deprecated. 

setMarkerPosition

public void setMarkerPosition(int newMarkerPosition)
Deprecated. 

apply

public void apply(TileChartHighlightModel theOtherObject)
Deprecated. 
Utility method to convey properties contained in "theOtherObject" to this object.

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.

Parameters:
theOtherObject - properties applied to this instance

equals

public boolean equals(java.lang.Object obj)
Deprecated. 
Determines whether another object is equal to this 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.

Overrides:
equals in class ModelBase
Parameters:
obj - the object to test for equality with this TileChartModel
Returns:
true if the objects are the same; false otherwise.

hashCode

public int hashCode()
Deprecated. 
Computes the hash code for this TileChartModel.

Overrides:
hashCode in class ModelBase
Returns:
a hash code value for this object.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.