JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.gvsig.dwg.lib
Interface IDwg3DTestable
All Known Implementing Classes:
DwgArc
,
DwgAttrib
,
DwgBlockHeader
,
DwgCircle
,
DwgEllipse
,
DwgInsert
,
DwgLine
,
DwgLwPolyline
,
DwgMText
,
DwgPoint
,
DwgPolyline2D
,
DwgPolyline3D
,
DwgSolid
,
DwgSpline
,
DwgText
public interface
IDwg3DTestable
All dwg drawing entities that could have 3D data must implement this interface, to test if they have certainly a third dimension
Method Summary
Methods
Modifier and Type
Method and Description
double
getZ
()
boolean
has3DData
()
Method Detail
has3DData
boolean has3DData()
getZ
double getZ()
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method