com.steema.teechart.styles
Class MarksLocation

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

public final class MarksLocation
extends Enum

Title: BevelStyle class

Description: Defines the styles of the bevels (frames) around rectangles.

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

Company: Steema Software SL


Field Summary
static MarksLocation Center
          Lowered Bevel.
static MarksLocation End
          Raised bevel.
static MarksLocation Start
          No bevel.
 
Method Summary
static MarksLocation 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

Start

public static final MarksLocation Start
No bevel.


Center

public static final MarksLocation Center
Lowered Bevel.


End

public static final MarksLocation End
Raised bevel.

Method Detail

fromValue

public static MarksLocation fromValue(int value)