public class DJAxisFormat extends DJBaseElement
SERIAL_VERSION_UID
Constructor and Description |
---|
DJAxisFormat() |
DJAxisFormat(String label) |
DJAxisFormat(StringExpression labelExpression) |
Modifier and Type | Method and Description |
---|---|
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.
|
public DJAxisFormat()
public DJAxisFormat(String label)
public DJAxisFormat(StringExpression labelExpression)
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()
Copyright © 2006–2015 FDV Solutions. All rights reserved.