|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jini.rio.watch.CalculableDisplayAttributes
public class CalculableDisplayAttributes
Default attributes to display when providing rendering support for a Calculable
Constructor Summary | |
---|---|
CalculableDisplayAttributes()
Creates new CalculableDisplay |
|
CalculableDisplayAttributes(String yLegend,
FontDescriptor yLegendFont,
int yScale,
NumberFormat yFormat,
String xLegend,
FontDescriptor xLegendFont,
int xScale,
NumberFormat xFormat,
String title,
FontDescriptor titleFont,
Class calculableClass)
Creates new CalculableDisplay with provided inputs: |
Method Summary | |
---|---|
BeanInfo |
getCalculableBeanInfo()
|
Class |
getCalculableClass()
Getter for property calculableClass. |
String |
getTitle()
Getter for property title. |
FontDescriptor |
getTitleFont()
Getter for property titleFont. |
NumberFormat |
getXFormat()
Getter for property xFormat. |
String |
getXLegend()
Getter for property xLegend. |
FontDescriptor |
getXLegendFont()
Getter for property xLegendFont. |
int |
getXScale()
Getter for property xScale. |
NumberFormat |
getYFormat()
Getter for property yFormat. |
String |
getYLegend()
Getter for property yLegend. |
FontDescriptor |
getYLegendFont()
Getter for property yLegendFont. |
int |
getYScale()
Getter for property yScale. |
void |
setCalculableClass(Class calculableClass)
Setter for property calculableClass. |
void |
setTitle(String title)
Setter for property title. |
void |
setTitleFont(FontDescriptor titleFont)
Setter for property titleFont. |
void |
setXFormat(NumberFormat xFormat)
Setter for property xFormat. |
void |
setXLegend(String xLegend)
Setter for property xLegend. |
void |
setXLegendFont(FontDescriptor xLegendFont)
Setter for property xLegendFont. |
void |
setXScale(int xScale)
Setter for property xScale. |
void |
setYFormat(NumberFormat yFormat)
Setter for property yFormat. |
void |
setYLegend(String yLegend)
Setter for property yLegend. |
void |
setYLegendFont(FontDescriptor yLegendFont)
Setter for property yLegendFont. |
void |
setYScale(int yScale)
Setter for property yScale. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CalculableDisplayAttributes()
public CalculableDisplayAttributes(String yLegend, FontDescriptor yLegendFont, int yScale, NumberFormat yFormat, String xLegend, FontDescriptor xLegendFont, int xScale, NumberFormat xFormat, String title, FontDescriptor titleFont, Class calculableClass)
yLegend
- String name of the Y AxisyLegendFont
- Font to use for the Y AxisyScale
- scale for the Y AxisyFormat
- NumberFormat of the Y AxisxLegend
- String name of the Y AxisxLegendFont
- Font to use for the X AxisxScale
- scale for the X AxisxFormat
- NumberFormat of the X Axistitle
- String Title of the display, ex: Memory UsagetitleFont
- Font to use for the titlecalculableClass
- Class Calculable class object for this displayMethod Detail |
---|
public String getYLegend()
public void setYLegend(String yLegend)
yLegend
- New value of property yLegend.public FontDescriptor getYLegendFont()
public void setYLegendFont(FontDescriptor yLegendFont)
yLegendFont
- New value of property yLegendFont.public int getYScale()
public void setYScale(int yScale)
yScale
- New value of property yScale.public NumberFormat getYFormat()
public void setYFormat(NumberFormat yFormat)
yFormat
- New value of property yFormat.public String getXLegend()
public void setXLegend(String xLegend)
xLegend
- New value of property xLegend.public FontDescriptor getXLegendFont()
public void setXLegendFont(FontDescriptor xLegendFont)
xLegendFont
- New value of property xLegendFont.public int getXScale()
public void setXScale(int xScale)
xScale
- New value of property xScale.public NumberFormat getXFormat()
public void setXFormat(NumberFormat xFormat)
xFormat
- New value of property xFormat.public String getTitle()
public void setTitle(String title)
title
- New value of property title.public FontDescriptor getTitleFont()
public void setTitleFont(FontDescriptor titleFont)
titleFont
- New value of property titleFont.public String toString()
toString
in class Object
public Class getCalculableClass()
public void setCalculableClass(Class calculableClass)
calculableClass
- New value of property calculableClass.public BeanInfo getCalculableBeanInfo() throws IntrospectionException
IntrospectionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |