public class RandomData
extends java.lang.Object
Description goes here
Constructor and Description |
---|
RandomData()
Constructs a newly allocated RandomData object
|
Modifier and Type | Method and Description |
---|---|
DataUnit |
getCompactedBy()
Description goes here
|
java.util.Date |
getCompactedByDateTime()
Description goes here
|
double |
getCompactedByDouble()
Description goes here
|
TimeSpan |
getCompactedByTimeSpan()
Description goes here
|
java.lang.String |
getFile()
Description goes here
|
int |
getPoints()
Description goes here
|
int |
getSeries()
Description goes here
|
java.util.EnumSet<RandomDataStyles> |
getStyle()
Description goes here
|
void |
reset()
Description goes here
|
void |
resetStyle()
Set the property Style to its default value.
|
void |
setCompactedBy(DataUnit value)
Description goes here
|
void |
setCompactedBy(java.util.Date value)
Description goes here
|
void |
setCompactedBy(double value)
Description goes here
|
void |
setCompactedBy(TimeSpan value)
Description goes here
|
void |
setFile(java.lang.String value)
Description goes here
|
void |
setPoints(int value)
Description goes here
|
void |
setSeries(int value)
Description goes here
|
void |
setStyle(java.util.EnumSet<RandomDataStyles> value)
Description goes here
|
void |
update()
Description goes here
|
public TimeSpan getCompactedByTimeSpan()
public void setCompactedBy(TimeSpan value)
value
- public DataUnit getCompactedBy()
public void setCompactedBy(DataUnit value)
value
- public double getCompactedByDouble()
public void setCompactedBy(double value)
value
- public java.util.Date getCompactedByDateTime()
public void setCompactedBy(java.util.Date value)
value
- public java.lang.String getFile()
public void setFile(java.lang.String value)
value
- public int getPoints()
public void setPoints(int value)
value
- public int getSeries()
public void setSeries(int value)
value
- public java.util.EnumSet<RandomDataStyles> getStyle()
resetStyle
public void setStyle(java.util.EnumSet<RandomDataStyles> value)
value
- resetStyle
public void reset()
public void resetStyle()
setStyle
public void update()
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.