com.steema.teechart.drawing
Class DashStyle
java.lang.Object
com.steema.teechart.misc.Enum
com.steema.teechart.drawing.DashStyle
public final class DashStyle
- extends Enum
Title: DashStyle class
Description:
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Methods inherited from class com.steema.teechart.misc.Enum |
getValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOLID
public static final DashStyle SOLID
DOT
public static final DashStyle DOT
DASH
public static final DashStyle DASH
DASHDOT
public static final DashStyle DASHDOT
DASHDOTDOT
public static final DashStyle DASHDOTDOT
fromValue
public static DashStyle fromValue(int value)
getDashWidth
public int getDashWidth()
setDashWidth
public void setDashWidth(int value)
getDash
public float[] getDash()
- Returns an array of values that determines the number of filled and
non-filled pixels of the Pen dash.
- Returns:
- float[]