edu.iastate.metnet.metaomgraph.chart
Class CustomSortDialog.CustomSortObject
java.lang.Object
edu.iastate.metnet.metaomgraph.chart.CustomSortDialog.CustomSortObject
- All Implemented Interfaces:
- XMLizable, java.io.Serializable
- Enclosing class:
- CustomSortDialog
public static class CustomSortDialog.CustomSortObject
- extends java.lang.Object
- implements java.io.Serializable, XMLizable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomSortDialog.CustomSortObject
public CustomSortDialog.CustomSortObject()
CustomSortDialog.CustomSortObject
public CustomSortDialog.CustomSortObject(int[] sortOrder,
java.util.Vector<RangeMarker> rangeMarkers)
getRangeMarkers
public java.util.Vector<RangeMarker> getRangeMarkers()
setRangeMarkers
public void setRangeMarkers(java.util.Vector<RangeMarker> rangeMarkers)
getSortOrder
public int[] getSortOrder()
setSortOrder
public void setSortOrder(int[] sortOrder)
toXML
public org.jdom.Element toXML()
- Description copied from interface:
XMLizable
- Converts this object to an XML Element.
- Specified by:
toXML in interface XMLizable
- Returns:
- an XML Element that represents this object
fromXML
public void fromXML(org.jdom.Element source)
- Description copied from interface:
XMLizable
- Initializes this object from an XML Element.
- Specified by:
fromXML in interface XMLizable
- Parameters:
source - an XML Element that specifies this object
getXMLElementName
public static java.lang.String getXMLElementName()