public final class DashStyle extends Enum
Title: DashStyle class
Description:
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static DashStyle |
DASH |
static DashStyle |
DASHDOT |
static DashStyle |
DASHDOTDOT |
static DashStyle |
DOT |
static DashStyle |
SOLID |
Modifier and Type | Method and Description |
---|---|
static DashStyle |
fromValue(int value) |
float[] |
getDash()
Returns an array of values that determines the number of filled and
non-filled pixels of the Pen dash.
|
int |
getDashWidth() |
void |
setDashWidth(int value) |
getValue, readResolve
public static final DashStyle SOLID
public static final DashStyle DOT
public static final DashStyle DASH
public static final DashStyle DASHDOT
public static final DashStyle DASHDOTDOT
public static DashStyle fromValue(int value)
public int getDashWidth()
public void setDashWidth(int value)
public float[] getDash()