com.steema.teechart.drawing
Class LineCap

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

public final class LineCap
extends Enum

Title: LineCap class

Description:

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

Company: Steema Software SL


Field Summary
static LineCap BEVEL
          Defines a beveled union style between line segments
static LineCap MITER
          Defines a miter union style between line segments
static LineCap ROUND
          Defines a round union style between line segments
 
Method Summary
static LineCap 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

BEVEL

public static final LineCap BEVEL
Defines a beveled union style between line segments


MITER

public static final LineCap MITER
Defines a miter union style between line segments


ROUND

public static final LineCap ROUND
Defines a round union style between line segments

Method Detail

fromValue

public static LineCap fromValue(int value)