public static class Axis.GetScrollViewArgs
extends java.lang.Object
Constructor and Description |
---|
Axis.GetScrollViewArgs(DataUnit min,
DataUnit max)
Constructs a newly allocated GetScrollViewArgs object
|
Axis.GetScrollViewArgs(java.util.Date min,
java.util.Date max)
Constructs a newly allocated GetScrollViewArgs object
|
Axis.GetScrollViewArgs(double min,
double max)
Constructs a newly allocated GetScrollViewArgs object
|
Axis.GetScrollViewArgs(TimeSpan min,
TimeSpan max)
Description goes here
|
Modifier and Type | Method and Description |
---|---|
DataUnit |
getMax()
Description goes here.
|
java.util.Date |
getMaxDateTime()
Description goes here.
|
double |
getMaxDouble()
Description goes here.
|
TimeSpan |
getMaxTimeSpan()
Description goes here.
|
DataUnit |
getMin()
Description goes here.
|
java.util.Date |
getMinDateTime()
Description goes here.
|
double |
getMinDouble()
Description goes here.
|
TimeSpan |
getMinTimeSpan()
Description goes here.
|
public Axis.GetScrollViewArgs(TimeSpan min, TimeSpan max)
min
- max
- public Axis.GetScrollViewArgs(DataUnit min, DataUnit max)
min
- max
- public Axis.GetScrollViewArgs(double min, double max)
min
- max
- public Axis.GetScrollViewArgs(java.util.Date min, java.util.Date max)
min
- max
- public TimeSpan getMaxTimeSpan()
public DataUnit getMax()
public double getMaxDouble()
public java.util.Date getMaxDateTime()
public TimeSpan getMinTimeSpan()
public DataUnit getMin()
public double getMinDouble()
public java.util.Date getMinDateTime()
2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.