com.steema.teechart.axis
Class TicksPen

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.drawing.ChartPen
          extended by com.steema.teechart.axis.TicksPen
All Implemented Interfaces:
java.io.Serializable

public class TicksPen
extends ChartPen

Title: TicksPen class

Description: Determines the kind of Pen used to draw Axis marks along the Axis line.

Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL

See Also:
Serialized Form

Field Summary
protected  int defaultLength
           
protected  int length
           
 
Fields inherited from class com.steema.teechart.drawing.ChartPen
color, dashCap, dashStyle, defaultColor, defaultEndCap, defaultStyle, defaultVisible, endCap, usesVisible, visible, width
 
Fields inherited from class com.steema.teechart.TeeBase
chart
 
Constructor Summary
TicksPen(IBaseChart c)
           
 
Method Summary
 int getLength()
          Length of Axis Ticks in pixels.
 void setLength(int value)
          Sets the length of Axis Ticks in pixels.
 
Methods inherited from class com.steema.teechart.drawing.ChartPen
assign, assign, getColor, getDashCap, getEndCap, getPaint, getStyle, getTransparency, getVisible, getWidth, internalAssign, invalidate, reset, setColor, setDashCap, setDefaultColor, setDefaultStyle, setDefaultVisible, setEndCap, setStyle, setTransparency, setUsesVisible, setVisible, setWidth, shouldSerializeColor, shouldSerializeEndCap, shouldSerializeStyle, shouldSerializeVisible
 
Methods inherited from class com.steema.teechart.TeeBase
getChart, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

length

protected int length

defaultLength

protected transient int defaultLength
Constructor Detail

TicksPen

public TicksPen(IBaseChart c)
Method Detail

getLength

public int getLength()
Length of Axis Ticks in pixels.

Returns:
int

setLength

public void setLength(int value)
Sets the length of Axis Ticks in pixels.

Parameters:
value - int