http://www.jpicedt.org

jpicedt.format.output.dxf
Class DXFConstants

java.lang.Object
  extended by jpicedt.format.output.util.FormatConstants
      extended by jpicedt.format.output.dxf.DXFConstants

public class DXFConstants
extends FormatConstants

paramètres "Drawing eXchange Format" : ces parametrès sont utilisé par le DXFFormatter.

Since:
jPicEdt 1.6
Author:
Vincent Belaïche

Nested Class Summary
static class DXFConstants.DXFVersion
           
 
Field Summary
static int CURVE_AS_ARC_AND_LINES
           
static int CURVE_AS_SPLINE
           
static DXFConstants.DXFVersion DFLT_FMT_DXF_VERSION
           
static int DFLT_FMT_ELLIPSE_OUTLINE_CIRCLE
           
static int DFLT_FMT_ELLIPSE_OUTLINE_TRUE_ELLIPSE
           
static int DFLT_FMT_MULTICURVE
           
static int DFLT_FMT_POLYLINE_ELLIPSE_CHORD
           
static int DFLT_FMT_POLYLINE_ELLIPSE_PIE_LINE
           
static int DFLT_FMT_POLYLINE_PARALLELOGRAM
           
static int DFLT_FMT_POLYLINE_POLYGON_MULTICURVE
           
static jpicedt.format.output.dxf.DXFInformation[] DXF_FALLBACK_TEMPLATE
          Patron minimal, au cas ou le fichier de ressource ne peut être traité
static int ELLIPSE_AS_ELLIPSE
           
static String KEY_FMT_DXF_VERSION
           
static String KEY_FMT_ELLIPSE_OUTLINE_CIRCLE
           
static String KEY_FMT_ELLIPSE_OUTLINE_TRUE_ELLIPSE
           
static String KEY_FMT_MULTICURVE
           
static String KEY_FMT_POLYLINE_ELLIPSE_CHORD
           
static String KEY_FMT_POLYLINE_ELLIPSE_PIE_LINE
           
static String KEY_FMT_POLYLINE_PARALLELOGRAM
           
static String KEY_FMT_POLYLINE_POLYGON_MULTICURVE
           
static String[] LOCAL_ID_CURVE
           
static String[] LOCAL_ID_POLYLINE
           
static int[] OPTIONS_FMT_ELLIPSE_OUTLINE_CIRCLE
           
static int[] OPTIONS_FMT_ELLIPSE_OUTLINE_TRUE_ELLIPSE
           
static int[] OPTIONS_FMT_MULTICURVE
           
static int[] OPTIONS_FMT_POLYLINE_ELLIPSE_CHORD
           
static int[] OPTIONS_FMT_POLYLINE_ELLIPSE_PIE_LINE
           
static int[] OPTIONS_FMT_POLYLINE_PARALLELOGRAM
           
static int[] OPTIONS_FMT_POLYLINE_POLYGON_MULTICURVE
           
static int POLYLINE_AS_LINES
           
static int POLYLINE_AS_LWPOLYLINE
           
static int POLYLINE_AS_POLYLINE
           
static double TWO_PI
           
 
Fields inherited from class jpicedt.format.output.util.FormatConstants
CR_LF
 
Constructor Summary
DXFConstants()
           
 
Method Summary
 
Methods inherited from class jpicedt.format.output.util.FormatConstants
textWriteMultiLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TWO_PI

public static final double TWO_PI
See Also:
Constant Field Values

CURVE_AS_SPLINE

public static final int CURVE_AS_SPLINE
See Also:
Constant Field Values

CURVE_AS_ARC_AND_LINES

public static final int CURVE_AS_ARC_AND_LINES
See Also:
Constant Field Values

ELLIPSE_AS_ELLIPSE

public static final int ELLIPSE_AS_ELLIPSE
See Also:
Constant Field Values

POLYLINE_AS_LWPOLYLINE

public static final int POLYLINE_AS_LWPOLYLINE
See Also:
Constant Field Values

POLYLINE_AS_LINES

public static final int POLYLINE_AS_LINES
See Also:
Constant Field Values

POLYLINE_AS_POLYLINE

public static final int POLYLINE_AS_POLYLINE
See Also:
Constant Field Values

LOCAL_ID_CURVE

public static final String[] LOCAL_ID_CURVE

LOCAL_ID_POLYLINE

public static final String[] LOCAL_ID_POLYLINE

KEY_FMT_DXF_VERSION

public static final String KEY_FMT_DXF_VERSION
See Also:
Constant Field Values

KEY_FMT_ELLIPSE_OUTLINE_CIRCLE

public static final String KEY_FMT_ELLIPSE_OUTLINE_CIRCLE
See Also:
Constant Field Values

KEY_FMT_ELLIPSE_OUTLINE_TRUE_ELLIPSE

public static final String KEY_FMT_ELLIPSE_OUTLINE_TRUE_ELLIPSE
See Also:
Constant Field Values

KEY_FMT_MULTICURVE

public static final String KEY_FMT_MULTICURVE
See Also:
Constant Field Values

KEY_FMT_POLYLINE_ELLIPSE_CHORD

public static final String KEY_FMT_POLYLINE_ELLIPSE_CHORD
See Also:
Constant Field Values

KEY_FMT_POLYLINE_ELLIPSE_PIE_LINE

public static final String KEY_FMT_POLYLINE_ELLIPSE_PIE_LINE
See Also:
Constant Field Values

KEY_FMT_POLYLINE_POLYGON_MULTICURVE

public static final String KEY_FMT_POLYLINE_POLYGON_MULTICURVE
See Also:
Constant Field Values

KEY_FMT_POLYLINE_PARALLELOGRAM

public static final String KEY_FMT_POLYLINE_PARALLELOGRAM
See Also:
Constant Field Values

OPTIONS_FMT_ELLIPSE_OUTLINE_CIRCLE

public static final int[] OPTIONS_FMT_ELLIPSE_OUTLINE_CIRCLE

OPTIONS_FMT_ELLIPSE_OUTLINE_TRUE_ELLIPSE

public static final int[] OPTIONS_FMT_ELLIPSE_OUTLINE_TRUE_ELLIPSE

OPTIONS_FMT_MULTICURVE

public static final int[] OPTIONS_FMT_MULTICURVE

OPTIONS_FMT_POLYLINE_ELLIPSE_CHORD

public static final int[] OPTIONS_FMT_POLYLINE_ELLIPSE_CHORD

OPTIONS_FMT_POLYLINE_ELLIPSE_PIE_LINE

public static final int[] OPTIONS_FMT_POLYLINE_ELLIPSE_PIE_LINE

OPTIONS_FMT_POLYLINE_POLYGON_MULTICURVE

public static final int[] OPTIONS_FMT_POLYLINE_POLYGON_MULTICURVE

OPTIONS_FMT_POLYLINE_PARALLELOGRAM

public static final int[] OPTIONS_FMT_POLYLINE_PARALLELOGRAM

DFLT_FMT_DXF_VERSION

public static final DXFConstants.DXFVersion DFLT_FMT_DXF_VERSION

DFLT_FMT_ELLIPSE_OUTLINE_CIRCLE

public static final int DFLT_FMT_ELLIPSE_OUTLINE_CIRCLE
See Also:
Constant Field Values

DFLT_FMT_ELLIPSE_OUTLINE_TRUE_ELLIPSE

public static final int DFLT_FMT_ELLIPSE_OUTLINE_TRUE_ELLIPSE
See Also:
Constant Field Values

DFLT_FMT_MULTICURVE

public static final int DFLT_FMT_MULTICURVE
See Also:
Constant Field Values

DFLT_FMT_POLYLINE_ELLIPSE_CHORD

public static final int DFLT_FMT_POLYLINE_ELLIPSE_CHORD
See Also:
Constant Field Values

DFLT_FMT_POLYLINE_ELLIPSE_PIE_LINE

public static final int DFLT_FMT_POLYLINE_ELLIPSE_PIE_LINE
See Also:
Constant Field Values

DFLT_FMT_POLYLINE_POLYGON_MULTICURVE

public static final int DFLT_FMT_POLYLINE_POLYGON_MULTICURVE
See Also:
Constant Field Values

DFLT_FMT_POLYLINE_PARALLELOGRAM

public static final int DFLT_FMT_POLYLINE_PARALLELOGRAM
See Also:
Constant Field Values

DXF_FALLBACK_TEMPLATE

public static final jpicedt.format.output.dxf.DXFInformation[] DXF_FALLBACK_TEMPLATE
Patron minimal, au cas ou le fichier de ressource ne peut être traité

Constructor Detail

DXFConstants

public DXFConstants()

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org