|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectar.com.fdvs.dj.domain.DJBaseElement
ar.com.fdvs.dj.domain.chart.plot.DJAxisFormat
public class DJAxisFormat
| Field Summary |
|---|
| Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity |
|---|
SERIAL_VERSION_UID |
| Constructor Summary | |
|---|---|
DJAxisFormat()
|
|
DJAxisFormat(String label)
|
|
DJAxisFormat(StringExpression labelExpression)
|
|
| Method Summary | |
|---|---|
Color |
getLabelColor()
Returns the label color. |
StringExpression |
getLabelExpression()
|
Font |
getLabelFont()
Returns the label font. |
Color |
getLineColor()
Returns the line color. |
CustomExpression |
getRangeMaxValueExpression()
Returns the range axis maximum value expression. |
CustomExpression |
getRangeMinValueExpression()
Returns the range axis minimum value expression. |
Color |
getTickLabelColor()
Returns the tick label color. |
Font |
getTickLabelFont()
Returns the tick label font. |
String |
getTickLabelMask()
Returns the tick label mask. |
void |
setLabelColor(Color labelColor)
Sets the label color. |
void |
setLabelExpression(StringExpression labelExpression)
Sets the label expression. |
void |
setLabelFont(Font labelFont)
Sets the label font. |
void |
setLineColor(Color lineColor)
Sets the line color. |
void |
setRangeMaxValueExpression(CustomExpression rangeMaxValueExpression)
Sets the range axis maximum value expression. |
void |
setRangeMinValueExpression(CustomExpression rangeMinValueExpression)
Sets the range axis minimum value expression. |
void |
setTickLabelColor(Color tickLabelColor)
Sets the tick label color. |
void |
setTickLabelFont(Font tickLabelFont)
Sets the tick label font. |
void |
setTickLabelMask(String tickLabelMask)
Sets the tick label mask. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DJAxisFormat()
public DJAxisFormat(String label)
public DJAxisFormat(StringExpression labelExpression)
| Method Detail |
|---|
public StringExpression getLabelExpression()
public void setLabelExpression(StringExpression labelExpression)
labelExpression - the label expressionpublic Font getLabelFont()
public void setLabelFont(Font labelFont)
labelFont - the label fontpublic Color getLabelColor()
public void setLabelColor(Color labelColor)
labelColor - the label colorpublic Font getTickLabelFont()
public void setTickLabelFont(Font tickLabelFont)
tickLabelFont - the tick label fontpublic Color getTickLabelColor()
public void setTickLabelColor(Color tickLabelColor)
tickLabelColor - the tick label colorpublic String getTickLabelMask()
public void setTickLabelMask(String tickLabelMask)
tickLabelMask - the tick label maskpublic Color getLineColor()
public void setLineColor(Color lineColor)
lineColor - the line colorpublic void setRangeMinValueExpression(CustomExpression rangeMinValueExpression)
rangeMinValueExpression - the range axis minimum value expressionpublic CustomExpression getRangeMinValueExpression()
public void setRangeMaxValueExpression(CustomExpression rangeMaxValueExpression)
rangeMaxValueExpression - the range axis maximum value expressionpublic CustomExpression getRangeMaxValueExpression()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||