com.steema.teechart.styles
Class ShapeStyle

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

public final class ShapeStyle
extends Enum

Title: ShapeStyle class

Description: Describes the possible values of the Shape.Style method.

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

Company: Steema Software SL

See Also:
Shape.getStyle()

Field Summary
static ShapeStyle CIRCLE
          The shape is a circle.
static ShapeStyle CROSS
          The shape is a cross.
static ShapeStyle CUBE
          The shape is a cube.
static ShapeStyle DIAGCROSS
          The shape is a diagonal cross.
static ShapeStyle DIAMOND
          The shape is a diamond.
static ShapeStyle HORIZLINE
          The shape is a horizontal line.
static ShapeStyle INVERTPYRAMID
          The shape is an inverted pyramid.
static ShapeStyle INVERTTRIANGLE
          The shape is an inverted triangle.
static ShapeStyle LINE
          The shape is a line.
static ShapeStyle PYRAMID
          The shape is a pyramid.
static ShapeStyle RECTANGLE
          The shape is a rectangle.
static ShapeStyle STAR
          The shape is a star.
static ShapeStyle TRIANGLE
          The shape is a triangle.
static ShapeStyle VERTLINE
          The shape is a vertical line.
 
Method Summary
 
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

RECTANGLE

public static final ShapeStyle RECTANGLE
The shape is a rectangle.


CIRCLE

public static final ShapeStyle CIRCLE
The shape is a circle.


VERTLINE

public static final ShapeStyle VERTLINE
The shape is a vertical line.


HORIZLINE

public static final ShapeStyle HORIZLINE
The shape is a horizontal line.


TRIANGLE

public static final ShapeStyle TRIANGLE
The shape is a triangle.


INVERTTRIANGLE

public static final ShapeStyle INVERTTRIANGLE
The shape is an inverted triangle.


LINE

public static final ShapeStyle LINE
The shape is a line.


DIAMOND

public static final ShapeStyle DIAMOND
The shape is a diamond.


CUBE

public static final ShapeStyle CUBE
The shape is a cube.


CROSS

public static final ShapeStyle CROSS
The shape is a cross.


DIAGCROSS

public static final ShapeStyle DIAGCROSS
The shape is a diagonal cross.


STAR

public static final ShapeStyle STAR
The shape is a star.


PYRAMID

public static final ShapeStyle PYRAMID
The shape is a pyramid.


INVERTPYRAMID

public static final ShapeStyle INVERTPYRAMID
The shape is an inverted pyramid.