|
||||||||||
| 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-2006 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
DrawLineItem.style,
Serialized Form| Field Summary | |
|---|---|
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 |
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, readResolve |
| 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||