Class Guide


  • public class Guide
    extends java.lang.Object
    • Constructor Detail

      • Guide

        public Guide​(int orientation,
                     int location)
    • Method Detail

      • getLocation

        public int getLocation()
      • setLocation

        public void setLocation​(int location)
      • getOrientation

        public int getOrientation()
      • addChangeListener

        public void addChangeListener​(javax.swing.event.ChangeListener l)
      • removeChangeListener

        public void removeChangeListener​(javax.swing.event.ChangeListener l)
      • fireChange

        protected void fireChange()
      • isHover

        public boolean isHover()
      • setHover

        public void setHover​(boolean hover)