ar.com.fdvs.dj.domain.chart.plot
Class DJAxisFormat

java.lang.Object
  extended by ar.com.fdvs.dj.domain.DJBaseElement
      extended by ar.com.fdvs.dj.domain.chart.plot.DJAxisFormat
All Implemented Interfaces:
Entity, java.io.Serializable

public class DJAxisFormat
extends DJBaseElement

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity
SERIAL_VERSION_UID
 
Constructor Summary
DJAxisFormat()
           
DJAxisFormat(java.lang.String label)
           
DJAxisFormat(StringExpression labelExpression)
           
 
Method Summary
 java.awt.Color getLabelColor()
          Returns the label color.
 StringExpression getLabelExpression()
           
 Font getLabelFont()
          Returns the label font.
 java.awt.Color getLineColor()
          Returns the line color.
 CustomExpression getRangeMaxValueExpression()
          Returns the range axis maximum value expression.
 CustomExpression getRangeMinValueExpression()
          Returns the range axis minimum value expression.
 java.awt.Color getTickLabelColor()
          Returns the tick label color.
 Font getTickLabelFont()
          Returns the tick label font.
 java.lang.String getTickLabelMask()
          Returns the tick label mask.
 void setLabelColor(java.awt.Color labelColor)
          Sets the label color.
 void setLabelExpression(StringExpression labelExpression)
          Sets the label expression.
 void setLabelFont(Font labelFont)
          Sets the label font.
 void setLineColor(java.awt.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(java.awt.Color tickLabelColor)
          Sets the tick label color.
 void setTickLabelFont(Font tickLabelFont)
          Sets the tick label font.
 void setTickLabelMask(java.lang.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

DJAxisFormat

public DJAxisFormat()

DJAxisFormat

public DJAxisFormat(java.lang.String label)

DJAxisFormat

public DJAxisFormat(StringExpression labelExpression)
Method Detail

getLabelExpression

public StringExpression getLabelExpression()

setLabelExpression

public void setLabelExpression(StringExpression labelExpression)
Sets the label expression.

Parameters:
labelExpression - the label expression

getLabelFont

public Font getLabelFont()
Returns the label font.

Returns:
the label font

setLabelFont

public void setLabelFont(Font labelFont)
Sets the label font.

Parameters:
labelFont - the label font

getLabelColor

public java.awt.Color getLabelColor()
Returns the label color.

Returns:
the label color

setLabelColor

public void setLabelColor(java.awt.Color labelColor)
Sets the label color.

Parameters:
labelColor - the label color

getTickLabelFont

public Font getTickLabelFont()
Returns the tick label font.

Returns:
the tick label font

setTickLabelFont

public void setTickLabelFont(Font tickLabelFont)
Sets the tick label font.

Parameters:
tickLabelFont - the tick label font

getTickLabelColor

public java.awt.Color getTickLabelColor()
Returns the tick label color.

Returns:
the tick label color

setTickLabelColor

public void setTickLabelColor(java.awt.Color tickLabelColor)
Sets the tick label color.

Parameters:
tickLabelColor - the tick label color

getTickLabelMask

public java.lang.String getTickLabelMask()
Returns the tick label mask.

Returns:
the tick label mask

setTickLabelMask

public void setTickLabelMask(java.lang.String tickLabelMask)
Sets the tick label mask.

Parameters:
tickLabelMask - the tick label mask

getLineColor

public java.awt.Color getLineColor()
Returns the line color.

Returns:
the line color

setLineColor

public void setLineColor(java.awt.Color lineColor)
Sets the line color.

Parameters:
lineColor - the line color

setRangeMinValueExpression

public void setRangeMinValueExpression(CustomExpression rangeMinValueExpression)
Sets the range axis minimum value expression.

Parameters:
rangeMinValueExpression - the range axis minimum value expression

getRangeMinValueExpression

public CustomExpression getRangeMinValueExpression()
Returns the range axis minimum value expression.

Returns:
the range axis minimum value expression

setRangeMaxValueExpression

public void setRangeMaxValueExpression(CustomExpression rangeMaxValueExpression)
Sets the range axis maximum value expression.

Parameters:
rangeMaxValueExpression - the range axis maximum value expression

getRangeMaxValueExpression

public CustomExpression getRangeMaxValueExpression()
Returns the range axis maximum value expression.

Returns:
the range axis maximum value expression


Copyright © 2006-2011 FDV Solutions. All Rights Reserved.