Class ScaleBarRenderer
- java.lang.Object
-
- com.vividsolutions.jump.workbench.ui.renderer.SimpleRenderer
-
- com.vividsolutions.jump.workbench.ui.plugin.scalebar.ScaleBarRenderer
-
- All Implemented Interfaces:
Renderer
public class ScaleBarRenderer extends SimpleRenderer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.vividsolutions.jump.workbench.ui.renderer.Renderer
Renderer.ContentDependendFactory, Renderer.Factory
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTENT_ID
-
Fields inherited from class com.vividsolutions.jump.workbench.ui.renderer.SimpleRenderer
cancelled, panel
-
-
Constructor Summary
Constructors Constructor Description ScaleBarRenderer(LayerViewPanel panel, TaskFrame taskFrame)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static int
getBAR_HEIGHT()
static Color
getFILL1()
static Color
getFILL2()
static Font
getFONT()
static int
getHORIZONTAL_MARGIN()
static Color
getLINE_COLOR()
static int
getTEXT_BOTTOM_MARGIN()
static Color
getTEXT_COLOR()
static Font
getUNIT_FONT()
static int
getUNIT_TEXT_BOTTOM_MARGIN()
static Color
getUNIT_TEXT_COLOR()
static int
getVERTICAL_MARGIN()
static boolean
isEnabled(LayerViewPanel panel)
protected void
paint(Graphics2D g)
void
paint(Graphics2D g, double scale)
static void
setBAR_HEIGHT(int bar_height)
static void
setEnabled(boolean enabled, LayerViewPanel panel)
static void
setFILL1(Color fill1)
static void
setFILL2(Color fill2)
static void
setFONT(Font font)
static void
setHORIZONTAL_MARGIN(int horizontal_margin)
static void
setLINE_COLOR(Color line_color)
static void
setTEXT_BOTTOM_MARGIN(int text_bottom_margin)
static void
setUNIT_FONT(Font unit_font)
static void
setUNIT_TEXT_BOTTOM_MARGIN(int unit_text_bottom_margin)
static void
setUNIT_TEXT_COLOR(Color unit_text_color)
static void
setVERTICAL_MARGIN(int vertical_margin)
-
Methods inherited from class com.vividsolutions.jump.workbench.ui.renderer.SimpleRenderer
cancel, clearImageCache, copyTo, createRunnable, getContentID, isRendering
-
-
-
-
Field Detail
-
CONTENT_ID
public static String CONTENT_ID
-
-
Constructor Detail
-
ScaleBarRenderer
public ScaleBarRenderer(LayerViewPanel panel, TaskFrame taskFrame)
-
-
Method Detail
-
isEnabled
public static boolean isEnabled(LayerViewPanel panel)
-
setEnabled
public static void setEnabled(boolean enabled, LayerViewPanel panel)
-
paint
protected void paint(Graphics2D g)
- Specified by:
paint
in classSimpleRenderer
-
paint
public void paint(Graphics2D g, double scale)
-
getBAR_HEIGHT
public static int getBAR_HEIGHT()
-
setBAR_HEIGHT
public static void setBAR_HEIGHT(int bar_height)
-
getFILL1
public static Color getFILL1()
-
setFILL1
public static void setFILL1(Color fill1)
-
getFILL2
public static Color getFILL2()
-
setFILL2
public static void setFILL2(Color fill2)
-
getHORIZONTAL_MARGIN
public static int getHORIZONTAL_MARGIN()
-
setHORIZONTAL_MARGIN
public static void setHORIZONTAL_MARGIN(int horizontal_margin)
-
getLINE_COLOR
public static Color getLINE_COLOR()
-
setLINE_COLOR
public static void setLINE_COLOR(Color line_color)
-
getTEXT_BOTTOM_MARGIN
public static int getTEXT_BOTTOM_MARGIN()
-
setTEXT_BOTTOM_MARGIN
public static void setTEXT_BOTTOM_MARGIN(int text_bottom_margin)
-
getTEXT_COLOR
public static Color getTEXT_COLOR()
-
getUNIT_TEXT_BOTTOM_MARGIN
public static int getUNIT_TEXT_BOTTOM_MARGIN()
-
setUNIT_TEXT_BOTTOM_MARGIN
public static void setUNIT_TEXT_BOTTOM_MARGIN(int unit_text_bottom_margin)
-
getUNIT_TEXT_COLOR
public static Color getUNIT_TEXT_COLOR()
-
setUNIT_TEXT_COLOR
public static void setUNIT_TEXT_COLOR(Color unit_text_color)
-
getVERTICAL_MARGIN
public static int getVERTICAL_MARGIN()
-
setVERTICAL_MARGIN
public static void setVERTICAL_MARGIN(int vertical_margin)
-
getFONT
public static Font getFONT()
-
setFONT
public static void setFONT(Font font)
-
getUNIT_FONT
public static Font getUNIT_FONT()
-
setUNIT_FONT
public static void setUNIT_FONT(Font unit_font)
-
-