public final class BevelStyle extends Enum
Title: BevelStyle class
Description: Defines the styles of the bevels (frames) around rectangles.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static BevelStyle |
LOWERED
Lowered Bevel.
|
static BevelStyle |
NONE
No bevel.
|
static BevelStyle |
RAISED
Raised bevel.
|
Modifier and Type | Method and Description |
---|---|
static BevelStyle |
fromValue(int value) |
getValue, readResolve
public static final BevelStyle NONE
public static final BevelStyle LOWERED
public static final BevelStyle RAISED
public static BevelStyle fromValue(int value)