jpicedt.format.output.dxf
Class DXFConstants
java.lang.Object
jpicedt.format.output.util.FormatConstants
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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é
DXFConstants
public DXFConstants()
Submit a bug : syd@jpicedt.org