sgtplot.util
Class SoTValue
- java.lang.Object
-
- sgtplot.util.SoTValue
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- SoTValue.Double, SoTValue.Float, SoTValue.GeoDate, SoTValue.Integer, SoTValue.Short, SoTValue.Time
public abstract class SoTValue extends java.lang.Object implements java.io.SerializableSoTValueis an abstract class used to wrap either adoubleorGeoDate. SoT stands for space or time, but being basically lazy I've abbreviated it.- Since:
- sgtplot 2.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classSoTValue.DoubleInner class forSoTRangefor typedouble.static classSoTValue.FloatInner class forSoTRangefor typefloat.static classSoTValue.GeoDateDeprecated.As of sgtplot 3.0, replaced bySoTValue.Timestatic classSoTValue.IntegerInner class forSoTRangefor typeint.static classSoTValue.ShortInner class forSoTRangefor typeshort.static classSoTValue.TimeInner class forSoTRangefor typelong.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract voidadd(SoTValue val)abstract booleanequals(SoTValue val)abstract GeoDategetGeoDate()abstract longgetLongTime()abstract java.lang.ObjectgetObjectValue()abstract booleanisTime()abstract java.lang.StringtoString()
-
-
-
Method Detail
-
isTime
public abstract boolean isTime()
-
toString
public abstract java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public abstract boolean equals(SoTValue val)
-
getObjectValue
public abstract java.lang.Object getObjectValue()
-
getLongTime
public abstract long getLongTime()
-
getGeoDate
public abstract GeoDate getGeoDate()
-
add
public abstract void add(SoTValue val)
-
-
DMelt 3.0 © DataMelt by jWork.ORG