public class LegendEntry
Property Getters/Setters Summary | ||
---|---|---|
boolean | getAutoScaleFont() | |
void | setAutoScaleFont(booleanvalue) | |
True if the text in the object changes font size when the object size changes. The default value is True. | ||
int | getBackground() | |
void | setBackground(intvalue) | |
Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant. | ||
int | getBackgroundMode() | |
void | setBackgroundMode(intvalue) | |
Gets and sets the display mode of the background The value of the property is BackgroundMode integer constant. | ||
Font | getFont() | |
Gets a |
||
boolean | isDeleted() | |
void | setDeleted(booleanvalue) | |
Gets and sets whether the legend entry is deleted. | ||
boolean | isTextNoFill() | |
void | setTextNoFill(booleanvalue) | |
Gets or sets no fill of the text. | ||
Font | getTextFont() | |
Gets a |
public boolean isDeleted() / public void setDeleted(boolean value)
public Font getFont()
public Font getTextFont()
public boolean isTextNoFill() / public void setTextNoFill(boolean value)
public boolean getAutoScaleFont() / public void setAutoScaleFont(boolean value)
public int getBackground() / public void setBackground(int value)
public int getBackgroundMode() / public void setBackgroundMode(int value)