edu.iastate.metnet.metaomgraph.chart
Class CustomSortDialog.CustomSortObject

java.lang.Object
  extended by 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

Constructor Summary
CustomSortDialog.CustomSortObject()
           
CustomSortDialog.CustomSortObject(int[] sortOrder, java.util.Vector<RangeMarker> rangeMarkers)
           
 
Method Summary
 void fromXML(org.jdom.Element source)
          Initializes this object from an XML Element.
 java.util.Vector<RangeMarker> getRangeMarkers()
           
 int[] getSortOrder()
           
static java.lang.String getXMLElementName()
           
 void setRangeMarkers(java.util.Vector<RangeMarker> rangeMarkers)
           
 void setSortOrder(int[] sortOrder)
           
 org.jdom.Element toXML()
          Converts this object to an XML Element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomSortDialog.CustomSortObject

public CustomSortDialog.CustomSortObject()

CustomSortDialog.CustomSortObject

public CustomSortDialog.CustomSortObject(int[] sortOrder,
                                         java.util.Vector<RangeMarker> rangeMarkers)
Method Detail

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()