public class LayoutLegend.LayoutLegendBean extends Object
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Color |
getBackColor() |
Get background color
|
float |
getBarWidth() |
Get bar width
|
int |
getColumnNumber() |
Get column number
|
Font |
getFont() |
Get font
|
Color |
getForeColor() |
Get foreground color
|
int |
getHeight() |
Get height
|
String |
getLayerName() |
Get legend layer name
|
String |
getLayerUpdateType() |
Get layer update type string
|
LayoutMap |
getLayoutMap() |
Get layout map
|
int |
getLeft() |
Get left
|
MapLayer |
getLegendLayer() |
Get legend layer
|
String |
getLegendStyle() |
Get legend style string
|
Color |
getNeatLineColor() |
Get neat line color
|
float |
getNeatLineSize() |
Get neat line size
|
String |
getTitle() |
Get title
|
int |
getTop() |
Get top
|
int |
getWidth() |
Get width
|
boolean |
isDrawBackColor() |
Get is draw backcolor
|
boolean |
isDrawChartBreaks() |
Get is draw chart breaks
|
boolean |
isDrawNeatLine() |
Get if draw neat line
|
boolean |
isForceDrawOutline() |
Get if force to draw polygon outline - for normal legend
|
void |
setBackColor(Color c) |
Set background color
|
void |
setBarWidth(float value) |
Set bar width
|
void |
setColumnNumber(int value) |
Set column number
|
void |
setDrawBackColor(boolean value) |
Set is draw backcolor
|
void |
setDrawChartBreaks(boolean value) |
Set if draw chart breaks
|
void |
setDrawNeatLine(boolean istrue) |
Set if draw neat line
|
void |
setFont(Font font) |
Set font
|
void |
setForceDrawOutline(boolean value) |
Set if force to draw polygon outline - for normal legend
|
void |
setForeColor(Color c) |
Set foreground color
|
void |
setHeight(int value) |
Set height
|
void |
setLayerName(String name) |
Set legend layer name
|
void |
setLayerUpdateType(String typeStr) |
Set layer update type
|
void |
setLeft(int left) |
Set left
|
void |
setLegendLayer(MapLayer layer) |
Set legend layer
|
void |
setLegendStyle(String style) |
Set legend style
|
void |
setNeatLineColor(Color color) |
Set neat line color
|
void |
setNeatLineSize(float size) |
Set neat line size
|
void |
setTitle(String title) |
Set title
|
void |
setTop(int top) |
Set top
|
void |
setWidth(int value) |
Set width
|
public LayoutMap getLayoutMap()
public MapLayer getLegendLayer()
public void setLegendLayer(MapLayer layer)
layer - The legend layerpublic String getLayerName()
public void setLayerName(String name)
name - Layer namepublic boolean isForceDrawOutline()
public void setForceDrawOutline(boolean value)
value - Booleanpublic String getLayerUpdateType()
public void setLayerUpdateType(String typeStr)
typeStr - Layer update type stringpublic String getLegendStyle()
public void setLegendStyle(String style)
style - Legend style stringpublic String getTitle()
public void setTitle(String title)
title - The titlepublic boolean isDrawNeatLine()
public void setDrawNeatLine(boolean istrue)
istrue - If draw neat linepublic Color getNeatLineColor()
public void setNeatLineColor(Color color)
color - Neat line colorpublic float getNeatLineSize()
public void setNeatLineSize(float size)
size - Neat line sizepublic Font getFont()
public void setFont(Font font)
font - The fontpublic int getColumnNumber()
public void setColumnNumber(int value)
value - Column numberpublic boolean isDrawChartBreaks()
public void setDrawChartBreaks(boolean value)
value - Booleanpublic boolean isDrawBackColor()
public void setDrawBackColor(boolean value)
value - Booleanpublic Color getBackColor()
public void setBackColor(Color c)
c - Background colorpublic Color getForeColor()
public void setForeColor(Color c)
c - Foreground colorpublic int getLeft()
public void setLeft(int left)
left - Leftpublic int getTop()
public void setTop(int top)
top - Toppublic int getWidth()
public void setWidth(int value)
value - Widthpublic int getHeight()
public void setHeight(int value)
value - Heightpublic float getBarWidth()
public void setBarWidth(float value)
value - Bar widthCopyright © 2019. All rights reserved.