Sirius.columnchart
Class Legenddata
java.lang.Object
|
+--Sirius.columnchart.Legenddata
- All Implemented Interfaces:
- java.io.Serializable
- public class Legenddata
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
Legenddata(java.lang.String legendtitle,
java.awt.Color legendtxtcolor,
java.awt.Font legendfont,
java.awt.Point legendposition)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Legenddata
public Legenddata(java.lang.String legendtitle,
java.awt.Color legendtxtcolor,
java.awt.Font legendfont,
java.awt.Point legendposition)
getLegendtitle
public java.lang.String getLegendtitle()
getLegendtxtcolor
public java.awt.Color getLegendtxtcolor()
getLegendfont
public java.awt.Font getLegendfont()
getLegendposition
public java.awt.Point getLegendposition()
setLegendtitle
public void setLegendtitle(java.lang.String legendtitle)
setLegendtxtcolor
public void setLegendtxtcolor(java.awt.Color legendtxtcolor)
setLegendfont
public void setLegendfont(java.awt.Font legendfont)
setLegendposition
public void setLegendposition(java.awt.Point legendposition)