|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.misc.Enum
com.steema.teechart.tools.DrawLineStyle
public final class DrawLineStyle
Title: DrawLineStyle class
Description: LineStyle for DrawLineItem.Style
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
DrawLineItem.style
Field Summary | |
---|---|
static DrawLineStyle |
ELLIPSE
|
static DrawLineStyle |
HORIZPARALLEL
Plots 2 horizontal lines along top and bottom of the bounding rectangle expressed by start and end points |
static DrawLineStyle |
LINE
Plots a single line between start and end points |
static DrawLineStyle |
RECTANGLE
|
static DrawLineStyle |
VERTPARALLEL
Plots 2 vertical lines along left and right of the bounding rectangle expressed by start and end points |
Method Summary |
---|
Methods inherited from class com.steema.teechart.misc.Enum |
---|
getValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DrawLineStyle LINE
public static final DrawLineStyle HORIZPARALLEL
public static final DrawLineStyle VERTPARALLEL
public static final DrawLineStyle RECTANGLE
public static final DrawLineStyle ELLIPSE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |