-
- All Implemented Interfaces:
-
com.patrykandpatrick.vico.core.entry.ChartEntry
public final class FloatEntry implements ChartEntry
The default implementation of ChartEntry.
-
-
Constructor Summary
Constructors Constructor Description FloatEntry(Float x, Float y)
-
Method Summary
Modifier and Type Method Description FloatgetX()The position of this ChartEntry on the x-axis. FloatgetY()The position of this ChartEntry on the y-axis. ChartEntrywithY(Float y)Creates a copy of this ChartEntry implementation, but with a new y value. -
-
Method Detail
-
getX
Float getX()
The position of this ChartEntry on the x-axis.
-
getY
Float getY()
The position of this ChartEntry on the y-axis.
-
withY
ChartEntry withY(Float y)
Creates a copy of this ChartEntry implementation, but with a new y value.
-
-
-
-