public final class DrawLineStyle extends Enum
Title: DrawLineStyle class
Description: LineStyle for DrawLineItem.Style
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
DrawLineItem.style
,
Serialized FormModifier and Type | Field and Description |
---|---|
static DrawLineStyle |
ELLIPSE |
static DrawLineStyle |
HORIZPARALLEL
Plots 2 horizontal lines along top and bottom of the bounding rectangle
expressed by start and end points
|
static DrawLineStyle |
LINE
Plots a single line between start and end points
|
static DrawLineStyle |
RECTANGLE |
static DrawLineStyle |
VERTPARALLEL
Plots 2 vertical lines along left and right of the bounding rectangle
expressed by start and end points
|
getValue, readResolve
public static final DrawLineStyle LINE
public static final DrawLineStyle HORIZPARALLEL
public static final DrawLineStyle VERTPARALLEL
public static final DrawLineStyle RECTANGLE
public static final DrawLineStyle ELLIPSE