Class BrickletLCD128x64.GUISlider

  • Enclosing class:
    BrickletLCD128x64

    public class BrickletLCD128x64.GUISlider
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GUISlider()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • active

        public boolean active
      • positionX

        public int positionX
      • positionY

        public int positionY
      • length

        public int length
      • direction

        public int direction
      • value

        public int value
    • Constructor Detail

      • GUISlider

        public GUISlider()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object