public class StandardLegendFormat extends java.lang.Object implements LegendFormat
LegendFormat.MarginPADDING_AUTO_VALUE| Constructor and Description | 
|---|
StandardLegendFormat()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.awt.Font | 
getLayerTitleFont()  | 
int | 
getLayerTitleMargin(LegendFormat.Margin m)  | 
int | 
getLegendMargin(LegendFormat.Margin m)  | 
java.awt.Font | 
getLegendTitleFont()  | 
int | 
getLegendTitleMargin(LegendFormat.Margin m)  | 
void | 
setLayerTitleFont(java.awt.Font layerTitleFont)  | 
void | 
setLayerTitleMargin(int top,
                   int right,
                   int bottom,
                   int left)  | 
void | 
setLegendMargin(int top,
               int right,
               int bottom,
               int left)  | 
void | 
setLegendTitleFont(java.awt.Font legendTitleFont)  | 
void | 
setLegendTitleMargin(int top,
                    int right,
                    int bottom,
                    int left)  | 
public java.awt.Font getLegendTitleFont()
getLegendTitleFont in interface LegendFormatpublic void setLegendTitleFont(java.awt.Font legendTitleFont)
setLegendTitleFont in interface LegendFormatpublic java.awt.Font getLayerTitleFont()
getLayerTitleFont in interface LegendFormatpublic void setLayerTitleFont(java.awt.Font layerTitleFont)
setLayerTitleFont in interface LegendFormatpublic int getLegendMargin(LegendFormat.Margin m)
getLegendMargin in interface LegendFormatpublic void setLegendMargin(int top,
                            int right,
                            int bottom,
                            int left)
setLegendMargin in interface LegendFormatpublic int getLegendTitleMargin(LegendFormat.Margin m)
getLegendTitleMargin in interface LegendFormatpublic void setLegendTitleMargin(int top,
                                 int right,
                                 int bottom,
                                 int left)
setLegendTitleMargin in interface LegendFormatpublic int getLayerTitleMargin(LegendFormat.Margin m)
getLayerTitleMargin in interface LegendFormatpublic void setLayerTitleMargin(int top,
                                int right,
                                int bottom,
                                int left)
setLayerTitleMargin in interface LegendFormat