|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.tools.DrawLineItem
public class DrawLineItem
Title: DrawLine class
Description: Line of DrawLine Tool.
Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary | |
---|---|
protected java.awt.geom.Point2D.Double |
endPos
|
protected java.awt.geom.Point2D.Double |
startPos
|
protected DrawLineStyle |
style
|
Constructor Summary | |
---|---|
DrawLineItem(DrawLine owner)
|
Method Summary | |
---|---|
void |
drawHandles()
|
DrawLineStyle |
getDrawLineStyle()
|
Rectangle |
getEndHandle()
Returns Rect of the DrawLine end handle. |
java.awt.geom.Point2D.Double |
getEndPos()
|
Rectangle |
getStartHandle()
Returns Rect of the DrawLine start handle. |
java.awt.geom.Point2D.Double |
getStartPos()
|
void |
setDrawLineStyle(DrawLineStyle style)
|
void |
setEndPos(java.awt.geom.Point2D.Double pos)
|
void |
setStartPos(java.awt.geom.Point2D.Double pos)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected transient DrawLineStyle style
protected transient java.awt.geom.Point2D.Double endPos
protected transient java.awt.geom.Point2D.Double startPos
Constructor Detail |
---|
public DrawLineItem(DrawLine owner)
Method Detail |
---|
public DrawLineStyle getDrawLineStyle()
public void setDrawLineStyle(DrawLineStyle style)
public java.awt.geom.Point2D.Double getEndPos()
public void setEndPos(java.awt.geom.Point2D.Double pos)
public java.awt.geom.Point2D.Double getStartPos()
public void setStartPos(java.awt.geom.Point2D.Double pos)
public Rectangle getEndHandle()
public Rectangle getStartHandle()
public void drawHandles()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |