public class DrawLineItem
extends java.lang.Object
Title: DrawLine class
Description: Line of DrawLine Tool.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
protected Point.Double |
endPos |
protected ChartPen |
pen |
protected Point.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.
|
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) |
protected transient DrawLineStyle style
protected transient Point.Double endPos
protected transient Point.Double startPos
protected ChartPen pen
public DrawLineItem()
public DrawLineItem(DrawLine owner)
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)