com.steema.teechart.drawing
Class DashStyle

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by 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


Field Summary
static DashStyle DASH
           
static DashStyle DASHDOT
           
static DashStyle DASHDOTDOT
           
static DashStyle DOT
           
static DashStyle SOLID
           
 
Method Summary
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)
           
 
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
 

Field Detail

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
Method Detail

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[]