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

A

addEntity(DXFEntity) - Method in class com.jsevy.jdxf.DXFDocument
Utility method used by the associated DXFGraphics object.
addHeaderLine(String, int, String) - Method in class com.jsevy.jdxf.DXFHeaderSegment
 
addHeaderVariable(String, int, String) - Method in class com.jsevy.jdxf.DXFDocument
Used to add variable value to the header that isn't automatically included, to handle something like the desired format of units or the like.
addRenderingHints(Map<?, ?>) - Method in class com.jsevy.jdxf.DXFGraphics
Does nothing...
addStyle(DXFStyle) - Method in class com.jsevy.jdxf.DXFDocument
Utility method used by the associated DXFGraphics object.
addTable(DXFTable) - Method in class com.jsevy.jdxf.DXFDocument
Utility method used by the associated DXFGraphics object.
angleBetween(RealPoint, RealPoint) - Static method in class com.jsevy.jdxf.RealPoint
 

B

BasisFunction - Interface in com.jsevy.jdxf
Interface for a B-spline basis function.
BSpline - Class in com.jsevy.jdxf
Class to represent a B-spline (non-rational and with evenly spaced knots).
BSpline(int, double[], int[], boolean) - Constructor for class com.jsevy.jdxf.BSpline
Create a spline of the specified degree using the supplied x,y coordinate pairs as the control points.
BSpline(int, Vector<SplineControlPoint>) - Constructor for class com.jsevy.jdxf.BSpline
Create e new B-spline of the specified degree using the supplied control points
BSplineBasisFunction - Class in com.jsevy.jdxf
Class for a B-spline basis function.
BSplineBasisFunction(int) - Constructor for class com.jsevy.jdxf.BSplineBasisFunction
 

C

center - Variable in class com.jsevy.jdxf.DXFCircle
 
