|
Chart FX 7 for Java Server | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.softwarefx.chartfx.server.ConditionalAttributesEvent
public class ConditionalAttributesEvent
Provides access to the ConditionalAttributesEvent object.
The supported members of the ConditionalAttributesEvent Class are available for any event handler that receives a ConditionalAttributesEvent.
Constructor Summary | |
---|---|
ConditionalAttributesEvent()
|
Method Summary | |
---|---|
int |
getAttributes()
Gets the Attributes. |
int |
getPoint()
Gets the Point. |
int |
getSeries()
Gets the Series. |
void |
setAttributes(int value)
This is the index to the conditional attribute in the conditional attribute collection. |
void |
setPoint(int value)
The index of the point that the conditional attribute is applied to. |
void |
setSeries(int value)
The index of the series that the conditional attribute is applied to. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConditionalAttributesEvent()
Method Detail |
---|
public int getAttributes()
Gets the Attributes. For more detail see setAttributes(int)
.
public int getPoint()
Gets the Point. For more detail see setPoint(int)
.
public int getSeries()
Gets the Series. For more detail see setSeries(int)
.
public void setAttributes(int value)
This is the index to the conditional attribute in the conditional attribute collection.
public void setPoint(int value)
The index of the point that the conditional attribute is applied to.
public void setSeries(int value)
The index of the series that the conditional attribute is applied to.
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |