Package 

Class FloatEntry

  • All Implemented Interfaces:
    com.patrykandpatrick.vico.core.entry.ChartEntry

    
    public final class FloatEntry
     implements ChartEntry
                        

    The default implementation of ChartEntry.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Float x
      private final Float y
    • Method Summary

      Modifier and Type Method Description
      Float getX() The position of this ChartEntry on the x-axis.
      Float getY() The position of this ChartEntry on the y-axis.
      ChartEntry withY(Float y) Creates a copy of this ChartEntry implementation, but with a new y value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait