com.steema.teechart.drawing
Class EdgeStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.drawing.EdgeStyle
All Implemented Interfaces:
java.io.Serializable

public class EdgeStyle
extends Enum

Title: EdgeStyle - enum constants

Description:

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

Company: Steema Software SL

See Also:
Serialized Form

Field Summary
static EdgeStyle CURVED
          Curved edges.
static EdgeStyle FLAT
          Flat edges.
static EdgeStyle NONE
          No special edge treament.
 
Method Summary
static EdgeStyle fromInt(int value)
           
 
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

FLAT

public static final EdgeStyle FLAT
Flat edges.


CURVED

public static final EdgeStyle CURVED
Curved edges.


NONE

public static final EdgeStyle NONE
No special edge treament.

Method Detail

fromInt

public static EdgeStyle fromInt(int value)