Package org.exbin.bined.extended
Class ExtendedCodeAreaDecoration
- java.lang.Object
-
- org.exbin.bined.extended.ExtendedCodeAreaDecoration
-
public class ExtendedCodeAreaDecoration extends java.lang.Object
Extended code area component decoration definition.
-
-
Field Summary
Fields Modifier and Type Field Description static int
DECORATION_BOX
static int
DECORATION_DEFAULT
static int
DECORATION_HEADER_LINE
static int
DECORATION_LINENUM_LINE
static int
DECORATION_PREVIEW_LINE
-
-
-
Field Detail
-
DECORATION_HEADER_LINE
public static final int DECORATION_HEADER_LINE
- See Also:
- Constant Field Values
-
DECORATION_LINENUM_LINE
public static final int DECORATION_LINENUM_LINE
- See Also:
- Constant Field Values
-
DECORATION_PREVIEW_LINE
public static final int DECORATION_PREVIEW_LINE
- See Also:
- Constant Field Values
-
DECORATION_BOX
public static final int DECORATION_BOX
- See Also:
- Constant Field Values
-
DECORATION_DEFAULT
public static final int DECORATION_DEFAULT
- See Also:
- Constant Field Values
-
-