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
Modifier and Type | Field and Description |
---|---|
protected java.awt.geom.Point2D.Double |
endPos |
protected ChartPen |
pen |
protected java.awt.geom.Point2D.Double |
startPos |
protected DrawLineStyle |
style |
Constructor and Description |
---|
DrawLineItem() |
DrawLineItem(DrawLine owner) |
Modifier and Type | Method and Description |
---|---|
void |
drawHandles() |
void |
drawHandles(IGraphics3D g) |
DrawLineStyle |
getDrawLineStyle() |
Rectangle |
getEndHandle()
Returns Rect of the DrawLine end handle.
|
java.awt.geom.Point2D.Double |
getEndPos() |
ChartPen |
getPen() |
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 |
setPen(ChartPen value) |
void |
setStartPos(java.awt.geom.Point2D.Double pos) |
protected transient DrawLineStyle style
protected transient java.awt.geom.Point2D.Double endPos
protected transient java.awt.geom.Point2D.Double startPos
protected ChartPen pen
public DrawLineItem()
public DrawLineItem(DrawLine owner)
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()
public void drawHandles(IGraphics3D g)
public ChartPen getPen()
public void setPen(ChartPen value)