clear(Shape) - Method in class com.jsevy.jdxf.DXFGraphics
Clear the specified shape by filling with the current background color.
clearRect(double, double, double, double) - Method in class com.jsevy.jdxf.DXFGraphics
Clears the specified rectangle by filling it with the background color.
clearRect(int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
Clears the specified rectangle by filling it with the background color.
clip(Shape) - Method in class com.jsevy.jdxf.DXFGraphics
Does nothing as clipping not supported.
clipRect(int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
Does nothing, as clipping not supported
color - Variable in class com.jsevy.jdxf.DXFCircle
 
com.jsevy.jdxf - package com.jsevy.jdxf
 
contentsToDXFString() - Method in class com.jsevy.jdxf.DXFDatabaseContainer
Print out contents of vector; just calls the toDXFString method of each of the DXFObjects it contains.
copyArea(int, int, int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
Throws UnsupportedOperationException, as copyArea not supported.
create() - Method in class com.jsevy.jdxf.DXFGraphics
Creates a new DXFGraphics object that is a copy of this DXFGraphics object.
create(int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
Creates a new DXFGraphics object based on this DXFGraphics object, but with a new translation.
crossProduct(RealPoint, RealPoint) - Static method in class com.jsevy.jdxf.RealPoint
 

D

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.
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, 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<Vector<DXFEntity>>, Color) - 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.
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, double[], double[], Graphics2D) - 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, Graphics2D) - 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, 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, 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.

E

equals(DXFStyle) - Method in class com.jsevy.jdxf.DXFStyle
Equals method for use in determining if a Style is already present.
equals(Object) - Method in class com.jsevy.jdxf.RealPoint
 
equals(Object) - Method in class com.jsevy.jdxf.SplineControlPoint
 
expandedIndex - Variable in class com.jsevy.jdxf.SplineControlPoint
 

F

fill(Shape) - Method in class com.jsevy.jdxf.DXFGraphics
Fill the specified shape with the current foreground color.
fill(Shape, Color) - Method in class com.jsevy.jdxf.DXFGraphics
Fill the specified shape with the specified color.
fill3DRect(int, int, int, int, boolean) - Method in class com.jsevy.jdxf.DXFGraphics
Paints a 3-D highlighted rectangle filled with the current color.
fillArc(int, int, int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
Fills a circular or elliptical arc wedge covering the specified rectangle.
fillOval(double, double, double, double) - Method in class com.jsevy.jdxf.DXFGraphics
Fills an oval bounded by the specified rectangle with the current color.
fillOval(int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
Fills an oval bounded by the specified rectangle with the current color.
fillPolygon(double[], double[], int) - Method in class com.jsevy.jdxf.DXFGraphics
Fills a closed polygon defined by arrays of x and y coordinates.
fillPolygon(int[], int[], int) - Method in class com.jsevy.jdxf.DXFGraphics
Fills a closed polygon defined by arrays of x and y coordinates.
fillPolygon(Polygon) - Method in class com.jsevy.jdxf.DXFGraphics
Fills the polygon defined by the specified Polygon object with the graphics context's current color.
fillRect(double, double, double, double) - Method in class com.jsevy.jdxf.DXFGraphics
Fills the specified rectangle.
fillRect(int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
Fills the specified rectangle.
fillRoundRect(double, double, double, double, double, double) - Method in class com.jsevy.jdxf.DXFGraphics
Fills the specified rounded corner rectangle with the current color.
fillRoundRect(int, int, int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
Fills the specified rounded corner rectangle with the current color.
finalize() - Method in class com.jsevy.jdxf.DXFGraphics
Disposes of this graphics context once it is no longer referenced.

G

getBackground() - Method in class com.jsevy.jdxf.DXFGraphics
Return the current background color.
getClip() - Method in class com.jsevy.jdxf.DXFGraphics
Returns null, as clipping not supported
getClipBounds() - Method in class com.jsevy.jdxf.DXFGraphics
Returns null, as clipping not supported.
getClipBounds(Rectangle) - Method in class com.jsevy.jdxf.DXFGraphics
Returns r, as clipping not supported.
getClipRect() - Method in class com.jsevy.jdxf.DXFGraphics
Deprecated.
getClosestDXFColor(int) - Static method in class com.jsevy.jdxf.DXFColor
Find the closest match for a given RGB color in the standard DXF color table.
getColor() - Method in class com.jsevy.jdxf.DXFGraphics
Gets this graphic's foreground color.
getComposite() - Method in class com.jsevy.jdxf.DXFGraphics
Returns null; Composite not supported.
getCurvePoints(double) - Method in class com.jsevy.jdxf.BSpline
Get a set of points on the spline curve, where the maximum distance between two adjacent points is given by tolerance.
getDeviceConfiguration() - Method in class com.jsevy.jdxf.DXFGraphics
Returns null; GraphicsConfiguration not supported.
getDXFHatchInfo() - Method in class com.jsevy.jdxf.DXFArc
 
getDXFHatchInfo() - Method in class com.jsevy.jdxf.DXFCircle
 
getDXFHatchInfo() - Method in class com.jsevy.jdxf.DXFEllipse
 
getDXFHatchInfo() - Method in class com.jsevy.jdxf.DXFEntity
 
getDXFHatchInfo() - Method in class com.jsevy.jdxf.DXFLine
 
getDXFHatchInfo() - Method in class com.jsevy.jdxf.DXFSpline
 
getDXFLineWeight(float) - Method in class com.jsevy.jdxf.DXFEntity
 
getFont() - Method in class com.jsevy.jdxf.DXFGraphics
Gets the current font.
getFontMetrics() - Method in class com.jsevy.jdxf.DXFGraphics
Gets the font metrics of the current font.
getFontMetrics(Font) - Method in class com.jsevy.jdxf.DXFGraphics
Gets the font metrics for the specified font.
getFontRenderContext() - Method in class com.jsevy.jdxf.DXFGraphics
Returns null; Font render context needed for Font sizing; use from current graphics environment.
getGraphics() - Method in class com.jsevy.jdxf.DXFDocument
Get the DXFGraphics associated with this document for use with standard Graphics drawing operations to generate a DXF text representation.
getHandle() - Method in class com.jsevy.jdxf.DXFDatabaseObject
Return handle for this object
getHandle() - Method in class com.jsevy.jdxf.DXFDictionary
 
getHandleCount() - Static method in class com.jsevy.jdxf.DXFDatabaseObject
Return current handle count so can know what ones have been used
getName() - Method in class com.jsevy.jdxf.DXFDictionary
 
getPaint() - Method in class com.jsevy.jdxf.DXFGraphics
Just return the current foreground color object.
getRenderingHint(RenderingHints.Key) - Method in class com.jsevy.jdxf.DXFGraphics
Return null; rendering hints not supported.
getRenderingHints() - Method in class com.jsevy.jdxf.DXFGraphics
Return null; rendering hints not supported.
getStroke() - Method in class com.jsevy.jdxf.DXFGraphics
Return our current pen stroke.
getStyleName() - Method in class com.jsevy.jdxf.DXFStyle
Get the name for this style object, for use within a DXFText entity.
getSupport() - Method in interface com.jsevy.jdxf.BasisFunction
 
getSupport() - Method in class com.jsevy.jdxf.BSplineBasisFunction
 
getTransform() - Method in class com.jsevy.jdxf.DXFGraphics
Return a copy of the current graphics transformation being applied to drawing and text operations.

H

handle - Variable in class com.jsevy.jdxf.DXFDatabaseObject
 
hit(Rectangle, Shape, boolean) - Method in class com.jsevy.jdxf.DXFGraphics
Not supported; return false.
hitClip(int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
Returns true as clipping not supported.

M

magnitude(RealPoint) - Static method in class com.jsevy.jdxf.RealPoint
 
mapPoint(AffineTransform, RealPoint) - Static method in class com.jsevy.jdxf.RealPoint
 
mapVector(AffineTransform, RealPoint) - Static method in class com.jsevy.jdxf.RealPoint
 
multiplicity - Variable in class com.jsevy.jdxf.SplineControlPoint
 
myDXFDatabaseObject - Variable in class com.jsevy.jdxf.DXFDictionary
 
myDXFDatabaseObject - Variable in class com.jsevy.jdxf.DXFTable
 

N

name - Variable in class com.jsevy.jdxf.DXFDictionary
 
name - Variable in class com.jsevy.jdxf.DXFSection
 
name - Variable in class com.jsevy.jdxf.DXFTable
 

R

radius - Variable in class com.jsevy.jdxf.DXFCircle
 
RealPoint - Class in com.jsevy.jdxf
Utility class representing a 3-dimensional point
RealPoint(double, double, double) - Constructor for class com.jsevy.jdxf.RealPoint
 
RealPoint(RealPoint) - Constructor for class com.jsevy.jdxf.RealPoint
 
rotate(double) - Method in class com.jsevy.jdxf.DXFGraphics
Apply the specified rotation to the current graphics transformation.
rotate(double, double, double) - Method in class com.jsevy.jdxf.DXFGraphics
Apply the specified rotation to the current graphics transformation, but first translating by (x,y) and after translating back by (-x, -y).

S

scalarProduct(float, RealPoint) - Static method in class com.jsevy.jdxf.RealPoint
 
scale(double, double) - Method in class com.jsevy.jdxf.DXFGraphics
Apply the specified scaling to the current graphics transformation.
setBackground(Color) - Method in class com.jsevy.jdxf.DXFGraphics
Set the background color used in clear operations to the specified color
setClip(int, int, int, int) - Method in class com.jsevy.jdxf.DXFGraphics
Does nothing, as clipping not supported
setClip(Shape) - Method in class com.jsevy.jdxf.DXFGraphics
Does nothing, as clipping not supported
setColor(Color) - Method in class com.jsevy.jdxf.DXFGraphics
Sets this graphics foreground color to the specified color.
setComposite(Composite) - Method in class com.jsevy.jdxf.DXFGraphics
Do nothing - composite not supported.
setFont(Font) - Method in class com.jsevy.jdxf.DXFGraphics
Sets this graphics context's font to the specified font.
setHandleLimit(int) - Method in class com.jsevy.jdxf.DXFHeaderSegmentAutoCAD
Set handleLimit; used after entities defined to trim from initial (large) value
setPaint(Paint) - Method in class com.jsevy.jdxf.DXFGraphics
Use to set foreground color if instance of Color, otherwise do nothing.
setPaintMode() - Method in class com.jsevy.jdxf.DXFGraphics
Sets the paint mode of this graphics context to overwrite the destination with this graphics context's current color.
setRenderingHint(RenderingHints.Key, Object) - Method in class com.jsevy.jdxf.DXFGraphics
Do nothing; rendering hints not supported.
setRenderingHints(Map<?, ?>) - Method in class com.jsevy.jdxf.DXFGraphics
Do nothing; rendering hints not supported.
setStroke(Stroke) - Method in class com.jsevy.jdxf.DXFGraphics
Set stroke if instance of BasicStroke, otherwise throw UnsupportedOperationException.
setTransform(AffineTransform) - Method in class com.jsevy.jdxf.DXFGraphics
Set current graphics transformation to that supplied.
setUnits(int) - Method in class com.jsevy.jdxf.DXFDocument
Set the units for interpreting the dimension values in the DXF file.
setXORMode(Color) - Method in class com.jsevy.jdxf.DXFGraphics
Currently does nothing, as only PAINT_MODE is supported
shear(double, double) - Method in class com.jsevy.jdxf.DXFGraphics
Apply the specified shearing to the current graphics transformation.
SplineControlPoint - Class in com.jsevy.jdxf
Utility class representing a spline control point, specifying both a 3-dimensional position and a weight.
SplineControlPoint(double, double, double, int) - Constructor for class com.jsevy.jdxf.SplineControlPoint
 
SplineControlPoint(SplineControlPoint) - Constructor for class com.jsevy.jdxf.SplineControlPoint
 
stroke - Variable in class com.jsevy.jdxf.DXFCircle
 
sum(RealPoint, RealPoint) - Static method in class com.jsevy.jdxf.RealPoint
 

T

toDXFString() - Method in class com.jsevy.jdxf.DXFAppID
Implementation of DXFObject interface method; creates DXF text representing the object.
toDXFString() - Method in class com.jsevy.jdxf.DXFArc
Implementation of DXFObject interface method; creates DXF text representing the circular arc.
toDXFString() - Method in class com.jsevy.jdxf.DXFBlock
Implementation of DXFObject interface method; creates DXF text representing the object.
toDXFString() - Method in class com.jsevy.jdxf.DXFBlockEnd
Implementation of DXFObject interface method; creates DXF text representing the object.
toDXFString() - Method in class com.jsevy.jdxf.DXFBlockRecord
Implementation of DXFObject interface method; creates DXF text representing the object.
toDXFString() - Method in class com.jsevy.jdxf.DXFCircle
Implementation of DXFObject interface method; creates DXF text representing the circle.
toDXFString() - Method in class com.jsevy.jdxf.DXFContainer
Implementation of DXFObject interface method; just calls the toDXFString method of each of the DXFObjects it contains.
toDXFString() - Method in class com.jsevy.jdxf.DXFDatabaseContainer
Implementation of DXFObject interface method; just prints out handle.
toDXFString() - Method in class com.jsevy.jdxf.DXFDatabaseObject
Implement DXFObject method; just print out group code and value of handle.
toDXFString() - Method in class com.jsevy.jdxf.DXFDictionary
Implementation of DXFObject interface method; creates DXF text representing the object.
toDXFString() - Method in class com.jsevy.jdxf.DXFDimStyleTable
Implementation of DXFObject interface method; creates DXF text representing the object.
toDXFString() - Method in class com.jsevy.jdxf.DXFDocument
Return the DXF text associated with this DXF document.
toDXFString() - Method in class com.jsevy.jdxf.DXFEllipse
Implementation of DXFObject interface method; creates DXF text representing the elliptical arc.
toDXFString() - Method in class com.jsevy.jdxf.DXFEntity
 
toDXFString() - Method in class com.jsevy.jdxf.DXFHatch
Implementation of DXFObject interface method; creates DXF text representing the line segment.
toDXFString() - Method in class com.jsevy.jdxf.DXFHeaderSegment
Implementation of DXFObject interface method; creates DXF text representing the object.
toDXFString() - Method in class com.jsevy.jdxf.DXFHeaderSegmentAutoCAD
Implementation of DXFObject interface method; creates DXF text representing the object.
toDXFString() - Method in class com.jsevy.jdxf.DXFLayer
Implementation of DXFObject interface method; creates DXF text representing the object.
toDXFString() - Method in class com.jsevy.jdxf.DXFLine
Implementation of DXFObject interface method; creates DXF text representing the line segment.
toDXFString() - Method in class com.jsevy.jdxf.DXFLinetype
Implementation of DXFObject interface method; creates DXF text representing the object.
toDXFString() - Method in class com.jsevy.jdxf.DXFLWPolyline
Implementation of DXFObject interface method; creates DXF text representing the polyline.
toDXFString() - Method in interface com.jsevy.jdxf.DXFObject
 
toDXFString() - Method in class com.jsevy.jdxf.DXFPoint
Implementation of DXFObject interface method; creates DXF text representing the point.
toDXFString() - Method in class com.jsevy.jdxf.DXFSection
Implementation of DXFObject interface method; creates DXF text for the section, embedding text generated by its contained DXF objects/entities.
toDXFString() - Method in class com.jsevy.jdxf.DXFSpline
Implementation of DXFObject interface method; creates DXF text representing the spline.
toDXFString() - Method in class com.jsevy.jdxf.DXFStyle
Implementation of DXFObject interface method; creates DXF text representing the text style.
toDXFString() - Method in class com.jsevy.jdxf.DXFTable
Implementation of DXFObject interface method; creates DXF text for the table, embedding text generated by its contained DXF objects.
toDXFString() - Method in class com.jsevy.jdxf.DXFTableRecord
Implementation of DXFObject interface method; just writes out subclass marker and superclass info.
toDXFString() - Method in class com.jsevy.jdxf.DXFText
Implementation of DXFObject interface method; creates DXF text representing the text object.
toDXFString() - Method in class com.jsevy.jdxf.DXFViewport
Implementation of DXFObject interface method; creates DXF text representing the text style.
toString() - Method in class com.jsevy.jdxf.BSpline
 
toString() - Method in class com.jsevy.jdxf.DXFGraphics
Returns a String object representing this Graphics object's value.
transform(AffineTransform) - Method in class com.jsevy.jdxf.DXFGraphics
Concatenate the supplied transformation to the current graphics transformation.
translate(double, double) - Method in class com.jsevy.jdxf.DXFGraphics
Translates the origin of the graphics context to the point (xy) in the current coordinate system.
translate(int, int) - Method in class com.jsevy.jdxf.DXFGraphics
Translates the origin of the graphics context to the point (xy) in the current coordinate system.

V

value(double) - Method in interface com.jsevy.jdxf.BasisFunction
 
value(double) - Method in class com.jsevy.jdxf.BSplineBasisFunction
 

X

x - Variable in class com.jsevy.jdxf.RealPoint
 

Y

y - Variable in class com.jsevy.jdxf.RealPoint
 

Z

z - Variable in class com.jsevy.jdxf.RealPoint
 
A B C D E F G H M N R S T V X Y Z 
All Classes All Packages