orbital.awt
Class ChartModel.Entry
java.lang.Object
orbital.awt.ChartModel.Entry
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ChartModel
public class ChartModel.Entry
- extends java.lang.Object
- implements java.io.Serializable
The entries of a ChartModel's List of displayed graphs.
- Author:
- André Platzer
- See Also:
- Serialized Form
- Structure:
- aggregate graph:java.lang.Object unidirectional, aggregate attributes:java.util.Map unidirectional
- Stereotype:
- Structure
Constructor Summary |
ChartModel.Entry(java.lang.Object graph,
java.util.Map attributes)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ChartModel.Entry
public ChartModel.Entry(java.lang.Object graph,
java.util.Map attributes)
getGraph
public java.lang.Object getGraph()
setGraph
public void setGraph(java.lang.Object graph)
getAttributes
public java.util.Map getAttributes()
setAttributes
public void setAttributes(java.util.Map attributes)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 1996-2009 André Platzer
All Rights Reserved.