Class DrawConfig


  • public abstract class DrawConfig
    extends java.lang.Object
    User: rufenec Creation Date: 8/24/2016
    • Constructor Detail

      • DrawConfig

        public DrawConfig()
    • Method Detail

      • createColor

        public final long createColor​(double r,
                                      double g,
                                      double b,
                                      double alpha)
      • getHighLightColor

        public abstract long getHighLightColor()
      • getMapToolColor

        public abstract long getMapToolColor()
      • getSelectionColor

        public abstract long getSelectionColor()
      • getForegroundColor

        public abstract long getForegroundColor()
      • getBackgroundColor

        public abstract long getBackgroundColor()