Serialized Form
-
Package geomss.app
-
Class geomss.app.ChooseUnitDialog extends EscapeJDialog implements Serializable
-
Serialized Fields
-
outputUnits
javax.measure.unit.Unit<Q extends javax.measure.quantity.Quantity> outputUnits
-
unitPanel
ChooseUnitPanel<Q extends javax.measure.quantity.Quantity> unitPanel
-
-
-
Class geomss.app.ChooseUnitPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
_unitCBox
javax.swing.JComboBox _unitCBox
-
-
-
Class geomss.app.GeomSSCanvas3D extends BGFGCanvas3D implements Serializable
-
Serialized Fields
-
_arcBall
VirtualSphere _arcBall
-
_axisTG
org.jogamp.java3d.TransformGroup _axisTG
-
_dragCurX
int _dragCurX
-
_dragCurY
int _dragCurY
-
_dragStartX
int _dragStartX
-
_dragStartY
int _dragStartY
-
_geomBG
org.jogamp.java3d.BranchGroup _geomBG
-
_geomTG
org.jogamp.java3d.TransformGroup _geomTG
-
_isDragging
boolean _isDragging
-
_isMirrored
boolean _isMirrored
-
_isUpdating
boolean _isUpdating
-
_pickCanvas
org.jogamp.java3d.utils.pickfast.PickCanvas _pickCanvas
-
_pickedDistance
javolution.util.FastTable<java.lang.Double> _pickedDistance
-
_pickedItems
javolution.util.FastTable<GeomElement> _pickedItems
-
_pickFlag
boolean _pickFlag
-
_publicInterface
GeomSSScene _publicInterface
-
_renderType
RenderType _renderType
-
_rot
org.jogamp.vecmath.Matrix3d _rot
-
_trans
org.jogamp.java3d.Transform3D _trans
-
-
-
Class geomss.app.MainWindow extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
_bsh
bsh.Interpreter _bsh
-
_canvas
GeomSSCanvas3D _canvas
-
_console
bsh.util.JConsole _console
-
_fileRef
java.io.File _fileRef
-
_geomWriters
java.util.List<GeomReader> _geomWriters
-
_JPEGObserver
JPEGImageObserver _JPEGObserver
-
_pf
java.awt.print.PageFormat _pf
-
_PNGObserver
PNGImageObserver _PNGObserver
-
-
-
-
Package geomss.geom
-
Class geomss.geom.AbstractCurve extends AbstractGeomElement<T extends AbstractCurve> implements Serializable
-
Class geomss.geom.AbstractGeomElement extends java.lang.Object implements Serializable
-
Serialized Fields
-
_id
long _id
-
_name
java.lang.String _name
Name of this geometry element. -
_userData
java.util.HashMap<java.lang.Object,java.lang.Object> _userData
-
-
-
Class geomss.geom.AbstractGeomList extends AbstractGeomElement<T extends AbstractGeomList> implements Serializable
-
Serialized Fields
-
_childChangeListener
javax.swing.event.ChangeListener _childChangeListener
Reference to a change listener for this object's child curves.
-
-
-
Class geomss.geom.AbstractNote extends AbstractGeomElement<T extends AbstractNote> implements Serializable
-
Class geomss.geom.AbstractPointGeomList extends AbstractGeomList<T extends AbstractPointGeomList,E extends PointGeometry> implements Serializable
-
Class geomss.geom.AbstractSurface extends AbstractGeomElement<T extends AbstractSurface> implements Serializable
-
Class geomss.geom.CircleInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
angle
Parameter<javax.measure.quantity.Angle> angle
The angle between the start and end of the circle (if represented as a circular arc). -
center
GeomPoint center
The center or origin of the circle. -
radius
Parameter<javax.measure.quantity.Length> radius
THe radius of the circle in length units. -
xhat
GeomVector<javax.measure.quantity.Dimensionless> xhat
The direction of the circles X axis. -
yhat
GeomVector<javax.measure.quantity.Dimensionless> yhat
The direction of the circles Y axis.
-
-
Class geomss.geom.DimensionException extends java.lang.RuntimeException implements Serializable
-
Class geomss.geom.GenModelNote extends AbstractNote<GenModelNote> implements Serializable
-
Class geomss.geom.GenScreenNote extends AbstractNote<GenScreenNote> implements Serializable
-
Class geomss.geom.GeomList extends AbstractGeomList<GeomList,E extends GeomElement> implements Serializable
-
Serialized Fields
-
_list
javolution.util.FastTable<E extends GeomElement> _list
-
-
-
Class geomss.geom.GeomPlane extends AbstractGeomElement<GeomPlane> implements Serializable
-
Class geomss.geom.GeomPlaneTrans extends GeomPlane implements Serializable
-
Serialized Fields
-
_child
GeomPlane _child
The object that is the child of this transform. -
_childChangeListener
javax.swing.event.ChangeListener _childChangeListener
Reference to a change listener for this object's child. -
_TM
GTransform _TM
The transformation represented by this transformation element.
-
-
-
Class geomss.geom.GeomPoint extends AbstractGeomElement<GeomPoint> implements Serializable
-
Class geomss.geom.GeomPointTrans extends GeomPoint implements Serializable
-
Serialized Fields
-
_child
GeomPoint _child
The object that is the child of this transform. -
_childChangeListener
javax.swing.event.ChangeListener _childChangeListener
Reference to a change listener for this object's child. -
_pTrans
Point _pTrans
-
_TM
GTransform _TM
The transformation represented by this transformation element.
-
-
-
Class geomss.geom.GeomTriangle extends AbstractGeomElement<GeomTriangle> implements Serializable
-
Serialized Fields
-
_degFlg
int _degFlg
A flag indicating if this triangle is degenerate or not. A value of -1 means degeneracy has not been assessed. A value of 0 means the triangle is NOT degenerate. A value of 1 means that the triangle IS degenerate.
-
-
-
Class geomss.geom.GeomVector extends AbstractGeomElement<GeomVector> implements Serializable
-
Class geomss.geom.GeomXMLBinding extends javolution.xml.XMLBinding implements Serializable
- serialVersionUID:
- 1L
-
Class geomss.geom.GTransform extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
During de-serialization, this will handle the reconstruction of the Float64Matrix. This method is ONLY called by the Java Serialization mechanism and should not otherwise be used.- Throws:
java.io.IOException
- if there is a problem reading from the input stream.java.lang.ClassNotFoundException
- if the class could not be constructed.
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
During serialization, this will write out the Float64Matrix as a simple series ofdouble
values. This method is ONLY called by the Java Serialization mechanism and should not otherwise be used.- Throws:
java.io.IOException
- if the output stream could not be written to.
-
-
-
Class geomss.geom.LinearComboCurve extends AbstractCurve<LinearComboCurve> implements Serializable
-
Serialized Fields
-
_childChangeListener
javax.swing.event.ChangeListener _childChangeListener
Reference to a change listener for this object's child curves. -
_crvs
java.util.List<Curve> _crvs
-
_wts
java.util.List<java.lang.Double> _wts
-
-
-
Class geomss.geom.LineSeg extends LineSegment implements Serializable
-
Serialized Fields
-
_Ds
Vector<javax.measure.quantity.Length> _Ds
Dimensional vector for the line segment. -
_length
Parameter<javax.measure.quantity.Length> _length
The length of the line segment. -
_p0
Point _p0
The ends of the line segment. -
_p1
Point _p1
The ends of the line segment. -
_u
Vector<javax.measure.quantity.Dimensionless> _u
Unit direction vector for the line segment.
-
-
-
Class geomss.geom.LineSegment extends AbstractCurve<LineSegment> implements Serializable
-
Class geomss.geom.LineSegTrans extends LineSegment implements Serializable
-
Serialized Fields
-
_child
LineSegment _child
The object that is the child of this transform. -
_childChangeListener
javax.swing.event.ChangeListener _childChangeListener
Reference to a change listener for this object's child. -
_TM
GTransform _TM
The transformation represented by this transformation element.
-
-
-
Class geomss.geom.LoftedSurface extends AbstractSurface<LoftedSurface> implements Serializable
-
Serialized Fields
-
_childChangeListener
javax.swing.event.ChangeListener _childChangeListener
Reference to a change listener for this object's child curves. -
_crvs
javolution.util.FastTable<Curve> _crvs
-
_q
int _q
-
-
-
Class geomss.geom.ModelNote extends GenModelNote implements Serializable
-
Serialized Fields
-
font
java.awt.Font font
The font used to display the note. -
height
Parameter<javax.measure.quantity.Length> height
The approximate height of the text in model units. -
location
Point location
Holds the location of the note in model space. -
text
java.lang.String text
The text string displayed in the note. -
xhat
Vector<javax.measure.quantity.Dimensionless> xhat
Holds the direction that the text flows in space. -
yhat
Vector<javax.measure.quantity.Dimensionless> yhat
Holds the direction, normal to xhat, that represents the vertical direction of the text (the text ascent direction).
-
-
-
Class geomss.geom.ModelNoteTrans extends GenModelNote implements Serializable
-
Serialized Fields
-
_child
GenModelNote _child
The object that is the child of this transform. -
_childChangeListener
javax.swing.event.ChangeListener _childChangeListener
Reference to a change listener for this object's child. -
_TM
GTransform _TM
The transformation represented by this transformation element.
-
-
-
Class geomss.geom.MutablePoint extends GeomPoint implements Serializable
-
Serialized Fields
-
_point
Point _point
-
-
-
Class geomss.geom.MutableVector extends GeomVector<Q extends javax.measure.quantity.Quantity> implements Serializable
-
Class geomss.geom.Note extends GenScreenNote implements Serializable
-
Serialized Fields
-
font
java.awt.Font font
The font used to display the note. -
location
Point location
Holds the location of the note and defines it's units. -
text
java.lang.String text
The text string displayed in the note.
-
-
-
Class geomss.geom.NoteTrans extends GenScreenNote implements Serializable
-
Serialized Fields
-
_child
GenScreenNote _child
The object that is the child of this transform. -
_childChangeListener
javax.swing.event.ChangeListener _childChangeListener
Reference to a change listener for this object's child. -
_TM
GTransform _TM
The transformation represented by this transformation element.
-
-
-
Class geomss.geom.ParameterException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class geomss.geom.Plane extends GeomPlane implements Serializable
-
Class geomss.geom.Point extends GeomPoint implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
During de-serialization, this will handle the reconstruction of the point data. This method is ONLY called by the Java Serialization mechanism and should not otherwise be used.- Throws:
java.io.IOException
- if there is a problem reading from the input stream.java.lang.ClassNotFoundException
- if the class could not be constructed.
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
During serialization, this will write out the point data as a simple series ofdouble
values. This method is ONLY called by the Java Serialization mechanism and should not otherwise be used.- Throws:
java.io.IOException
- if the output stream could not be written to.
-
-
Serialized Fields
-
_numDims
int _numDims
The number of dimensions in the data. -
_unit
javax.measure.unit.Unit<javax.measure.quantity.Length> _unit
Holds the unit of the coordinates.
-
-
-
Class geomss.geom.PointArray extends AbstractPointGeomList<PointArray<E extends GeomPoint>,PointString<E extends GeomPoint>> implements Serializable
-
Serialized Fields
-
_list
javolution.util.FastTable<PointString<E extends GeomPoint>> _list
-
-
-
Class geomss.geom.PointComponent extends AbstractPointGeomList<PointComponent,PointArray> implements Serializable
-
Serialized Fields
-
_list
javolution.util.FastTable<PointArray> _list
-
-
-
Class geomss.geom.PointString extends AbstractPointGeomList<PointString<E extends GeomPoint>,E extends GeomPoint> implements Serializable
-
Class geomss.geom.PointVehicle extends AbstractPointGeomList<PointVehicle,PointComponent> implements Serializable
-
Serialized Fields
-
_list
javolution.util.FastTable<PointComponent> _list
-
-
-
Class geomss.geom.SubrangeCurve extends AbstractCurve<SubrangeCurve> implements Serializable
-
Serialized Fields
-
_boundsMax
Point _boundsMax
The maximum bounding point for this subrange curve. -
_boundsMin
Point _boundsMin
The minimum bounding point for this subrange curve. -
_child
ParametricGeometry _child
The parametric geometry object that this curve is located on. -
_childChangeListener
javax.swing.event.ChangeListener _childChangeListener
Reference to a change listener for this object's child geometry. -
_u
Curve _u
The parametric distance along the parametric geometry where this curve is located. -
uL
double uL
The arc-length for the parametric curve.
-
-
-
Class geomss.geom.SubrangePoint extends GeomPoint implements Serializable
-
Serialized Fields
-
_child
ParametricGeometry _child
The parametric geometry object that this point is located on. -
_childChangeListener
javax.swing.event.ChangeListener _childChangeListener
Reference to a change listener for this object's child geometry. -
_u
GeomPoint _u
The parametric distance along the parametric geometry where this point is located.
-
-
-
Class geomss.geom.SubrangeSurface extends AbstractSurface<SubrangeSurface> implements Serializable
-
Serialized Fields
-
_child
Surface _child
The parametric geometry object that this surface is located on. -
_childChangeListener
javax.swing.event.ChangeListener _childChangeListener
Reference to a change listener for this object's child geometry. -
_isDegenerate
java.lang.Boolean _isDegenerate
-
_u
Surface _u
The parametric surface defining the parametric range for this surface.
-
-
-
Class geomss.geom.TFISurface extends AbstractSurface<TFISurface> implements Serializable
-
Class geomss.geom.Triangle extends GeomTriangle implements Serializable
-
Serialized Fields
-
_area
Parameter<javax.measure.quantity.Area> _area
The surface area of this triangle. -
_n
Vector<javax.measure.quantity.Dimensionless> _n
The surface normal vector for this triangle. -
_p1
Point _p1
The corners of the triangle. -
_p2
Point _p2
The corners of the triangle. -
_p3
Point _p3
The corners of the triangle.
-
-
-
Class geomss.geom.TriangleList extends AbstractGeomList<TriangleList,E extends GeomTriangle> implements Serializable
-
Serialized Fields
-
_list
javolution.util.FastTable<E extends GeomTriangle> _list
-
-
-
Class geomss.geom.TriangleTrans extends GeomTriangle implements Serializable
-
Serialized Fields
-
_child
GeomTriangle _child
The object that is the child of this transform. -
_childChangeListener
javax.swing.event.ChangeListener _childChangeListener
Reference to a change listener for this object's child. -
_TM
GTransform _TM
The transformation represented by this transformation element.
-
-
-
Class geomss.geom.Vector extends GeomVector<Q extends javax.measure.quantity.Quantity> implements Serializable
-
Class geomss.geom.VectorTrans extends GeomVector<Q extends javax.measure.quantity.Quantity> implements Serializable
-
Serialized Fields
-
_child
GeomVector<Q extends javax.measure.quantity.Quantity> _child
The object that is the child of this transform. -
_childChangeListener
javax.swing.event.ChangeListener _childChangeListener
Reference to a change listener for this object's child. -
_TM
GTransform _TM
The transformation represented by this transformation element. -
_TM_RotScale
GTransform _TM_RotScale
Just the rotational and scale portion of the transformation.
-
-
-
-
Package geomss.geom.cst
-
Class geomss.geom.cst.BasicCSTCurve extends CSTCurve implements Serializable
-
Serialized Fields
-
_boundsMax
Point _boundsMax
The maximum bounding point for this subrange curve. -
_boundsMin
Point _boundsMin
The minimum bounding point for this subrange curve. -
Cf
CSTClassFunction Cf
The class function for this curve. -
chord
Parameter<javax.measure.quantity.Length> chord
The chord length of this curve (gives the curve scale). -
offsetTE_c
double offsetTE_c
The trailing edge offset for this curve. -
origin
Point origin
The origin of this curve (the location of the leading edge; gives the curve location). -
pmap
NurbsCurve pmap
A parametric mapping between the input "s" and the "s" used in calculations. -
Sf
CSTShapeFunction Sf
The shape function for this curve. -
xhat
Vector<javax.measure.quantity.Dimensionless> xhat
The X-direction for the curve (gives the curve direction). -
yhat
Vector<javax.measure.quantity.Dimensionless> yhat
The Y-direction for the curve (gives the curve direction).
-
-
-
Class geomss.geom.cst.CSTClassFunction extends java.lang.Object implements Serializable
-
Serialized Fields
-
N1
double N1
-
N2
double N2
-
-
-
Class geomss.geom.cst.CSTCurve extends AbstractCurve<CSTCurve> implements Serializable
-
Class geomss.geom.cst.CSTCurveTrans extends CSTCurve implements Serializable
-
Serialized Fields
-
_child
CSTCurve _child
The object that is the child of this transform. -
_childChangeListener
javax.swing.event.ChangeListener _childChangeListener
Reference to a change listener for this object's child. -
_TM
GTransform _TM
The transformation represented by this transformation element.
-
-
-
Class geomss.geom.cst.CSTShapeFunction extends java.lang.Object implements Serializable
-
Serialized Fields
-
Scrv
BasicNurbsCurve Scrv
-
-
-
-
Package geomss.geom.nurbs
-
Class geomss.geom.nurbs.BasicNurbsCurve extends NurbsCurve implements Serializable
-
Serialized Fields
-
_cpoly
javolution.util.FastTable<ControlPoint> _cpoly
-
_uKnots
KnotVector _uKnots
-
-
-
Class geomss.geom.nurbs.BasicNurbsSurface extends NurbsSurface implements Serializable
-
Serialized Fields
-
_cnet
ControlPointNet _cnet
-
_sKnots
KnotVector _sKnots
-
_tKnots
KnotVector _tKnots
-
-
-
Class geomss.geom.nurbs.ControlPoint extends java.lang.Object implements Serializable
-
Serialized Fields
-
_point
Point _point
The coordinates of the physical point represented by this control point. -
_weight
double _weight
The weighting factor.
-
-
-
Class geomss.geom.nurbs.ControlPointNet extends java.lang.Object implements Serializable
-
Serialized Fields
-
_matrix
javolution.util.FastTable<javolution.util.FastTable<ControlPoint>> _matrix
-
-
-
Class geomss.geom.nurbs.KnotVector extends java.lang.Object implements Serializable
-
Serialized Fields
-
_degree
int _degree
-
_knots
Float64Vector _knots
-
_nu
int _nu
-
_open
boolean _open
-
-
-
Class geomss.geom.nurbs.NurbsCurve extends AbstractCurve<NurbsCurve> implements Serializable
-
Class geomss.geom.nurbs.NurbsCurveTrans extends NurbsCurve implements Serializable
-
Serialized Fields
-
_child
NurbsCurve _child
The object that is the child of this transform. -
_childChangeListener
javax.swing.event.ChangeListener _childChangeListener
Reference to a change listener for this object's child. -
_TM
GTransform _TM
The transformation represented by this transformation element.
-
-
-
Class geomss.geom.nurbs.NurbsSurface extends AbstractSurface<NurbsSurface> implements Serializable
-
Class geomss.geom.nurbs.NurbsSurfaceTrans extends NurbsSurface implements Serializable
-
Serialized Fields
-
_child
NurbsSurface _child
The object that is the child of this transform. -
_childChangeListener
javax.swing.event.ChangeListener _childChangeListener
Reference to a change listener for this object's child. -
_realChild
BasicNurbsSurface _realChild
-
_TM
GTransform _TM
The transformation represented by this transformation element.
-
-
-
-
Package geomss.ui
-
Class geomss.ui.AbstractPlotWindow extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_chartPanel
org.jfree.chart.ChartPanel _chartPanel
-
_dataName
java.lang.String _dataName
-
_pf
java.awt.print.PageFormat _pf
-
RESOURCES
java.util.ResourceBundle RESOURCES
The resource bundle for this application containing the application strings.
-
-
Class geomss.ui.BshLog extends javolution.context.LogContext implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_bshConsole
bsh.util.JConsole _bshConsole
-
-
Class geomss.ui.InputDialog extends EscapeJDialog implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_items
java.util.List<DialogItem> _items
-
_outputItems
java.util.List<DialogItem> _outputItems
-
_parent
java.awt.Frame _parent
-
-
Class geomss.ui.PlotXYWindow extends AbstractPlotWindow implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_allData
DataSet _allData
-
_centerPanel
javax.swing.JPanel _centerPanel
The panel that contains the plot region of our window. Sub-classes may use this to access the ChartPanel it contains in it's CENTER and the button panel it contains in it's SOUTH. -
_indepData
java.util.List<ArrayParam> _indepData
-
_plottedData
java.util.List<ArrayParam> _plottedData
-
-
-
Package jahuwaldt.aero.airfoils
-
Class jahuwaldt.aero.airfoils.NACA4Cambered extends NACA4Uncambered implements Serializable
-
Serialized Fields
-
CMB
double CMB
The amount of camber in terms of maximum ordinate-to-chord ratio. -
xCM
double xCM
The position in x/c of the maximum camber.
-
-
-
Class jahuwaldt.aero.airfoils.NACA4ModCambered extends NACA4ModUncambered implements Serializable
-
Serialized Fields
-
CMB
double CMB
The amount of camber in terms of maximum ordinate-to-chord ratio. -
xCM
double xCM
The position in x/c of the maximum camber.
-
-
-
Class jahuwaldt.aero.airfoils.NACA4ModUncambered extends NACA4Uncambered implements Serializable
-
Serialized Fields
-
a0
double a0
The coefficients of the profile equation. -
a1
double a1
The coefficients of the profile equation. -
a2
double a2
The coefficients of the profile equation. -
a3
double a3
The coefficients of the profile equation. -
d0
double d0
-
d1
double d1
-
d2
double d2
-
d3
double d3
-
leIndex
int leIndex
The leading edge radius index. -
RLE
double RLE
The leading edge radius in percent chord length.
-
-
-
Class jahuwaldt.aero.airfoils.NACA4Uncambered extends java.lang.Object implements Serializable
-
Serialized Fields
-
chord
double chord
Chord length. Ordinates are scaled to this chord length. -
TOC
double TOC
Thickness-to-Chord Ratio -
xMaxT
double xMaxT
Chord location of maximum thickness.
-
-
-
Class jahuwaldt.aero.airfoils.NACA5Cambered extends NACA4Uncambered implements Serializable
-
Serialized Fields
-
k1
double k1
The camber function K factor. -
rFactor
double rFactor
The camber function "r" factor. -
xCM
double xCM
The position in x/c of the maximum camber.
-
-
-
Class jahuwaldt.aero.airfoils.NACA5Reflexed extends NACA4Uncambered implements Serializable
-
Serialized Fields
-
k1
double k1
The camber function K factor. -
k2ok1
double k2ok1
The camber function k2/k1. -
rFactor
double rFactor
The camber function "r" factor. -
xCM
double xCM
The postion in x/c of the maximum camber.
-
-
-
Class jahuwaldt.aero.airfoils.NACA63ASeries extends NACA6ASeries implements Serializable
-
Class jahuwaldt.aero.airfoils.NACA63Series extends NACA6Series implements Serializable
-
Class jahuwaldt.aero.airfoils.NACA64ASeries extends NACA6ASeries implements Serializable
-
Class jahuwaldt.aero.airfoils.NACA64Series extends NACA6Series implements Serializable
-
Class jahuwaldt.aero.airfoils.NACA65ASeries extends NACA6ASeries implements Serializable
-
Class jahuwaldt.aero.airfoils.NACA65Series extends NACA6Series implements Serializable
-
Class jahuwaldt.aero.airfoils.NACA66Series extends NACA6Series implements Serializable
-
Class jahuwaldt.aero.airfoils.NACA67Series extends NACA6Series implements Serializable
-
Class jahuwaldt.aero.airfoils.NACA6ASeries extends NACA6Series implements Serializable
-
Class jahuwaldt.aero.airfoils.NACA6Series extends java.lang.Object implements Serializable
-
Serialized Fields
-
aa
double aa
-
chord
double chord
Chord length. Ordinates are scaled to this chord length. -
cli
double cli
-
toc
double toc
Thickness-to-Chord Ratio
-
-
-
-
Package jahuwaldt.j3d
-
Class jahuwaldt.j3d.BGFGCanvas3D extends ImageCaptureCanvas3D implements Serializable
- serialVersionUID:
- 1L
-
Class jahuwaldt.j3d.ImageCaptureCanvas3D extends org.jogamp.java3d.Canvas3D implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
captureImage
boolean captureImage
Flag to indicate that the canvas should notify observers of an image. Faster than making a call to observers.size() each frame.
-
-
Class jahuwaldt.j3d.JColor3f extends org.jogamp.vecmath.Color3f implements Serializable
- serialVersionUID:
- 1L
-
Class jahuwaldt.j3d.JColor4f extends org.jogamp.vecmath.Color4f implements Serializable
- serialVersionUID:
- 1L
-
Class jahuwaldt.j3d.TransformChangeEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_transform
org.jogamp.java3d.Transform3D _transform
-
_type
TransformChangeEvent.Type _type
-
-
-
Package jahuwaldt.j3d.geom
-
Class jahuwaldt.j3d.geom.InvalidArraySizeException extends java.lang.RuntimeException implements Serializable
-
Class jahuwaldt.j3d.geom.UnsupportedTypeException extends java.lang.RuntimeException implements Serializable
-
-
Package jahuwaldt.js.datareader
-
Class jahuwaldt.js.datareader.SelectCasesDialog extends EscapeJDialog implements Serializable
-
Serialized Fields
-
elements
java.util.List<DataElement> elements
The full list of DataElements displayed to the user. -
filterText
javax.swing.JTextField filterText
The filter text field for filtering the input table. -
inputSorter
javax.swing.table.TableRowSorter<javax.swing.table.AbstractTableModel> inputSorter
The row sorter used on the input table. -
inputTable
javax.swing.JTable inputTable
The JTable displaying the contents of the "elements" list that was input. -
numSets
int numSets
The total number of input DataSets. -
outputTable
javax.swing.JTable outputTable
The JTable displaying the elements that the user has selected. This table is only used if multiple selections are possible. -
rowData
java.util.List<java.util.List<java.lang.Object>> rowData
-
selectedCases
DataSet selectedCases
-
selElements
java.util.ArrayList<DataElement> selElements
-
selRowData
java.util.ArrayList<java.util.ArrayList<java.lang.Object>> selRowData
-
singleSelection
boolean singleSelection
Flag indicating if the user is allowed to select multiple items or not.
-
-
-
Class jahuwaldt.js.datareader.SelectParamsDialog extends SelectCasesDialog implements Serializable
-
-
Package jahuwaldt.js.param
-
Class jahuwaldt.js.param.AxisAngle extends AbstractRotation<AxisAngle> implements Serializable
- serialVersionUID:
- -8836950942718466904L
-
Class jahuwaldt.js.param.Cylindrical3D extends Coordinate3D<Q extends javax.measure.quantity.Quantity> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
Class jahuwaldt.js.param.DCMatrix extends AbstractRotation<DCMatrix> implements Serializable
- serialVersionUID:
- -1311083554884668584L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
During de-serialization, this will handle the reconstruction of the Float64Matrix. This method is ONLY called by the Java Serialization mechanism and should not otherwise be used.- Throws:
java.io.IOException
- if there is a problem reading from the input stream.java.lang.ClassNotFoundException
- if the class could not be constructed.
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
During serialization, this will write out the Float64Matrix as a simple series ofdouble
values. This method is ONLY called by the Java Serialization mechanism and should not otherwise be used.- Throws:
java.io.IOException
- if the output stream could not be written to.
-
-
Class jahuwaldt.js.param.EulerAngles extends AbstractRotation<EulerAngles> implements Serializable
- serialVersionUID:
- 6575073905088777817L
-
Serialized Fields
-
_order
EulerAngles.Order _order
-
_theta
Vector3D<javax.measure.quantity.Angle> _theta
-
-
Class jahuwaldt.js.param.Matrix3D extends Matrix<Parameter<Q extends javax.measure.quantity.Quantity>> implements Serializable
- serialVersionUID:
- -3295634256026052059L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
During de-serialization, this will handle the reconstruction of the Float64Matrix. This method is ONLY called by the Java Serialization mechanism and should not otherwise be used.- Throws:
java.io.IOException
- if there is a problem reading from the input stream.java.lang.ClassNotFoundException
- if the class could not be constructed.
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
During serialization, this will write out the Float64Matrix as a simple series ofdouble
values. This method is ONLY called by the Java Serialization mechanism and should not otherwise be used.- Throws:
java.io.IOException
- if the output stream could not be written to.
-
-
Serialized Fields
-
_unit
javax.measure.unit.Unit<Q extends javax.measure.quantity.Quantity> _unit
Holds the units of the matrix elements.
-
-
Class jahuwaldt.js.param.Parameter extends java.lang.Object implements Serializable
- serialVersionUID:
- -7209871188244228767L
-
Serialized Fields
-
_unit
javax.measure.unit.Unit<Q extends javax.measure.quantity.Quantity> _unit
Holds this measure's unit. -
_value
double _value
Holds the value stated in this measure's unit.
-
-
Class jahuwaldt.js.param.ParameterVector extends AbstractParamVector<Q extends javax.measure.quantity.Quantity,ParameterVector<Q extends javax.measure.quantity.Quantity>> implements Serializable
- serialVersionUID:
- -1026285730707259617L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
During de-serialization, this will handle the reconstruction of the Float64Vector. This method is ONLY called by the Java Serialization mechanism and should not otherwise be used.- Throws:
java.io.IOException
- if there is a problem reading from the input stream.java.lang.ClassNotFoundException
- if the class could not be constructed.
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
During serialization, this will write out the Float64Vector as a simple series ofdouble
values. This method is ONLY called by the Java Serialization mechanism and should not otherwise be used.- Throws:
java.io.IOException
- if the output stream could not be written to.
-
-
Serialized Fields
-
_unit
javax.measure.unit.Unit<Q extends javax.measure.quantity.Quantity> _unit
Holds the unit of the coordinates.
-
-
Class jahuwaldt.js.param.Polar3D extends Coordinate3D<Q extends javax.measure.quantity.Quantity> implements Serializable
- serialVersionUID:
- -2077967266275152872L
-
Serialized Fields
-
Class jahuwaldt.js.param.Quaternion extends AbstractRotation<Quaternion> implements Serializable
- serialVersionUID:
- 203148779610744030L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
During de-serialization, this will handle the reconstruction of the Float64Vector. This method is ONLY called by the Java Serialization mechanism and should not otherwise be used.- Throws:
java.io.IOException
- if there is a problem reading from the input stream.java.lang.ClassNotFoundException
- if the class could not be constructed.
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
During serialization, this will write out the Float64Vector as a simple series ofdouble
values. This method is ONLY called by the Java Serialization mechanism and should not otherwise be used.- Throws:
java.io.IOException
- if the output stream could not be written to.
-
-
Class jahuwaldt.js.param.Vector3D extends Coordinate3D<Q extends javax.measure.quantity.Quantity> implements Serializable
- serialVersionUID:
- -306965157071885706L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
During de-serialization, this will handle the reconstruction of the Float64Vector. This method is ONLY called by the Java Serialization mechanism and should not otherwise be used.- Throws:
java.io.IOException
- if there is a problem reading from the input stream.java.lang.ClassNotFoundException
- if the class could not be constructed.
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
During serialization, this will write out the Float64Vector as a simple series ofdouble
values. This method is ONLY called by the Java Serialization mechanism and should not otherwise be used.- Throws:
java.io.IOException
- if the output stream could not be written to.
-
-
Serialized Fields
-
_unit
javax.measure.unit.Unit<Q extends javax.measure.quantity.Quantity> _unit
Holds the unit of the coordinates.
-
-
-
Package jahuwaldt.js.unit
-
Class jahuwaldt.js.unit.EditUnitSetDialog extends EscapeJDialog implements Serializable
-
Serialized Fields
-
outputUnits
UnitSet outputUnits
-
unitPanel
EditUnitSetPanel unitPanel
-
-
-
Class jahuwaldt.js.unit.EditUnitSetPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
derRowData
java.lang.Object[][] derRowData
-
derTable
javax.swing.JTable derTable
-
lengthCBox
javax.swing.JComboBox lengthCBox
-
massCBox
javax.swing.JComboBox massCBox
-
theUnits
UnitSet theUnits
-
timeCBox
javax.swing.JComboBox timeCBox
-
-
-
-
Package jahuwaldt.swing
-
Class jahuwaldt.swing.AboutJMenuItem extends javax.swing.JMenuItem implements Serializable
-
Class jahuwaldt.swing.DecimalField extends javax.swing.JTextField implements Serializable
-
Serialized Fields
-
format
java.text.NumberFormat format
-
-
-
Class jahuwaldt.swing.EscapeJDialog extends javax.swing.JDialog implements Serializable
-
Class jahuwaldt.swing.FolderDialog extends java.awt.FileDialog implements Serializable
-
Serialized Fields
-
modeCheckingEnabled
boolean modeCheckingEnabled
Whether thesetMode()
method should check calls or not.
-
-
-
Class jahuwaldt.swing.FormattedDocument extends javax.swing.text.PlainDocument implements Serializable
-
Serialized Fields
-
decimalSymbol
java.lang.String decimalSymbol
-
format
java.text.Format format
-
minusSignSymbol
java.lang.String minusSignSymbol
-
pos
java.text.ParsePosition pos
-
-
-
Class jahuwaldt.swing.JButtonGroup extends javax.swing.ButtonGroup implements Serializable
-
Serialized Fields
-
prevSelectedButton
javax.swing.AbstractButton prevSelectedButton
Previously selected button. -
selectedButton
javax.swing.AbstractButton selectedButton
Stores a reference to the currently selected button in the group
-
-
-
Class jahuwaldt.swing.JButtonGroupEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable
-
Serialized Fields
-
btnGroup
JButtonGroup btnGroup
-
newValue
javax.swing.JRadioButton newValue
-
origValue
javax.swing.JRadioButton origValue
-
presName
java.lang.String presName
-
-
-
Class jahuwaldt.swing.JStreamedTextArea extends javax.swing.JTextArea implements Serializable
-
Serialized Fields
-
autoscroll
boolean autoscroll
-
theOutput
java.io.OutputStream theOutput
-
-
-
Class jahuwaldt.swing.PreferencesJMenuItem extends javax.swing.JMenuItem implements Serializable
-
Class jahuwaldt.swing.QuitJMenuItem extends javax.swing.JMenuItem implements Serializable
-
Class jahuwaldt.swing.StandardMacAboutFrame extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
applicationIconLabel
javax.swing.JLabel applicationIconLabel
The label holding the application icon. -
applicationNameField
javax.swing.JTextArea applicationNameField
The field holding the application name. -
applicationVersion
java.lang.String applicationVersion
The version string of the application. -
buildVersion
java.lang.String buildVersion
The version string of the build. -
copyrightField
javax.swing.JTextArea copyrightField
The field displaying the copyright string. -
creditsField
javax.swing.JEditorPane creditsField
The field displaying the credits. -
creditsScrollPane
javax.swing.JScrollPane creditsScrollPane
The scroll pane that holds the credits field. -
hyperlinkListener
javax.swing.event.HyperlinkListener hyperlinkListener
The hyperlink listener for the credits field, for when its content type is text/html. -
versionField
javax.swing.JTextArea versionField
The field holding the version string.
-
-
-
Class jahuwaldt.swing.StreamedTextViewer extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
textArea
JStreamedTextArea textArea
-
-
-
Class jahuwaldt.swing.UneditableDefaultTableModel extends javax.swing.table.DefaultTableModel implements Serializable
-
-
Package jahuwaldt.swing.undo
-
Class jahuwaldt.swing.undo.ExtendedUndoManager extends javax.swing.undo.UndoManager implements Serializable
-
Serialized Fields
-
source
java.lang.Object source
-
support
jahuwaldt.swing.undo.ExtendedUndoManager.ExtendedUndoableEditSupport support
-
-
-
-
Package jahuwaldt.tools.math
-
Class jahuwaldt.tools.math.IntegratorException extends java.lang.Exception implements Serializable
-
Class jahuwaldt.tools.math.RootException extends java.lang.Exception implements Serializable
-
-
Package org.jscience.economics.money
-
Class org.jscience.economics.money.Currency extends javax.measure.unit.DerivedUnit<Money> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_toBaseUnit
org.jscience.economics.money.Currency.Converter _toBaseUnit
Holds the converter to themoney base unit
.
-
-
-
Package org.jscience.geography.coordinates
-
Class org.jscience.geography.coordinates.Altitude extends Coordinates<VerticalCRS<?>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_meters
double _meters
Holds the altitude value in meters.
-
-
Class org.jscience.geography.coordinates.CompoundCoordinates extends Coordinates<CompoundCRS<C1 extends Coordinates<?>,C2 extends Coordinates<?>>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_first
C1 extends Coordinates<?> _first
Holds the first coordinates. -
_next
C2 extends Coordinates<?> _next
Holds the next coordinates.
-
-
Class org.jscience.geography.coordinates.Coordinates extends java.lang.Object implements Serializable
-
Class org.jscience.geography.coordinates.Height extends Coordinates<VerticalCRS<?>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_meters
double _meters
Holds the height in meters.
-
-
Class org.jscience.geography.coordinates.LatLong extends Coordinates<GeographicCRS<?>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_latitude
double _latitude
Holds the latitude in degrees. -
_longitude
double _longitude
Holds the longitude in degrees.
-
-
Class org.jscience.geography.coordinates.Time extends Coordinates<TemporalCRS<?>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_seconds
double _seconds
Holds the time in second since midnight, January 1, 1970 UTC.
-
-
Class org.jscience.geography.coordinates.UTM extends Coordinates<ProjectedCRS<?>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_easting
double _easting
Holds the easting in meters. -
_latitudeZone
char _latitudeZone
Holds the latitude zone identifier. -
_longitudeZone
int _longitudeZone
Holds the longitude zone identifier. -
_northing
double _northing
Holds the northing in meters.
-
-
Class org.jscience.geography.coordinates.XYZ extends Coordinates<GeocentricCRS<XYZ>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_x
double _x
Holds the x position in meters. -
_y
double _y
Holds the y position in meters. -
_z
double _z
Holds the z position in meters.
-
-
-
Package org.jscience.mathematics.function
-
Class org.jscience.mathematics.function.Constant extends Polynomial<R extends Ring<R>> implements Serializable
- serialVersionUID:
- 1L
-
Class org.jscience.mathematics.function.DiscreteFunction extends Function<X,Y> implements Serializable
- serialVersionUID:
- 1L
-
Class org.jscience.mathematics.function.Function extends java.lang.Object implements Serializable
-
Class org.jscience.mathematics.function.FunctionException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.jscience.mathematics.function.Interpolator.Linear extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.jscience.mathematics.function.Polynomial extends Function<R extends Ring<R>,R extends Ring<R>> implements Serializable
- serialVersionUID:
- 1L
-
Class org.jscience.mathematics.function.RationalFunction extends Function<F extends Field<F>,F extends Field<F>> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_dividend
Polynomial<F extends Field<F>> _dividend
Holds the dividend. -
_divisor
Polynomial<F extends Field<F>> _divisor
Holds the divisor.
-
-
Class org.jscience.mathematics.function.Term extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_powers
int[] _powers
Holds the corresponding powers (positive and different from zero). -
_size
int _size
Holds the number of variables. -
_variables
Variable<?>[] _variables
Holds the variables (ordered).
-
-
-
Package org.jscience.mathematics.number
-
Class org.jscience.mathematics.number.Complex extends Number<Complex> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_imaginary
double _imaginary
Holds the imaginary component. -
_real
double _real
Holds the real component.
-
-
Class org.jscience.mathematics.number.Float64 extends Number<Float64> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_value
double _value
The associated double value.
-
-
Class org.jscience.mathematics.number.FloatingPoint extends Number<FloatingPoint> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_exponent
int _exponent
Holds the power of 10 exponent. -
_significand
LargeInteger _significand
Holds the significand value.
-
-
Class org.jscience.mathematics.number.Integer64 extends Number<Integer64> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_value
long _value
The associated long value.
-
-
Class org.jscience.mathematics.number.LargeInteger extends Number<LargeInteger> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_isNegative
boolean _isNegative
Indicates if this large integer is negative. -
_remainder
LargeInteger _remainder
Holds the remainder after aLargeInteger.divide(org.jscience.mathematics.number.LargeInteger)
operation. -
_size
int _size
The size of this large integer in words. The most significand word different from 0 is at index: _size-1 -
_words
long[] _words
This large integer positive words (63 bits). Least significant word first (index 0).
-
-
Class org.jscience.mathematics.number.ModuloInteger extends Number<ModuloInteger> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_value
LargeInteger _value
Holds the large integer value.
-
-
Class org.jscience.mathematics.number.Number extends java.lang.Number implements Serializable
-
Class org.jscience.mathematics.number.Rational extends Number<Rational> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_dividend
LargeInteger _dividend
Holds the dividend. -
_divisor
LargeInteger _divisor
Holds the divisor.
-
-
Class org.jscience.mathematics.number.Real extends Number<Real> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_error
LargeInteger _error
The significand error (0 for exact number). -
_exponent
int _exponent
The decimal exponent. -
_significand
LargeInteger _significand
The significand value.
-
-
-
Package org.jscience.mathematics.vector
-
Class org.jscience.mathematics.vector.DimensionException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.jscience.physics.amount
-
Class org.jscience.physics.amount.Amount extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_exactValue
long _exactValue
Holds the exact value (when exact) stated in this measure unit. -
_isExact
boolean _isExact
Indicates if this measure is exact. -
_maximum
double _maximum
Holds the maximum value stated in this measure unit. For inexact measures: _maximum > _minimum -
_minimum
double _minimum
Holds the minimum value stated in this measure unit. For inexact measures: _minimum < _maximum -
_unit
javax.measure.unit.Unit<Q extends javax.measure.quantity.Quantity> _unit
Holds this measure unit.
-
-
Class org.jscience.physics.amount.AmountException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-