public final class ShapeStyle extends Enum
Title: ShapeStyle class
Description: Describes the possible values of the Shape.Style method.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Shape.getStyle()
,
Serialized FormModifier and Type | Field and Description |
---|---|
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.
|
getValue, readResolve
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