public class ChartLegend.LayoutLegendBean extends Object
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Color |
getBackground() |
Get background color
|
int |
getColumnNumber() |
Get column number
|
Color |
getNeatLineColor() |
Get neat line color
|
float |
getNeatLineSize() |
Get neat line size
|
Font |
getTickLabelFont() |
Get tick label font
|
boolean |
isDrawBackground() |
Get is draw background
|
boolean |
isDrawNeatLine() |
Get if draw neat line
|
void |
setBackground(Color c) |
Set background color
|
void |
setColumnNumber(int value) |
Set column number
|
void |
setDrawBackground(boolean value) |
Set is draw background
|
void |
setDrawNeatLine(boolean istrue) |
Set if draw neat line
|
void |
setNeatLineColor(Color color) |
Set neat line color
|
void |
setNeatLineSize(float size) |
Set neat line size
|
void |
setTickLabelFont(Font font) |
Set tick label font
|
public 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 getTickLabelFont()
public void setTickLabelFont(Font font)
font - The tick label fontpublic int getColumnNumber()
public void setColumnNumber(int value)
value - Column numberpublic boolean isDrawBackground()
public void setDrawBackground(boolean value)
value - Booleanpublic Color getBackground()
public void setBackground(Color c)
c - Background colorCopyright © 2019. All rights reserved.