madkit.linechart
Class LineChartMessage
java.lang.Object
madkit.kernel.Message
madkit.linechart.LineChartMessage
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class LineChartMessage
- extends Message
Message class to communicate with the LineChartAgent
- Version:
- 1.0 26/06/2002
- Author:
- Fabien MICHEL
- See Also:
- Serialized Form
Constructor Summary |
LineChartMessage(java.lang.String linechartName)
To create a new linechart |
LineChartMessage(java.lang.String linechartName,
java.awt.Color linechartColor)
To create a new linechart with a specified color |
LineChartMessage(java.lang.String linechartName,
double x,
double y)
to add a point to a specified linechart |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NEW_LINECHART
public static final int NEW_LINECHART
- See Also:
- Constant Field Values
ADD_POINT
public static final int ADD_POINT
- See Also:
- Constant Field Values
x
public int x
y
public int y
command
public int command
linechartName
public java.lang.String linechartName
color
public java.awt.Color color
LineChartMessage
public LineChartMessage(java.lang.String linechartName)
- To create a new linechart
LineChartMessage
public LineChartMessage(java.lang.String linechartName,
java.awt.Color linechartColor)
- To create a new linechart with a specified color
LineChartMessage
public LineChartMessage(java.lang.String linechartName,
double x,
double y)
- to add a point to a specified linechart
Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.