Constructor and Description |
---|
GSeriesValue() |
Modifier and Type | Method and Description |
---|---|
GSeriesValue |
clone()
Clones the instance.
|
abstract boolean |
equals(Object o)
Checks if two fill objects are equal.
|
static GSeriesValue |
fromString(String string)
Creates a fill from an element.
|
String |
getString()
Gets the fill as a String in the form described below.
|
abstract SeriesType |
getType()
Gets the fill type.
|
static double |
parseNumber(String string)
Parses a value string to a double number.
|
String |
toString()
Returns a string representation of this class instance and its values.
|
public static double parseNumber(String string)
If the string is empty or "NaN", the returned value is Double.NaN.
string
- The string to parse.NumberFormatException
- For number format errors.public static GSeriesValue fromString(String string) throws IllegalArgumentException, NumberFormatException
IllegalArgumentException
- For errors in the string specification.NumberFormatException
- For invalid number formats.NoSuchElementException
- If the string misses a parameter.public final GSeriesValue clone()
public abstract SeriesType getType()
public abstract boolean equals(Object o)
public final String getString()
iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.