net.refractions.udig.legend.ui
Class LegendStyle

java.lang.Object
  extended by net.refractions.udig.legend.ui.LegendStyle

public class LegendStyle
extends java.lang.Object


Field Summary
 java.awt.Color backgroundColour
           
 java.awt.Color foregroundColour
           
 int horizontalMargin
           
 int horizontalSpacing
           
 int imageHeight
           
 int imageWidth
           
 int indentSize
           
 int verticalMargin
           
 int verticalSpacing
           
 
Constructor Summary
LegendStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

verticalMargin

public int verticalMargin

horizontalMargin

public int horizontalMargin

verticalSpacing

public int verticalSpacing

horizontalSpacing

public int horizontalSpacing

foregroundColour

public java.awt.Color foregroundColour

backgroundColour

public java.awt.Color backgroundColour

indentSize

public int indentSize

imageWidth

public int imageWidth

imageHeight

public int imageHeight
Constructor Detail

LegendStyle

public LegendStyle()