com.steema.teechart.tools
Class DrawLineItem

java.lang.Object
  extended by com.steema.teechart.tools.DrawLineItem

public class DrawLineItem
extends java.lang.Object

Title: DrawLine class

Description: Line of DrawLine Tool.

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

Company: Steema Software SL


Field Summary
protected  Point.Double endPos
           
protected  ChartPen pen
           
protected  Point.Double startPos
           
protected  DrawLineStyle style
           
 
Constructor Summary
DrawLineItem()
           
DrawLineItem(DrawLine owner)
           
 
Method Summary
 void drawHandles()
           
 void drawHandles(IGraphics3D g)
           
 DrawLineStyle getDrawLineStyle()
           
 Rectangle getEndHandle()
          Returns Rect of the DrawLine end handle.
 Point.Double getEndPos()
           
 ChartPen getPen()
           
 Rectangle getStartHandle()
          Returns Rect of the DrawLine start handle.
 Point.Double getStartPos()
           
 void setDrawLineStyle(DrawLineStyle style)
           
 void setEndPos(Point.Double pos)
           
 void setPen(ChartPen value)
           
 void setStartPos(Point.Double pos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

style

protected transient DrawLineStyle style

endPos

protected transient Point.Double endPos

startPos

protected transient Point.Double startPos

pen

protected ChartPen pen
Constructor Detail

DrawLineItem

public DrawLineItem()

DrawLineItem

public DrawLineItem(DrawLine owner)
Method Detail

getDrawLineStyle

public DrawLineStyle getDrawLineStyle()

setDrawLineStyle

public void setDrawLineStyle(DrawLineStyle style)

getEndPos

public Point.Double getEndPos()

setEndPos

public void setEndPos(Point.Double pos)

getStartPos

public Point.Double getStartPos()

setStartPos

public void setStartPos(Point.Double pos)

getEndHandle

public Rectangle getEndHandle()
Returns Rect of the DrawLine end handle.

Returns:
Rectangle

getStartHandle

public Rectangle getStartHandle()
Returns Rect of the DrawLine start handle.

Returns:
Rectangle

drawHandles

public void drawHandles()

drawHandles

public void drawHandles(IGraphics3D g)

getPen

public ChartPen getPen()

setPen

public void setPen(ChartPen value)