com.steema.teechart.drawing
Class DashCap

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.drawing.DashCap

public final class DashCap
extends Enum

Title: DashCap class

Description:

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

Company: Steema Software SL


Field Summary
static DashCap FLAT
           
static DashCap ROUND
           
static DashCap SQUARE
           
 
Method Summary
static DashCap 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

FLAT

public static final DashCap FLAT

ROUND

public static final DashCap ROUND

SQUARE

public static final DashCap SQUARE
Method Detail

fromValue

public static DashCap fromValue(int value)