Class GraphPoint

java.lang.Object
io.aether.api.smarthome.gui.state.GraphPoint
All Implemented Interfaces:
io.aether.utils.ToString

public class GraphPoint extends Object implements io.aether.utils.ToString
  • Field Details

    • META_BODY

      public static final io.aether.net.fastMeta.FastMetaType<GraphPoint> META_BODY
    • META

      public static final io.aether.net.fastMeta.FastMetaType<GraphPoint> META
    • timestamp

      protected final long timestamp
    • value

      protected final double value
  • Constructor Details

    • GraphPoint

      public GraphPoint(long timestamp, double value)
  • Method Details

    • getTimestamp

      public long getTimestamp()
    • getValue

      public double getValue()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toString

      public void toString(io.aether.utils.AString sb)
      Specified by:
      toString in interface io.aether.utils.ToString