A B C D E F G H I L M N R S T V X Y Z 
All Classes All Packages

D

DEFAULT - com.jsevy.jdxf.DXFGraphics.BlockLayerMode
 
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(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.
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.
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(BufferedImage, BufferedImageOp, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
Throws UnsupportedOperationException as image drawing 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, 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, Color, 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, 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.
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.
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.
drawOval(double, double, double, double) - Method in class com.jsevy.jdxf.DXFGraphics
Draws the outline of an oval.
drawOval(int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
Draws the outline of an oval.
drawPoint(double, double) - Method in class com.jsevy.jdxf.DXFGraphics
Draws a point, using the current color, at location (x, y) in this graphics context's coordinate system.
drawPoint(int, int) - Method in class com.jsevy.jdxf.DXFGraphics
Draws a point, using the current color, at location (x, y) in this graphics context's coordinate system.
drawPolygon(double[], double[], int) - Method in class com.jsevy.jdxf.DXFGraphics
Draws a closed polygon defined by arrays of x and y coordinates.
drawPolygon(int[], int[], 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(double[], double[], int) - Method in class com.jsevy.jdxf.DXFGraphics
Draws a sequence of connected lines defined by arrays of x and y coordinates.
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.
drawRect(double, double, double, double) - Method in class com.jsevy.jdxf.DXFGraphics
Draws the outline of the specified rectangle.
drawRect(int, int, int, int) - 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(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.
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.
drawSpline(int, double[], double[]) - Method in class com.jsevy.jdxf.DXFGraphics
An extension method that supports the drawing of a B-spline with an arbitrary knot sequence.
drawSpline(int, double[], int[], boolean) - Method in class com.jsevy.jdxf.DXFGraphics
An extension method that supports the drawing of a B-spline.
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.
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(String, float, float) - Method in class com.jsevy.jdxf.DXFGraphics
 
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, float, float) - Method in class com.jsevy.jdxf.DXFGraphics
 
drawString(AttributedCharacterIterator, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
Renders the text of the specified iterator, but ignoring text attributes.
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, DXFGraphics) - 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(Shape, Vector<Vector<DXFGraphicalEntity>>) - Constructor for class com.jsevy.jdxf.DXFBlock
Create a BLOCK table record object from the given Java Shape object using the supplied boundaries as the block's entities.
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, DXFGraphics) - 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, DXFGraphics) - 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(DXFLayer) - Constructor for class com.jsevy.jdxf.DXFEntity
 
DXFGraphicalEntity - Class in com.jsevy.jdxf
Just a special case of DXFObjects used for graphical entities.
DXFGraphicalEntity(DXFGraphics) - Constructor for class com.jsevy.jdxf.DXFGraphicalEntity
 
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.
DXFGraphics.BlockLayerMode - Enum in com.jsevy.jdxf
 
DXFHatch - Class in com.jsevy.jdxf
Class representing a line segment.
DXFHatch(Vector<Vector<DXFGraphicalEntity>>, DXFGraphics) - Constructor for class com.jsevy.jdxf.DXFHatch
Create a Hatch with the supplied list of boundaries
DXFHeaderSegment - Class in com.jsevy.jdxf
Class representing a header for use in HEADERS section.
DXFHeaderSegment() - Constructor for class com.jsevy.jdxf.DXFHeaderSegment
Create a header segment that can have header lines.
DXFHeaderSegmentAutoCAD - Class in com.jsevy.jdxf
Class representing a header segment for use in HEADERS section.
DXFHeaderSegmentAutoCAD(String) - Constructor for class com.jsevy.jdxf.DXFHeaderSegmentAutoCAD
Create a header object with AutoCAD-specific attributes.
DXFInsert - Class in com.jsevy.jdxf
Class representing a line segment.
DXFInsert(DXFBlock, AffineTransform, DXFGraphics) - Constructor for class com.jsevy.jdxf.DXFInsert
Create a DXFInsert entity to insert the supplied DXFBlock into the Entities section of the DXF output.
DXFLayer - Class in com.jsevy.jdxf
Class representing a layer for use in LAYER table.
DXFLayer(String, DXFGraphics) - 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, DXFGraphics) - 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, Graphics2D) - Constructor for class com.jsevy.jdxf.DXFLinetype
Create a new linetype with specified name and dash pattern
DXFLWPolyline - Class in com.jsevy.jdxf
Class representing a set of line segments defining a (possibly closed) polygon.
DXFLWPolyline(int, Vector<RealPoint>, boolean, DXFGraphics) - 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, DXFGraphics) - 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, double[], double[], DXFGraphics) - Constructor for class com.jsevy.jdxf.DXFSpline
Create a spline of specified degree for the specified control points, using supplied knot vector.
DXFSpline(int, Vector<SplineControlPoint>, boolean, DXFGraphics) - Constructor for class com.jsevy.jdxf.DXFSpline
Create a spline of specified degree for the specified control points, using uniform knot vector.
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 Java 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, double, double, double, DXFStyle, DXFGraphics) - Constructor for class com.jsevy.jdxf.DXFText
Create a text object at the specified position.
DXFText(String, RealPoint, double, double, DXFStyle, DXFGraphics) - Constructor for class com.jsevy.jdxf.DXFText
Create a text object at the specified position.
DXFText(String, RealPoint, double, DXFStyle, DXFGraphics) - 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, double) - Constructor for class com.jsevy.jdxf.DXFViewport
Create a VPORT table record object with specified name.
DXFViewport(String, double, double, double) - Constructor for class com.jsevy.jdxf.DXFViewport
Create a VPORT table record object with specified name.
DXFXrecord - Class in com.jsevy.jdxf
Class representing Xrecord for use in OBJECTS table.
DXFXrecord() - Constructor for class com.jsevy.jdxf.DXFXrecord
Create an Xrecord object with no associated attributes.
A B C D E F G H I L M N R S T V X Y Z 
All Classes All Packages