public abstract class ReferenceObject
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
int | 
getAssociation()
Returns the axis that this reference object is associated with. 
 | 
java.awt.Color | 
getColor()
Returns the color of this reference object. 
 | 
int | 
getLocation()
Returns the location of this reference object relative to the data items. 
 | 
void | 
setAssociation(int association)
Specifies the axis that this reference object is associated with. 
 | 
void | 
setColor(java.awt.Color color)
Specifies the color of this reference object. 
 | 
void | 
setLocation(int location)
Specifies the location of this reference object relative to the data items. 
 | 
public void setColor(java.awt.Color color)
color - public java.awt.Color getColor()
public void setAssociation(int association)
GraphConstants.Y1AXIS, 
GraphConstants.X1AXISpublic int getAssociation()
GraphConstants.Y1AXIS, 
GraphConstants.X1AXISpublic void setLocation(int location)
public int getLocation()