com.steema.teechart.tools
Class DrawLineStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.tools.DrawLineStyle

public final class DrawLineStyle
extends Enum

Title: DrawLineStyle class

Description: LineStyle for DrawLineItem.Style

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL

See Also:
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

LINE

public static final DrawLineStyle LINE
Plots a single line between start and end points


HORIZPARALLEL

public static final DrawLineStyle HORIZPARALLEL
Plots 2 horizontal lines along top and bottom of the bounding rectangle expressed by start and end points


VERTPARALLEL

public static final DrawLineStyle VERTPARALLEL
Plots 2 vertical lines along left and right of the bounding rectangle expressed by start and end points


RECTANGLE

public static final DrawLineStyle RECTANGLE

ELLIPSE

public static final DrawLineStyle ELLIPSE