Package com.actelion.research.share.gui
Class DrawConfig
- java.lang.Object
-
- com.actelion.research.share.gui.DrawConfig
-
public abstract class DrawConfig extends java.lang.ObjectUser: rufenec Creation Date: 8/24/2016
-
-
Constructor Summary
Constructors Constructor Description DrawConfig()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description longcreateColor(double r, double g, double b, double alpha)abstract longgetBackgroundColor()abstract longgetForegroundColor()abstract longgetHighLightColor()abstract longgetMapToolColor()abstract longgetSelectionColor()
-
-
-
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()
-
-