Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
V
X
Y
Z
A
Angle
- Variable in class dxfExporter.
DXFHatchPatternData
AppDXFExporter
- class
AppDXFExporter
.
AppDXFExporter()
- Constructor for class
AppDXFExporter
ArcType
- class dxfExporter.
ArcType
.
Types of a hatch bundary.
ArcType()
- Constructor for class dxfExporter.
ArcType
ArcType(byte)
- Constructor for class dxfExporter.
ArcType
AutoCADVer
- Variable in class dxfExporter.
DXFExport
Version of AutoCAD DXF which used in this drawing.
add3DFace(DXFData)
- Method in class dxfExporter.
DXFExport
Adds the 3DFACE entity.
add3DPoint(int, DXFPoint)
- Method in class dxfExporter.
DXFExport
Adds the DXF point.
addArc(DXFData)
- Method in class dxfExporter.
DXFExport
Adds the ARC entity.
addBezier(DXFData)
- Method in class dxfExporter.
DXFExport
Adds the Bezier curve as SPLINE entity.
addCircle(DXFData)
- Method in class dxfExporter.
DXFExport
Adds the CIRCLE entity.
addColor(int)
- Method in class dxfExporter.
DXFExport
Adds the DXF 8 bit color.
addEllipse(DXFData)
- Method in class dxfExporter.
DXFExport
Adds the ELLIPSE entity.
addFloat(int, double)
- Method in class dxfExporter.
DXFExport
Adds the float value.
addHatch(DXFData)
- Method in class dxfExporter.
DXFExport
Adds the HATCH entity.
addInt(int, int)
- Method in class dxfExporter.
DXFExport
Adds the integer value.
addLType(String, float[])
- Method in class dxfExporter.
DXFExport
Adds a new linetype (LTYPE entity from array of ticks) to LTYPE table.
addLine(DXFData)
- Method in class dxfExporter.
DXFExport
Adds the LINE entity.
addMText(DXFData)
- Method in class dxfExporter.
DXFExport
Adds the MTEXT entity.
addName(DXFFigure, String, String)
- Method in class dxfExporter.
DXFExport
Adds the name of a entity.
addPixel(DXFData)
- Method in class dxfExporter.
DXFExport
Adds the POINT entity.
addPoint(int, DXFPoint)
- Method in class dxfExporter.
DXFExport
Adds the X,Y-coordinates of DXF point.
addPolyline(DXFData)
- Method in class dxfExporter.
DXFExport
Adds the LWPOLYLINE entity.
addRectangle(DXFData)
- Method in class dxfExporter.
DXFExport
Adds a rectangle as LWPOLYLINE entity with 4 points.
addString(int, String)
- Method in class dxfExporter.
DXFExport
Adds the string value.
addText(DXFData)
- Method in class dxfExporter.
DXFExport
Adds the TEXT entity.
addThickness(DXFData)
- Method in class dxfExporter.
DXFExport
Adds the thickness value.
addVertex(DXFPoint)
- Method in class dxfExporter.
DXFExport
Adds the vertex as X,Y-coordinates of DXF point, with code is equal 10 (for a first added coordinate value).
atCircle
- Static variable in class dxfExporter.
ArcType
As circle.
atEllipse
- Static variable in class dxfExporter.
ArcType
As ellipse.
B
BLOCKS
- Static variable in class dxfExporter.
Constants
BLOCKS section.
BasePointX
- Variable in class dxfExporter.
DXFHatchPatternData
BasePointY
- Variable in class dxfExporter.
DXFHatchPatternData
Bold
- Variable in class dxfExporter.
DXFData
Style for text.
beginPoly(DXFFigure)
- Method in class dxfExporter.
DXFExport
Adds the first DXF strings for LWPOLYLINE-type entities.
C
Color
- Variable in class dxfExporter.
DXFData
Specifies the color value for this entity.
Constants
- class dxfExporter.
Constants
.
Includes basic constants and global functions.
Count
- Variable in class dxfExporter.
DXFData
Specifies the number of child entities.
Current
- Variable in class dxfExporter.
DXFExport
List of the strings of a this DXF file.
cbACAD2000
- Variable in class
FrmDXFExporter
clearPoints()
- Method in class dxfExporter.
DXFPolyline
clone()
- Method in class dxfExporter.
DXFData
Completely redefined copying procedure.
convertColorRGBToDXF(Color)
- Static method in class dxfExporter.
Constants
Converts a 32-bit RGB to 8-bit DXF color, this is a test version (not all colors can be correctly converted).
D
DXF3DFace
- class dxfExporter.
DXF3DFace
.
3DFace in DXF drawing.
DXF3DFace(DXFData)
- Constructor for class dxfExporter.
DXF3DFace
DXFArc
- class dxfExporter.
DXFArc
.
Arc in DXF drawing.
DXFArc(DXFData)
- Constructor for class dxfExporter.
DXFArc
DXFBezier
- class dxfExporter.
DXFBezier
.
Bezier curve which added to DXF as cubic SPLINE with a null amount of fit-points.
DXFBezier(DXFData)
- Constructor for class dxfExporter.
DXFBezier
DXFData
- class dxfExporter.
DXFData
.
Contains information about any DXF entity properties.
DXFData()
- Constructor for class dxfExporter.
DXFData
DXFEllipse
- class dxfExporter.
DXFEllipse
.
Ellipse in DXF drawing.
DXFEllipse(DXFData, boolean)
- Constructor for class dxfExporter.
DXFEllipse
DXFExport
- class dxfExporter.
DXFExport
.
Base class for export to DXF.
DXFExport()
- Constructor for class dxfExporter.
DXFExport
DXFFigure
- class dxfExporter.
DXFFigure
.
Interface for DXF figures (entities).
DXFFigure(DXFData)
- Constructor for class dxfExporter.
DXFFigure
DXFHatch
- class dxfExporter.
DXFHatch
.
Hatch in DXF drawing (here only "solid line"-hatch), which have more one boundary.
DXFHatch(DXFData)
- Constructor for class dxfExporter.
DXFHatch
DXFHatchPatternData
- class dxfExporter.
DXFHatchPatternData
.
Hatch pattern data.
DXFHatchPatternData()
- Constructor for class dxfExporter.
DXFHatchPatternData
DXFLayer
- class dxfExporter.
DXFLayer
.
Layer in DXF drawing.
DXFLayer(String)
- Constructor for class dxfExporter.
DXFLayer
DXFLine
- class dxfExporter.
DXFLine
.
Line with two points in DXF drawing.
DXFLine(DXFData)
- Constructor for class dxfExporter.
DXFLine
DXFLineWeights
- Static variable in class dxfExporter.
Constants
DXF lineweights.
DXFMText
- class dxfExporter.
DXFMText
.
MText in DXF drawing.
DXFMText(DXFData)
- Constructor for class dxfExporter.
DXFMText
DXFNAME_3DFACE
- Static variable in class dxfExporter.
Constants
DXFNAME_ARC
- Static variable in class dxfExporter.
Constants
DXFNAME_CIRCLE
- Static variable in class dxfExporter.
Constants
DXFNAME_ELLIPSE
- Static variable in class dxfExporter.
Constants
DXFNAME_HATCH
- Static variable in class dxfExporter.
Constants
DXFNAME_LAYER
- Static variable in class dxfExporter.
Constants
DXFNAME_LINE
- Static variable in class dxfExporter.
Constants
DXFNAME_MTEXT
- Static variable in class dxfExporter.
Constants
DXFNAME_POINT
- Static variable in class dxfExporter.
Constants
DXFNAME_SOLID
- Static variable in class dxfExporter.
Constants
DXFNAME_SPLINE
- Static variable in class dxfExporter.
Constants
DXFNAME_TEXT
- Static variable in class dxfExporter.
Constants
DXFPixel
- class dxfExporter.
DXFPixel
.
Pixel in DXF drawing.
DXFPixel(DXFData)
- Constructor for class dxfExporter.
DXFPixel
DXFPoint
- class dxfExporter.
DXFPoint
.
Defines the x-, y- and z- coordinates of a 3D point in DXF drawing units.
DXFPoint()
- Constructor for class dxfExporter.
DXFPoint
Constructs (0, 0, 0) point.
DXFPoint(float, float, float)
- Constructor for class dxfExporter.
DXFPoint
DXFPoint(DXFPoint)
- Constructor for class dxfExporter.
DXFPoint
DXFPolyline
- class dxfExporter.
DXFPolyline
.
Line with set of points in DXF drawing.
DXFPolyline(DXFData)
- Constructor for class dxfExporter.
DXFPolyline
DXFRectangle
- class dxfExporter.
DXFRectangle
.
Rectangle in DXF drawing.
DXFRectangle(DXFData)
- Constructor for class dxfExporter.
DXFRectangle
DXFSolid
- class dxfExporter.
DXFSolid
.
Solid in DXF drawing.
DXFSolid(DXFData)
- Constructor for class dxfExporter.
DXFSolid
DXFText
- class dxfExporter.
DXFText
.
Text in DXF drawing.
DXFText(DXFData)
- Constructor for class dxfExporter.
DXFText
DXFVERSION_R14
- Static variable in class dxfExporter.
Constants
DXF file version R14.
DXFVERSION_R2000
- Static variable in class dxfExporter.
Constants
DXF file version R2000 (R15).
DXF_ALTERNATIVEBLACK
- Static variable in class dxfExporter.
Constants
DXF_AQUA
- Static variable in class dxfExporter.
Constants
DXF_BLACK
- Static variable in class dxfExporter.
Constants
DXF_BLUE
- Static variable in class dxfExporter.
Constants
DXF_BYLAYER
- Static variable in class dxfExporter.
Constants
DXF_DKGRAY
- Static variable in class dxfExporter.
Constants
DXF_FUCHSIA
- Static variable in class dxfExporter.
Constants
DXF_GRAY
- Static variable in class dxfExporter.
Constants
DXF_GREEN
- Static variable in class dxfExporter.
Constants
DXF_LIME
- Static variable in class dxfExporter.
Constants
DXF_LTGRAY
- Static variable in class dxfExporter.
Constants
DXF_MAROON
- Static variable in class dxfExporter.
Constants
DXF_NAVY
- Static variable in class dxfExporter.
Constants
DXF_OLIVE
- Static variable in class dxfExporter.
Constants
DXF_PURPLE
- Static variable in class dxfExporter.
Constants
DXF_RED
- Static variable in class dxfExporter.
Constants
DXF_SILVER
- Static variable in class dxfExporter.
Constants
DXF_TEAL
- Static variable in class dxfExporter.
Constants
DXF_WHITE
- Static variable in class dxfExporter.
Constants
DXF_YELLOW
- Static variable in class dxfExporter.
Constants
Data
- Variable in class dxfExporter.
DXFFigure
DrawingUnits
- Variable in class dxfExporter.
DXFExport
Drawing units for AutoCAD DesignCenter blocks:
0= Unitless, 1= Inches, 2= Feet, 3= Miles, 4= Millimeters, 5= Centimeters, 6= Meters, 7= Kilometers, 8= Microinches, 9= Mils, 10= Yards, 11= Angstroms, 12= Nanometers, 13= Microns, 14= Decimeters, 15= Decameters, 16= Hectometers, 17= Gigameters, 18= Astronomical units, 19= Light years, 20= Parsecs.
doArcParams(float, float, float, float, float, float, float, float)
- Static method in class dxfExporter.
DXFExport
doEllipseParams(float, float, float, float)
- Static method in class dxfExporter.
DXFExport
doLimits(DXFPoint)
- Method in class dxfExporter.
DXFExport
dxfExporter
- package dxfExporter
E
END_OF_DXF
- Static variable in class dxfExporter.
Constants
End of a DXF file strings.
EXACTITUDE
- Static variable in class dxfExporter.
Constants
Exactitude for "operations with zero"
EndAngle
- Variable in class dxfExporter.
DXFData
End angle (usually for ARCs).
ExportAsDXF(DXFExport)
- Method in class dxfExporter.
DXFLayer
exportAsDXF(DXFExport)
- Method in class dxfExporter.
DXF3DFace
exportAsDXF(DXFExport)
- Method in class dxfExporter.
DXFArc
exportAsDXF(DXFExport)
- Method in class dxfExporter.
DXFBezier
exportAsDXF(DXFExport)
- Method in class dxfExporter.
DXFEllipse
exportAsDXF(DXFExport)
- Method in class dxfExporter.
DXFFigure
exportAsDXF(DXFExport)
- Method in class dxfExporter.
DXFHatch
exportAsDXF(DXFExport)
- Method in class dxfExporter.
DXFLine
exportAsDXF(DXFExport)
- Method in class dxfExporter.
DXFMText
exportAsDXF(DXFExport)
- Method in class dxfExporter.
DXFPixel
exportAsDXF(DXFExport)
- Method in class dxfExporter.
DXFPolyline
exportAsDXF(DXFExport)
- Method in class dxfExporter.
DXFRectangle
exportAsDXF(DXFExport)
- Method in class dxfExporter.
DXFSolid
exportAsDXF(DXFExport)
- Method in class dxfExporter.
DXFText
exportPoints(DXFExport)
- Method in class dxfExporter.
DXFSolid
F
FHeight
- Variable in class dxfExporter.
DXFData
Specifies the character height for text entities (TEXT or MTEXT).
FScale
- Variable in class dxfExporter.
DXFData
Specifies the relative X scale factor (ratio of character width to character height) for text entities.
Flags
- Variable in class dxfExporter.
DXFData
Specifies the flags byte for different entities.
FrmDXFExporter
- class
FrmDXFExporter
.
Frame class for testing a export to DXF.
FrmDXFExporter()
- Constructor for class
FrmDXFExporter
finalize()
- Method in class dxfExporter.
DXFExport
finalize()
- Method in class dxfExporter.
DXFHatch
finalize()
- Method in class dxfExporter.
DXFPolyline
G
GetHS()
- Method in class dxfExporter.
HatchStyle
getAT()
- Method in class dxfExporter.
ArcType
getBndAmount()
- Method in class dxfExporter.
DXFHatch
getColor()
- Method in class dxfExporter.
DXFLayer
getEndAngle()
- Method in class dxfExporter.
DXFArc
getEndPoint()
- Method in class dxfExporter.
DXFLine
getFlags()
- Method in class dxfExporter.
DXFLayer
getHBT()
- Method in class dxfExporter.
HatchBoundaryType
getLeftTop()
- Method in class dxfExporter.
DXFEllipse
getLeftTop()
- Method in class dxfExporter.
DXFRectangle
getLineWeight()
- Method in class dxfExporter.
DXFLayer
getLinetypeName()
- Method in class dxfExporter.
DXFLayer
getName()
- Method in class dxfExporter.
DXFLayer
getPoint()
- Method in class dxfExporter.
DXFArc
getPoint(int, int)
- Method in class dxfExporter.
DXFHatch
getPoint(int)
- Method in class dxfExporter.
DXFPolyline
getPointCount()
- Method in class dxfExporter.
DXFPolyline
getRadian(float)
- Static method in class dxfExporter.
Constants
getRadius()
- Method in class dxfExporter.
DXFArc
getRightBottom()
- Method in class dxfExporter.
DXFEllipse
getRightBottom()
- Method in class dxfExporter.
DXFRectangle
getStartAngle()
- Method in class dxfExporter.
DXFArc
getStartPoint()
- Method in class dxfExporter.
DXFLine
getType()
- Method in class dxfExporter.
DXFArc
H
HATCHPATTERN_ANSI31
- Static variable in class dxfExporter.
Constants
HATCHPATTERN_ANSI37
- Static variable in class dxfExporter.
Constants
HATCHPATTERN_LINE
- Static variable in class dxfExporter.
Constants
HATCHPATTERN_NET
- Static variable in class dxfExporter.
Constants
HATCHPATTERN_SOLID
- Static variable in class dxfExporter.
Constants
HAlign
- Variable in class dxfExporter.
DXFData
Horizontal text justification type (usually for TEXT).
HEADER
- Static variable in class dxfExporter.
Constants
Part of a HEADER section.
HatchBoundaryType
- class dxfExporter.
HatchBoundaryType
.
Types of a hatch boundary.
HatchBoundaryType()
- Constructor for class dxfExporter.
HatchBoundaryType
HatchBoundaryType(byte)
- Constructor for class dxfExporter.
HatchBoundaryType
HatchStyle
- class dxfExporter.
HatchStyle
.
Standard styles of a hatch.
HatchStyle()
- Constructor for class dxfExporter.
HatchStyle
HatchStyle(byte)
- Constructor for class dxfExporter.
HatchStyle
hbtCircle
- Static variable in class dxfExporter.
HatchBoundaryType
Circle boundary.
hbtEllipse
- Static variable in class dxfExporter.
HatchBoundaryType
Elliptic boundary.
hbtPolyPolyline
- Static variable in class dxfExporter.
HatchBoundaryType
Polyline or multiline boundary.
hsBDiagonal
- Static variable in class dxfExporter.
HatchStyle
\\\\\
hsCross
- Static variable in class dxfExporter.
HatchStyle
+++++
hsDiagCross
- Static variable in class dxfExporter.
HatchStyle
xxxxx
hsFDiagonal
- Static variable in class dxfExporter.
HatchStyle
/////
hsHorizontal
- Static variable in class dxfExporter.
HatchStyle
-----
hsPatternData
- Static variable in class dxfExporter.
HatchStyle
Hatch is pattern (for future versions).
hsSolid
- Static variable in class dxfExporter.
HatchStyle
Hatch is solid.
hsVertical
- Static variable in class dxfExporter.
HatchStyle
|||||
I
Italic
- Variable in class dxfExporter.
DXFData
Style for text.
J
jbtnSave_actionPerformed(ActionEvent)
- Method in class
FrmDXFExporter
jcbFigures_actionPerformed(ActionEvent)
- Method in class
FrmDXFExporter
L
LayerName
- Variable in class dxfExporter.
DXFData
Layer Name.
M
main(String[])
- Static method in class
AppDXFExporter
N
Name
- Variable in class dxfExporter.
DXFData
Used for Name of a object.
O
OBJECTS_R14
- Static variable in class dxfExporter.
Constants
OBJECTS section only for R14.
OBJECTS_R2000
- Static variable in class dxfExporter.
Constants
OBJECTS section only for R2000.
OffsetX
- Variable in class dxfExporter.
DXFHatchPatternData
OffsetY
- Variable in class dxfExporter.
DXFHatchPatternData
P
Point
- Variable in class dxfExporter.
DXFData
Coordinates of the first point or other value (see description of a classes which use this field).
Point1
- Variable in class dxfExporter.
DXFData
Coordinates of the second point or other value (see description of a classes which use this field).
Point2
- Variable in class dxfExporter.
DXFData
Coordinates of the third point or other value (see description of a classes which use this field).
Point3
- Variable in class dxfExporter.
DXFData
Coordinates of the fourth point or other value (see description of a classes which use this field).
Points
- Variable in class dxfExporter.
DXFData
Points of polyline or boundaries of a hatch.
paint(Graphics)
- Method in class
FrmDXFExporter
Paint Handler.
processWindowEvent(WindowEvent)
- Method in class
FrmDXFExporter
R
RHeight
- Variable in class dxfExporter.
DXFData
Specifies the reference rectangle height for MTEXT.
RWidth
- Variable in class dxfExporter.
DXFData
Specifies the reference rectangle width for MTEXT.
Radius
- Variable in class dxfExporter.
DXFData
Radius (usually for arcs).
Rotation
- Variable in class dxfExporter.
DXFData
Rotation angle.
S
Scale
- Variable in class dxfExporter.
DXFData
Scale (for example TEXT).
SelfType
- Variable in class dxfExporter.
DXFData
SelfType defines type of this entity.
SetHS(byte)
- Method in class dxfExporter.
HatchStyle
StartAngle
- Variable in class dxfExporter.
DXFData
Start angle (usually for ARCs).
Style
- Variable in class dxfExporter.
DXFData
Specifies the pen style for drawing this entity or hatch style.
saveToFile(String)
- Method in class dxfExporter.
DXFExport
Saves current
DXFExport
object as a specified DXF file.
setAT(byte)
- Method in class dxfExporter.
ArcType
setColor(int)
- Method in class dxfExporter.
DXFLayer
setCurrentLayer(DXFLayer)
- Method in class dxfExporter.
DXFExport
Setting current layer
setEndAngle(float)
- Method in class dxfExporter.
DXFArc
setEndPoint(DXFPoint)
- Method in class dxfExporter.
DXFLine
setFlags(byte)
- Method in class dxfExporter.
DXFLayer
setHBT(byte)
- Method in class dxfExporter.
HatchBoundaryType
setLeftTop(DXFPoint)
- Method in class dxfExporter.
DXFRectangle
setLineWeight(int)
- Method in class dxfExporter.
DXFLayer
setLinetypeName(String)
- Method in class dxfExporter.
DXFLayer
setName(String)
- Method in class dxfExporter.
DXFLayer
setPoint(DXFPoint)
- Method in class dxfExporter.
DXFArc
setRadius(float)
- Method in class dxfExporter.
DXFArc
setRightBottom(DXFPoint)
- Method in class dxfExporter.
DXFRectangle
setStartAngle(float)
- Method in class dxfExporter.
DXFArc
setStartPoint(DXFPoint)
- Method in class dxfExporter.
DXFLine
setTo(float, float, float)
- Method in class dxfExporter.
DXFPoint
setType(byte)
- Method in class dxfExporter.
DXFArc
sgDraw3DFace()
- Method in class
FrmDXFExporter
sgDrawArc()
- Method in class
FrmDXFExporter
Draw a arc.
sgDrawBezier()
- Method in class
FrmDXFExporter
Draw a Bezier.
sgDrawCircle()
- Method in class
FrmDXFExporter
Draw a circle.
sgDrawEllipse()
- Method in class
FrmDXFExporter
Draw a ellipse.
sgDrawLine()
- Method in class
FrmDXFExporter
Draw a line.
sgDrawPixel()
- Method in class
FrmDXFExporter
Draw a pixel.
sgDrawPolygon()
- Method in class
FrmDXFExporter
Draw a hatch.
sgDrawPolyline()
- Method in class
FrmDXFExporter
Draw a polyline.
sgDrawRectangle()
- Method in class
FrmDXFExporter
sgDrawText()
- Method in class
FrmDXFExporter
Draw a text.
T
TABLES_BLOCK_RECORD
- Static variable in class dxfExporter.
Constants
BLOCK_RECORD part of a TABLES section.
TABLES_DIMSTYLE
- Static variable in class dxfExporter.
Constants
DIMSTYLE part of a TABLES section.
TABLES_DIMSTYLE_R2000
- Static variable in class dxfExporter.
Constants
DIMSTYLE part of a TABLES section only for R2000.
TABLES_LAYER
- Static variable in class dxfExporter.
Constants
LAYER part of a TABLES section.
TABLES_LTYPE
- Static variable in class dxfExporter.
Constants
LTYPE part of a TABLES section.
TABLES_STYLE
- Static variable in class dxfExporter.
Constants
STYLE part of a TABLES section.
Tag
- Variable in class dxfExporter.
DXFData
Classindex, DXF_LINE, DXF_SOLID etc.
Text
- Variable in class dxfExporter.
DXFData
Text string (TEXT).
Thickness
- Variable in class dxfExporter.
DXFData
Specifies the line width for this entity..
toDXFPoint(float, float)
- Method in class dxfExporter.
DXFFigure
V
VAlign
- Variable in class dxfExporter.
DXFData
Vertical text justification type (usually for TEXT).
X
X
- Variable in class dxfExporter.
DXFPoint
Specifies the X-coordinate of the point.
Y
Y
- Variable in class dxfExporter.
DXFPoint
Specifies the Y-coordinate of the point.
Z
Z
- Variable in class dxfExporter.
DXFPoint
Specifies the Z-coordinate of the point.
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
V
X
Y
Z
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes