- difference(RealPoint, RealPoint) - Static method in class com.jsevy.jdxf.RealPoint
-
- dispose() - Method in class com.jsevy.jdxf.DXFGraphics
-
Disposes of this graphics context and releases
any system resources that it is using.
- dotProduct(RealPoint, RealPoint) - Static method in class com.jsevy.jdxf.RealPoint
-
- draw(Shape) - Method in class com.jsevy.jdxf.DXFGraphics
-
Draw the specified shape.
- draw3DRect(int, int, int, int, boolean) - Method in class com.jsevy.jdxf.DXFGraphics
-
Draws a 3-D highlighted outline of the specified rectangle.
- drawArc(int, int, int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
-
Draws the outline of a circular or elliptical arc
covering the specified rectangle.
- drawArc(double, double, double, double, double, double) - Method in class com.jsevy.jdxf.DXFGraphics
-
Draws the outline of a circular or elliptical arc
covering the specified rectangle.
- drawBytes(byte[], int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
-
Draws the text given by the specified byte array, using this
graphics context's current font and color.
- drawChars(char[], int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
-
Draws the text given by the specified character array, using this
graphics context's current font and color.
- drawGlyphVector(GlyphVector, float, float) - Method in class com.jsevy.jdxf.DXFGraphics
-
Throws UnsupportedOperationException as glyph drawing not supported.
- drawImage(Image, int, int, ImageObserver) - Method in class com.jsevy.jdxf.DXFGraphics
-
Throws UnsupportedOperationException, as drawImage not supported.
- drawImage(Image, int, int, int, int, ImageObserver) - Method in class com.jsevy.jdxf.DXFGraphics
-
Throws UnsupportedOperationException, as drawImage not supported.
- drawImage(Image, int, int, Color, ImageObserver) - Method in class com.jsevy.jdxf.DXFGraphics
-
Throws UnsupportedOperationException, as drawImage not supported.
- drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class com.jsevy.jdxf.DXFGraphics
-
Throws UnsupportedOperationException, as drawImage not supported.
- drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class com.jsevy.jdxf.DXFGraphics
-
Throws UnsupportedOperationException, as drawImage not supported.
- drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class com.jsevy.jdxf.DXFGraphics
-
Throws UnsupportedOperationException, as drawImage not supported.
- drawImage(Image, AffineTransform, ImageObserver) - Method in class com.jsevy.jdxf.DXFGraphics
-
Throws UnsupportedOperationException as image drawing not supported.
- drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
-
Throws UnsupportedOperationException as image drawing not supported.
- drawLine(int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
-
Draws a line, using the current color, between the points
(x1, y1)
and (x2, y2)
in this graphics context's coordinate system.
- drawLine(double, double, double, double) - Method in class com.jsevy.jdxf.DXFGraphics
-
Draws a line, using the current color, between the points
(x1, y1)
and (x2, y2)
in this graphics context's coordinate system.
- drawOval(int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
-
Draws the outline of an oval.
- drawOval(double, double, double, double) - Method in class com.jsevy.jdxf.DXFGraphics
-
Draws the outline of an oval.
- drawPolygon(int[], int[], int) - Method in class com.jsevy.jdxf.DXFGraphics
-
Draws a closed polygon defined by
arrays of x and y coordinates.
- drawPolygon(double[], double[], int) - Method in class com.jsevy.jdxf.DXFGraphics
-
Draws a closed polygon defined by
arrays of x and y coordinates.
- drawPolygon(Polygon) - Method in class com.jsevy.jdxf.DXFGraphics
-
Draws the outline of a polygon defined by the specified
Polygon
object.
- drawPolyline(int[], int[], int) - Method in class com.jsevy.jdxf.DXFGraphics
-
Draws a sequence of connected lines defined by
arrays of x and y coordinates.
- drawPolyline(double[], double[], int) - Method in class com.jsevy.jdxf.DXFGraphics
-
Draws a sequence of connected lines defined by
arrays of x and y coordinates.
- drawRect(int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
-
Draws the outline of the specified rectangle.
- drawRect(double, double, double, double) - Method in class com.jsevy.jdxf.DXFGraphics
-
Draws the outline of the specified rectangle.
- drawRenderableImage(RenderableImage, AffineTransform) - Method in class com.jsevy.jdxf.DXFGraphics
-
Throws UnsupportedOperationException as image drawing not supported.
- drawRenderedImage(RenderedImage, AffineTransform) - Method in class com.jsevy.jdxf.DXFGraphics
-
Throws UnsupportedOperationException as image drawing not supported.
- drawRoundRect(int, int, int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
-
Draws an outlined round-cornered rectangle using this graphics
context's current color.
- drawRoundRect(double, double, double, double, double, double) - Method in class com.jsevy.jdxf.DXFGraphics
-
Draws an outlined round-cornered rectangle using this graphics
context's current color.
- drawSpline(Graphics, int, double[], int[], boolean, double) - Static method in class com.jsevy.jdxf.BSpline
-
An extension method that supports the drawing of a B-spline.
- drawSpline(int, double[], int[], boolean) - Method in class com.jsevy.jdxf.DXFGraphics
-
An extension method that supports the drawing of a B-spline.
- drawString(String, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
-
Draws the text given by the specified string, using this
graphics context's current font and color.
- drawString(AttributedCharacterIterator, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
-
Renders the text of the specified iterator, but ignoring text attributes.
- drawString(String, float, float) - Method in class com.jsevy.jdxf.DXFGraphics
-
- drawString(String, double, double) - Method in class com.jsevy.jdxf.DXFGraphics
-
Draws the text given by the specified string, using this
graphics context's current font and color.
- drawString(AttributedCharacterIterator, float, float) - Method in class com.jsevy.jdxf.DXFGraphics
-
- DXFAppID - Class in com.jsevy.jdxf
-
Class representing an app ID for use in APPID table.
- DXFAppID(String) - Constructor for class com.jsevy.jdxf.DXFAppID
-
Create an APPID table record object with specified name.
- DXFArc - Class in com.jsevy.jdxf
-
Graphical entity representing a circular arc.
- DXFArc(RealPoint, double, double, double, boolean, Graphics2D) - Constructor for class com.jsevy.jdxf.DXFArc
-
Create a circular arc from the specified parameters.
- DXFBlock - Class in com.jsevy.jdxf
-
Class representing a block for use in BLOCKs table.
- DXFBlock(String) - Constructor for class com.jsevy.jdxf.DXFBlock
-
Create a BLOCK table record object with specified name.
- DXFBlockEnd - Class in com.jsevy.jdxf
-
Class representing a block end object for use with block in BLOCKs table.
- DXFBlockEnd(DXFBlock) - Constructor for class com.jsevy.jdxf.DXFBlockEnd
-
Create a block end table record object for specified block.
- DXFBlockRecord - Class in com.jsevy.jdxf
-
Class representing a block record for use in BLOCK_RECORD table.
- DXFBlockRecord(String) - Constructor for class com.jsevy.jdxf.DXFBlockRecord
-
Create a BLOCK_RECORD table record object with specified name.
- DXFCircle - Class in com.jsevy.jdxf
-
Class representing a DXF circle.
- DXFCircle(RealPoint, double, Graphics2D) - Constructor for class com.jsevy.jdxf.DXFCircle
-
* Create a circular arc from the specified parameters.
- DXFColor - Class in com.jsevy.jdxf
-
Class providing static methods for handling colors of entities in DXF file.
- DXFColor() - Constructor for class com.jsevy.jdxf.DXFColor
-
- DXFContainer - Class in com.jsevy.jdxf
-
A base class for containers of objects in a DXF document, including sections and tables.
- DXFContainer() - Constructor for class com.jsevy.jdxf.DXFContainer
-
- DXFDatabaseContainer - Class in com.jsevy.jdxf
-
A base class for containers of objects in a DXF document, including sections and tables.
- DXFDatabaseContainer() - Constructor for class com.jsevy.jdxf.DXFDatabaseContainer
-
- DXFDatabaseObject - Class in com.jsevy.jdxf
-
Interface for all DXF database objects, including graphical entities.
- DXFDatabaseObject() - Constructor for class com.jsevy.jdxf.DXFDatabaseObject
-
- DXFDictionary - Class in com.jsevy.jdxf
-
Class representing dictionary for use in OBJECTS table.
- DXFDictionary(String, int) - Constructor for class com.jsevy.jdxf.DXFDictionary
-
Create a dictionary object with specified name.
- DXFDimStyleTable - Class in com.jsevy.jdxf
-
Class representing a DimStyle table; need to extend DXFTable because has some extra stuff
- DXFDimStyleTable(String) - Constructor for class com.jsevy.jdxf.DXFDimStyleTable
-
Create a DimStyle table header block
- DXFDocument - Class in com.jsevy.jdxf
-
Class representing a DXF document, which owns a DXFGraphics on which drawing commands can be made.
- DXFDocument() - Constructor for class com.jsevy.jdxf.DXFDocument
-
Create a new DXFDocument
- DXFDocument(String) - Constructor for class com.jsevy.jdxf.DXFDocument
-
Create a new DXF document with the specified comment in its header
- DXFEllipse - Class in com.jsevy.jdxf
-
Class representing an elliptical arc.
- DXFEllipse(RealPoint, RealPoint, double, double, double, boolean, Graphics2D) - Constructor for class com.jsevy.jdxf.DXFEllipse
-
Create an elliptical arc corresponding to the specified parameters.
- DXFEntity - Class in com.jsevy.jdxf
-
Just a special case of DXFObjects used for graphical entities.
- DXFEntity() - Constructor for class com.jsevy.jdxf.DXFEntity
-
- DXFGraphics - Class in com.jsevy.jdxf
-
The DXFGraphics class is the main class of the DXFGraphics library.
- DXFGraphics(DXFDocument) - Constructor for class com.jsevy.jdxf.DXFGraphics
-
Constructs a new DXFGraphics object.
- DXFHatch - Class in com.jsevy.jdxf
-
Class representing a line segment.
- DXFHatch(Vector<DXFEntity>, Color) - Constructor for class com.jsevy.jdxf.DXFHatch
-
Create a Hatch with the supplied boundary
- DXFHeader - Class in com.jsevy.jdxf
-
Class representing a header for use in HEADERS section.
- DXFHeader(String) - Constructor for class com.jsevy.jdxf.DXFHeader
-
Create a header object with AutoCAD-specific attributes.
- DXFLayer - Class in com.jsevy.jdxf
-
Class representing a layer for use in LAYER table.
- DXFLayer(String) - Constructor for class com.jsevy.jdxf.DXFLayer
-
Create a LAYER table record object with specified name.
- DXFLine - Class in com.jsevy.jdxf
-
Class representing a line segment.
- DXFLine(RealPoint, RealPoint, Graphics2D) - Constructor for class com.jsevy.jdxf.DXFLine
-
Create a line segment between the specified endpoints.
- DXFLinetype - Class in com.jsevy.jdxf
-
Class representing a linetype for use in LTYPE table.
- DXFLinetype(String) - Constructor for class com.jsevy.jdxf.DXFLinetype
-
Create a LTYPE table record object with specified name.
- DXFLWPolyline - Class in com.jsevy.jdxf
-
Class representing a set of line segments defining a (possibly closed) polygon.
- DXFLWPolyline(int, Vector<RealPoint>, boolean, Graphics2D) - Constructor for class com.jsevy.jdxf.DXFLWPolyline
-
Create a set of line segments that connects the specified points, including a segment from the last
to the first if closed is indicated.
- DXFObject - Interface in com.jsevy.jdxf
-
Interface for all DXF objects, including graphical entities.
- DXFPoint - Class in com.jsevy.jdxf
-
Class representing a simple point in a diagram.
- DXFPoint(RealPoint, Graphics2D) - Constructor for class com.jsevy.jdxf.DXFPoint
-
Create a point.
- DXFSection - Class in com.jsevy.jdxf
-
DXFContainer subclass for sections in the DXF document.
- DXFSection(String) - Constructor for class com.jsevy.jdxf.DXFSection
-
Create a DXF section with the specified name.
- DXFSpline - Class in com.jsevy.jdxf
-
Class representing a general B-spline
- DXFSpline(int, Vector<SplineControlPoint>, boolean, Graphics2D) - Constructor for class com.jsevy.jdxf.DXFSpline
-
Create a spline of specified degree for the specified control points.
- DXFStyle - Class in com.jsevy.jdxf
-
Class representing a text style for use in a DXF document.
- DXFStyle(Font) - Constructor for class com.jsevy.jdxf.DXFStyle
-
Create a style object corresponding to the supplied Android typeface object.
- DXFTable - Class in com.jsevy.jdxf
-
Class representing a DXF table which contains other DXF objects.
- DXFTable(String) - Constructor for class com.jsevy.jdxf.DXFTable
-
Create a DXF table with the specified name.
- DXFTableRecord - Class in com.jsevy.jdxf
-
Base class for records within tables
- DXFTableRecord() - Constructor for class com.jsevy.jdxf.DXFTableRecord
-
- DXFText - Class in com.jsevy.jdxf
-
Class representing DXF text, located at a specified position and having specified style (font, size).
- DXFText(String, RealPoint, DXFStyle, Graphics2D) - Constructor for class com.jsevy.jdxf.DXFText
-
Create a text object at the specified position.
- DXFText(String, RealPoint, double, DXFStyle, Graphics2D) - Constructor for class com.jsevy.jdxf.DXFText
-
Create a text object at the specified position.
- DXFText(String, RealPoint, double, double, DXFStyle, Graphics2D) - Constructor for class com.jsevy.jdxf.DXFText
-
Create a text object at the specified position.
- DXFViewport - Class in com.jsevy.jdxf
-
Class representing a viewport for use in VPORTs table.
- DXFViewport(String, int) - Constructor for class com.jsevy.jdxf.DXFViewport
-
Create a VPORT table record object with specified name.