com.objex.progeny.anywhere.legend.symbols
Class XRFSymbolsLegendItem

java.lang.Object
  extended by com.objex.progeny.anywhere.legend.symbols.XRFSymbolsLegendItem
All Implemented Interfaces:
java.io.Serializable

public class XRFSymbolsLegendItem
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
XRFSymbolsLegendItem()
           
 
Method Summary
 int getColor()
           
 XRFData getCompareValue()
           
 XRFField getField()
           
 java.lang.String getLegendDisplayText()
           
 CompareOperator getOp()
           
 void setColor(int a_q0)
           
 void setCompareValue(XRFData compareValue)
           
 void setField(XRFField field)
           
 void setOp(CompareOperator op)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XRFSymbolsLegendItem

public XRFSymbolsLegendItem()
Method Detail

getLegendDisplayText

public java.lang.String getLegendDisplayText()

getField

public XRFField getField()

setField

public void setField(XRFField field)

getOp

public CompareOperator getOp()

setOp

public void setOp(CompareOperator op)

getCompareValue

public XRFData getCompareValue()

setCompareValue

public void setCompareValue(XRFData compareValue)

getColor

public int getColor()
Returns:
* The value representing the quadrant(s) and color combination e.g. quadrant 1 color red etc

setColor

public void setColor(int a_q0)
Parameters:
a_q0 - The value representing the quadrant(s) and color combination e.g. quadrant 1 color red etc