http://www.jpicedt.org

jpicedt.graphic.model
Class StyleConstants

java.lang.Object
  extended by jpicedt.graphic.model.StyleConstants

public class StyleConstants
extends Object

A collection of enum's for PicAttributeSet attribute values.

Since:
jpicedt 1.3.2
Version:
$Id: StyleConstants.java,v 1.18 2013/03/27 07:01:03 vincentb1 Exp $
Author:
Sylvain Reynal
See Also:
PicAttributeSet

Nested Class Summary
static class StyleConstants.ArrowStyle
           
static class StyleConstants.Dimen
           
static class StyleConstants.FillStyle
           
static class StyleConstants.LineStyle
           
static class StyleConstants.PolydotsStyle
           
 
Field Summary
static Double DASH1
           
static Double DASH2
           
static Double DASH3
           
static Double DOT_SEP1
           
static Double DOT_SEP2
           
static Double DOT_SEP3
           
static double PS_POINT
          a PostScript point in mm
 
Constructor Summary
StyleConstants()
           
 
Method Summary
static double getHatchAngle(PicAttributeSet set)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PS_POINT

public static final double PS_POINT
a PostScript point in mm

See Also:
Constant Field Values

DASH1

public static final Double DASH1

DASH2

public static final Double DASH2

DASH3

public static final Double DASH3

DOT_SEP1

public static final Double DOT_SEP1

DOT_SEP2

public static final Double DOT_SEP2

DOT_SEP3

public static final Double DOT_SEP3
Constructor Detail

StyleConstants

public StyleConstants()
Method Detail

getHatchAngle

public static double getHatchAngle(PicAttributeSet set)
Deprecated. 

Return the hatch angle, guaranteed to be b/w -90 and 90.


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org