|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.misc.Enum
com.steema.teechart.styles.ShapeStyle
public final class ShapeStyle
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
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 |
---|
public static final ShapeStyle RECTANGLE
public static final ShapeStyle CIRCLE
public static final ShapeStyle VERTLINE
public static final ShapeStyle HORIZLINE
public static final ShapeStyle TRIANGLE
public static final ShapeStyle INVERTTRIANGLE
public static final ShapeStyle LINE
public static final ShapeStyle DIAMOND
public static final ShapeStyle CUBE
public static final ShapeStyle CROSS
public static final ShapeStyle DIAGCROSS
public static final ShapeStyle STAR
public static final ShapeStyle PYRAMID
public static final ShapeStyle INVERTPYRAMID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |