Chart FX 7 for Java Server

com.softwarefx.chartfx.server
Class ConditionalAttributesEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.softwarefx.chartfx.server.ConditionalAttributesEvent
All Implemented Interfaces:
Serializable

public class ConditionalAttributesEvent
extends EventObject

Provides access to the ConditionalAttributesEvent object.

The supported members of the ConditionalAttributesEvent Class are available for any event handler that receives a ConditionalAttributesEvent.

See Also:
Serialized Form

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

ConditionalAttributesEvent

public ConditionalAttributesEvent()
Method Detail

getAttributes

public int getAttributes()

Gets the Attributes. For more detail see setAttributes(int).


getPoint

public int getPoint()

Gets the Point. For more detail see setPoint(int).


getSeries

public int getSeries()

Gets the Series. For more detail see setSeries(int).


setAttributes

public void setAttributes(int value)

This is the index to the conditional attribute in the conditional attribute collection.


setPoint

public void setPoint(int value)

The index of the point that the conditional attribute is applied to.


setSeries

public void setSeries(int value)

The index of the series that the conditional attribute is applied to.


http://www.softwarefx.com

2008 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.