Class DotPanelUserSettings


  • public class DotPanelUserSettings
    extends java.lang.Object
    Keeps track of the user state, i.e. key presses.
    Author:
    sleemans
    • Field Detail

      • nodeSeparation

        public double nodeSeparation
    • Constructor Detail

      • DotPanelUserSettings

        public DotPanelUserSettings​(Dot dot)
    • Method Detail

      • applyToDot

        public void applyToDot​(Dot dot)
        Applies the dot panel user settings to a Dot instance.
        Parameters:
        dot -
      • readFromDot

        public void readFromDot​(Dot dot)
      • toString

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