|
||||||||||
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-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 |
---|
protected transient DrawLineStyle style
protected transient Point.Double endPos
protected transient Point.Double startPos
protected ChartPen pen
Constructor Detail |
---|
public DrawLineItem()
public DrawLineItem(DrawLine owner)
Method Detail |
---|
public DrawLineStyle getDrawLineStyle()
public void setDrawLineStyle(DrawLineStyle style)
public Point.Double getEndPos()
public void setEndPos(Point.Double pos)
public Point.Double getStartPos()
public void setStartPos(Point.Double pos)
public Rectangle getEndHandle()
public Rectangle getStartHandle()
public void drawHandles()
public void drawHandles(IGraphics3D g)
public ChartPen getPen()
public void setPen(ChartPen value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |