|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.chart.model.ChartLegend
public class ChartLegend
| Constructor Summary | |
|---|---|
ChartLegend()
|
|
| Method Summary | |
|---|---|
Integer |
getBorderColor()
|
boolean |
getBorderVisible()
|
Integer |
getBorderWidth()
|
String |
getFontFamily()
|
Integer |
getFontSize()
|
CssStyle.FontStyle |
getFontStyle()
|
CssStyle.FontWeight |
getFontWeight()
|
CssStyle |
getStyle()
|
boolean |
getVisible()
|
void |
setBorderColor(Integer color)
CssStyle.setBorderColor(Integer) |
void |
setBorderVisible(boolean visible)
CssStyle.setBorderVisible(boolean) |
void |
setBorderWidth(Integer width)
CssStyle.setBorderWidth(Integer) |
void |
setFont(String family,
Integer size)
org.pentaho.chart.model.StyledText#setFont(String, Integer, FontStyle, FontWeight) |
void |
setFont(String family,
Integer size,
CssStyle.FontStyle fontStyle,
CssStyle.FontWeight fontWeight)
org.pentaho.chart.model.StyledText#setFont(String, Integer, FontStyle, FontWeight) |
void |
setFontFamily(String family)
org.pentaho.chart.model.StyledText#setFont(String, Integer, FontStyle, FontWeight) |
void |
setFontSize(Integer size)
org.pentaho.chart.model.StyledText#setFont(String, Integer, FontStyle, FontWeight) |
void |
setFontStyle(CssStyle.FontStyle fontStyle)
org.pentaho.chart.model.StyledText#setFont(String, Integer, FontStyle, FontWeight) |
void |
setFontWeight(CssStyle.FontWeight weight)
org.pentaho.chart.model.StyledText#setFont(String, Integer, FontStyle, FontWeight) |
void |
setVisible(boolean visible)
Determine if the legend will be visible on the chart. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ChartLegend()
| Method Detail |
|---|
public boolean getVisible()
public void setVisible(boolean visible)
| Possible values |
|---|
| true |
| false |
visible - public Integer getBorderColor()
public boolean getBorderVisible()
public Integer getBorderWidth()
public void setBorderColor(Integer color)
CssStyle.setBorderColor(Integer)
color - public void setBorderVisible(boolean visible)
CssStyle.setBorderVisible(boolean)
visible - public void setBorderWidth(Integer width)
CssStyle.setBorderWidth(Integer)
width - public String getFontFamily()
public Integer getFontSize()
public CssStyle.FontStyle getFontStyle()
public CssStyle.FontWeight getFontWeight()
public void setFont(String family,
Integer size,
CssStyle.FontStyle fontStyle,
CssStyle.FontWeight fontWeight)
org.pentaho.chart.model.StyledText#setFont(String, Integer, FontStyle, FontWeight)
family - size - fontStyle - fontWeight -
public void setFont(String family,
Integer size)
org.pentaho.chart.model.StyledText#setFont(String, Integer, FontStyle, FontWeight)
family - size - public void setFontFamily(String family)
org.pentaho.chart.model.StyledText#setFont(String, Integer, FontStyle, FontWeight)
family - public void setFontSize(Integer size)
org.pentaho.chart.model.StyledText#setFont(String, Integer, FontStyle, FontWeight)
size - public void setFontStyle(CssStyle.FontStyle fontStyle)
org.pentaho.chart.model.StyledText#setFont(String, Integer, FontStyle, FontWeight)
fontStyle - public void setFontWeight(CssStyle.FontWeight weight)
org.pentaho.chart.model.StyledText#setFont(String, Integer, FontStyle, FontWeight)
weight - public CssStyle getStyle()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||