com.steema.teechart.styles
Class ArrowHeadStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.styles.ArrowHeadStyle

public final class ArrowHeadStyle
extends Enum

Title: ArrowHeadStyle class

Description:

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

Company: Steema Software SL


Field Summary
static ArrowHeadStyle LINE
          Display an arrow head made with two lines.
static ArrowHeadStyle NONE
          Do not display an arrow head.
static ArrowHeadStyle SOLID
          Display a filled arrow head.
 
Method Summary
static ArrowHeadStyle fromValue(int value)
           
 
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

NONE

public static final ArrowHeadStyle NONE
Do not display an arrow head.


LINE

public static final ArrowHeadStyle LINE
Display an arrow head made with two lines.


SOLID

public static final ArrowHeadStyle SOLID
Display a filled arrow head.

Method Detail

fromValue

public static ArrowHeadStyle fromValue(int value)