com.steema.teechart.printer
Class PreviewChartPen

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

public class PreviewChartPen
extends ChartPen

Title: TeeChart for Java

Description: TeeChart for Java

Copyright (c) 2004-2006 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL

See Also:
Serialized Form

Field Summary
 
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
PreviewChartPen(ChartPen source)
           
 
Method Summary
 DashStyle getStyle()
          Determines the style in which the pen draw lines on the Drawing.
 
Methods inherited from class com.steema.teechart.drawing.ChartPen
assign, assign, getColor, getDashCap, getEndCap, getStroke, getTransparency, getVisible, getWidth, internalAssign, invalidate, reset, setColor, 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, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreviewChartPen

public PreviewChartPen(ChartPen source)
Method Detail

getStyle

public DashStyle getStyle()
Description copied from class: ChartPen
Determines the style in which the pen draw lines on the Drawing.

Overrides:
getStyle in class ChartPen
Returns:
DashStyle