Serialized Form
-
Package cz.fidentis.analyst.canvas
-
Class cz.fidentis.analyst.canvas.Canvas
class Canvas extends JPanel implements Serializable-
Serialized Fields
-
camera
Camera camera
-
canvasPanel
JPanel canvasPanel
-
controlButtonsPanel
ControlButtons controlButtonsPanel
-
glCanvas
com.jogamp.opengl.awt.GLCanvas glCanvas
-
layeredPane
JLayeredPane layeredPane
-
toolbar
JToolBar toolbar
-
-
-
Class cz.fidentis.analyst.canvas.ControlButtons
class ControlButtons extends JPanel implements Serializable -
Class cz.fidentis.analyst.canvas.ControlButtonsAction
class ControlButtonsAction extends AbstractAction implements Serializable-
Serialized Fields
-
canvas
Canvas canvas
-
-
-
-
Package cz.fidentis.analyst.data.face
-
Package cz.fidentis.analyst.data.face.impl
-
Class cz.fidentis.analyst.data.face.impl.HumanFaceImpl
class HumanFaceImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package cz.fidentis.analyst.data.kdtree
-
Package cz.fidentis.analyst.data.kdtree.impl
-
Class cz.fidentis.analyst.data.kdtree.impl.KdNodeImpl
class KdNodeImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Class cz.fidentis.analyst.data.kdtree.impl.KdTreeImpl
class KdTreeImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
root
KdNode root
-
-
-
Package cz.fidentis.analyst.data.landmarks
-
Record Class cz.fidentis.analyst.data.landmarks.MeshVicinity
class MeshVicinity extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
distance
double distance
The field for thedistance
record component. -
nearestPoint
javax.vecmath.Point3d nearestPoint
The field for thenearestPoint
record component.
-
-
-
Package cz.fidentis.analyst.data.landmarks.impl
-
Class cz.fidentis.analyst.data.landmarks.impl.FeaturePointImpl
class FeaturePointImpl extends LandmarkAbstract implements Serializable -
Class cz.fidentis.analyst.data.landmarks.impl.LandmarkAbstract
class LandmarkAbstract extends Object implements Serializable-
Serialized Fields
-
id
int id
-
meshVicinity
MeshVicinity meshVicinity
-
position
javax.vecmath.Point3d position
-
-
-
Class cz.fidentis.analyst.data.landmarks.impl.LandmarkImpl
class LandmarkImpl extends LandmarkAbstract implements Serializable- serialVersionUID:
- 1L
-
-
Package cz.fidentis.analyst.data.mesh
-
Record Class cz.fidentis.analyst.data.mesh.Curvature
class Curvature extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
gaussian
double gaussian
The field for thegaussian
record component. -
maxCurvatureDir
javax.vecmath.Vector3d maxCurvatureDir
The field for themaxCurvatureDir
record component. -
maxPrincipal
double maxPrincipal
The field for themaxPrincipal
record component. -
mean
double mean
The field for themean
record component. -
minCurvatureDir
javax.vecmath.Vector3d minCurvatureDir
The field for theminCurvatureDir
record component. -
minPrincipal
double minPrincipal
The field for theminPrincipal
record component.
-
-
Record Class cz.fidentis.analyst.data.mesh.Material
class Material extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
alpha
double alpha
The field for thealpha
record component. -
ambient
javax.vecmath.Vector3d ambient
The field for theambient
record component. -
diffuse
javax.vecmath.Vector3d diffuse
The field for thediffuse
record component. -
illumination
double illumination
The field for theillumination
record component. -
name
String name
The field for thename
record component. -
shininess
double shininess
The field for theshininess
record component. -
specular
javax.vecmath.Vector3d specular
The field for thespecular
record component. -
texturePath
String texturePath
The field for thetexturePath
record component.
-
-
-
Package cz.fidentis.analyst.data.mesh.impl
-
Class cz.fidentis.analyst.data.mesh.impl.MeshModelImpl
class MeshModelImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Class cz.fidentis.analyst.data.mesh.impl.MeshPointImpl
class MeshPointImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
curvature
Curvature curvature
-
normal
javax.vecmath.Vector3d normal
-
position
javax.vecmath.Point3d position
-
texCoord
javax.vecmath.Vector3d texCoord
-
-
Class cz.fidentis.analyst.data.mesh.impl.MeshTriangleImpl
class MeshTriangleImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
facet
MeshFacet facet
-
index1
int index1
Under which index is the corresponding vertex stored in the mesh facet -
index2
int index2
-
index3
int index3
-
voronoiPoint
javax.vecmath.Point3d voronoiPoint
-
-
-
Package cz.fidentis.analyst.data.mesh.impl.cornertable
-
Class cz.fidentis.analyst.data.mesh.impl.cornertable.CornerTable
class CornerTable extends Object implements Serializable- serialVersionUID:
- 1L
-
Class cz.fidentis.analyst.data.mesh.impl.cornertable.CornerTableRow
class CornerTableRow extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
oppositeCornerRow
int oppositeCornerRow
Index to the corner (corner table row) with a vertex on the opposite triangle -
vertexIndex
int vertexIndex
Index to the shared array of vertices
-
-
-
Package cz.fidentis.analyst.data.mesh.impl.facet
-
Class cz.fidentis.analyst.data.mesh.impl.facet.MeshFacetImpl
class MeshFacetImpl extends Object implements Serializable-
Serialized Fields
-
cornerTable
CornerTable cornerTable
-
vertices
List<MeshPoint> vertices
-
voronoiPoints
List<javax.vecmath.Point3d> voronoiPoints
Centers of circumcircle of all triangles computed on demand. These points represent the point of Voronoi area used for Delaunay triangulation, for instance.
-
-
-
Class cz.fidentis.analyst.data.mesh.impl.facet.MeshRectangleFacetImpl
class MeshRectangleFacetImpl extends MeshFacetImpl implements Serializable -
Class cz.fidentis.analyst.data.mesh.impl.facet.PointCloudFacetImpl
class PointCloudFacetImpl extends MeshFacetImpl implements Serializable
-
-
Package cz.fidentis.analyst.data.octree
-
Package cz.fidentis.analyst.data.octree.impl
-
Class cz.fidentis.analyst.data.octree.impl.OctNodeImpl
class OctNodeImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
largestBoundary
javax.vecmath.Point3d largestBoundary
3D location of the boundary box - corner with the largest coordinates -
octants
List<OctNodeImpl> octants
Octree topology -
smallestBoundary
javax.vecmath.Point3d smallestBoundary
3D location of the boundary box - corner with the smallest coordinates -
triangles
List<MeshTriangle> triangles
Mesh facets sharing the stored vertex
-
-
Class cz.fidentis.analyst.data.octree.impl.OctNodeInner
class OctNodeInner extends OctNodeImpl implements Serializable -
Class cz.fidentis.analyst.data.octree.impl.OctNodeLeaf
class OctNodeLeaf extends OctNodeImpl implements Serializable -
Class cz.fidentis.analyst.data.octree.impl.OctreeImpl
class OctreeImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
minLen
Double minLen
distance of the smallest cell inOctree
. -
root
OctNodeImpl root
-
-
-
Package cz.fidentis.analyst.data.ray
-
Package cz.fidentis.analyst.data.ray.impl
-
Class cz.fidentis.analyst.data.ray.impl.RayIntersectionImpl
class RayIntersectionImpl extends MeshPointImpl implements Serializable-
Serialized Fields
-
directHit
boolean directHit
-
distance
double distance
-
-
-
-
Package cz.fidentis.analyst.data.shapes
-
Record Class cz.fidentis.analyst.data.shapes.Box
class Box extends Record implements Serializable- serialVersionUID:
- 1L
-
Class cz.fidentis.analyst.data.shapes.Cylinder
class Cylinder extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
axis
javax.vecmath.Vector3d axis
-
lengthSquared
double lengthSquared
-
pointA
javax.vecmath.Point3d pointA
-
pointB
javax.vecmath.Point3d pointB
-
radius
double radius
-
-
Record Class cz.fidentis.analyst.data.shapes.Glyph
class Glyph extends Record implements Serializable-
Serialized Fields
-
location
javax.vecmath.Point3d location
The field for thelocation
record component. -
maxCurvatureDir
javax.vecmath.Vector3d maxCurvatureDir
The field for themaxCurvatureDir
record component. -
minCurvatureDir
javax.vecmath.Vector3d minCurvatureDir
The field for theminCurvatureDir
record component. -
normal
javax.vecmath.Vector3d normal
The field for thenormal
record component.
-
-
-
Class cz.fidentis.analyst.data.shapes.Plane
class Plane extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
distance
double distance
-
normal
javax.vecmath.Vector3d normal
-
-
-
Package cz.fidentis.analyst.drawables
-
Class cz.fidentis.analyst.drawables.DrawableFeaturePoints
class DrawableFeaturePoints extends Drawable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
closeToMeshColor
Color closeToMeshColor
-
customFpColor
Color customFpColor
-
defaultPerimeter
double defaultPerimeter
-
distanceThreshold
double distanceThreshold
-
featurePoints
List<Landmark> featurePoints
-
offTheMeshColor
Color offTheMeshColor
-
onTheMeshColor
Color onTheMeshColor
-
specialColors
Map<Integer,
Color> specialColors feature points with color different from the default color -
specialRenderModes
Map<Integer,
RenderingMode> specialRenderModes feature points rendered differently than the default render mode -
specialSizes
Map<Integer,
Double> specialSizes feature points with size different from the default size
-
-
Class cz.fidentis.analyst.drawables.DrawableFpWeights
class DrawableFpWeights extends DrawableFeaturePoints implements Serializable
-
-
Package cz.fidentis.analyst.engines.bbox.impl
-
Class cz.fidentis.analyst.engines.bbox.impl.BoundingBoxVisitorImpl
class BoundingBoxVisitorImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
maxPoint
javax.vecmath.Point3d maxPoint
-
minPoint
javax.vecmath.Point3d minPoint
-
-
-
Package cz.fidentis.analyst.engines.distance
-
Package cz.fidentis.analyst.engines.distance.impl
-
Class cz.fidentis.analyst.engines.distance.impl.MeshDistanceNN
class MeshDistanceNN extends MeshDistanceVisitorImpl implements Serializable-
Serialized Fields
-
crop
boolean crop
-
kdTree
KdTree kdTree
The source triangular mesh (set of mesh facets) stored in k-d tree. -
pointToPoint
boolean pointToPoint
-
-
-
Class cz.fidentis.analyst.engines.distance.impl.MeshDistanceRC
class MeshDistanceRC extends MeshDistanceVisitorImpl implements Serializable-
Serialized Fields
-
octree
Octree octree
-
-
-
Class cz.fidentis.analyst.engines.distance.impl.MeshDistanceRCGPU
class MeshDistanceRCGPU extends MeshDistanceVisitorImpl implements Serializable-
Serialized Fields
-
context
com.jogamp.opengl.GLContext context
-
ssbos
GlslBufferGroup ssbos
-
-
-
Class cz.fidentis.analyst.engines.distance.impl.MeshDistanceVisitorImpl
class MeshDistanceVisitorImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
meshDistance
MeshDistances meshDistance
-
parallel
boolean parallel
-
relativeDist
boolean relativeDist
-
-
-
Package cz.fidentis.analyst.engines.distance.measurement
-
Class cz.fidentis.analyst.engines.distance.measurement.MeshDistancesImpl
class MeshDistancesImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
facetDistances
Map<MeshFacet,
FacetDistances> facetDistances A map of mesh facets and their decorated distance measurements -
layers
List<FacetDistancesDecorator> layers
Layers/decorators above the original distance measurement. Last decorator = top layer
-
-
Class cz.fidentis.analyst.engines.distance.measurement.PrioritySphereDecorator
class PrioritySphereDecorator extends FacetDistancesDecorator implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
center
javax.vecmath.Point3d center
-
radius
double radius
-
-
Class cz.fidentis.analyst.engines.distance.measurement.ZeroWeightsDecorator
class ZeroWeightsDecorator extends FacetDistancesDecorator implements Serializable- serialVersionUID:
- 1L
-
-
Package cz.fidentis.analyst.gui.app
-
Class cz.fidentis.analyst.gui.app.Installer
class Installer extends org.openide.modules.ModuleInstall implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
-
Package cz.fidentis.analyst.gui.elements
-
Class cz.fidentis.analyst.gui.elements.CurveRenderingPanel
class CurveRenderingPanel extends JPanel implements Serializable-
Serialized Fields
-
currentCuttingPlaneNormal
javax.vecmath.Vector3d currentCuttingPlaneNormal
-
faceBoundingBox
Box faceBoundingBox
-
highlightIndex
int highlightIndex
-
normalVectorLength
int normalVectorLength
-
offsetX
double offsetX
-
offsetY
double offsetY
-
primaryCrossSectionCurves
List<CrossSection2D> primaryCrossSectionCurves
-
sampling
int sampling
-
scale
double scale
-
secondaryCrossSectionCurves
List<CrossSection2D> secondaryCrossSectionCurves
-
showNormals
boolean showNormals
-
-
-
Class cz.fidentis.analyst.gui.elements.DoubleSpinner
class DoubleSpinner extends JSpinner implements Serializable-
Serialized Fields
-
fractionDigits
int fractionDigits
-
-
-
Class cz.fidentis.analyst.gui.elements.FaceInfoPanel
class FaceInfoPanel extends JPanel implements Serializable-
Serialized Fields
-
faceFolder
JLabel faceFolder
-
faceFolderOutput
JLabel faceFolderOutput
-
facetsLabel
JLabel facetsLabel
-
facetsOutput
JLabel facetsOutput
-
featurePointsLabel
JLabel featurePointsLabel
-
featurePointsOutput
JLabel featurePointsOutput
-
filePanel
JPanel filePanel
-
fpLabel
JLabel fpLabel
-
geometryPanel
JPanel geometryPanel
-
infoLinkButton1
InfoLinkButton infoLinkButton1
-
jComboBox1
JComboBox<String> jComboBox1
-
jPanel4
JPanel jPanel4
-
jScrollPane3
JScrollPane jScrollPane3
-
pathLabel
JLabel pathLabel
-
pathOutput
JLabel pathOutput
-
photo
JLabel photo
-
photoPanel
JPanel photoPanel
-
previewFace
ImageIcon previewFace
-
previewLabel
JLabel previewLabel
-
previewOutput
JLabel previewOutput
-
sizeLabel
JLabel sizeLabel
-
sizeOutput
JLabel sizeOutput
-
textureLabel
JLabel textureLabel
-
textureOutput
JLabel textureOutput
-
verticesLabel
JLabel verticesLabel
-
verticesOutput
JLabel verticesOutput
-
-
-
Class cz.fidentis.analyst.gui.elements.FpListAbstractPanel
class FpListAbstractPanel extends JPanel implements Serializable-
Serialized Fields
-
rows
List<T extends FpListAbstractPanel.Row> rows
-
-
-
Class cz.fidentis.analyst.gui.elements.FpListWeightsPanel
class FpListWeightsPanel extends FpListAbstractPanel<FpListWeightsPanel.Row> implements Serializable -
Class cz.fidentis.analyst.gui.elements.HistogramComponent
class HistogramComponent extends JPanel implements Serializable-
Serialized Fields
-
drawnHistogram
cz.fidentis.analyst.gui.elements.HistogramComponent.DrawCanvas drawnHistogram
-
frequencies
Map<Double,
Integer> frequencies -
intervalsCount
int intervalsCount
-
maxFrequency
int maxFrequency
-
maxSpinner
JSpinner maxSpinner
-
maxValue
Double maxValue
-
minSpinner
JSpinner minSpinner
-
minValue
Double minValue
-
oneStep
Double oneStep
-
values
Map<MeshFacet,
List<Double>> values
-
-
-
Class cz.fidentis.analyst.gui.elements.InfoLinkButton
class InfoLinkButton extends JButton implements Serializable-
Serialized Fields
-
uri
URI uri
Link
-
-
-
Class cz.fidentis.analyst.gui.elements.PlaneManipulationPanel
class PlaneManipulationPanel extends JPanel implements Serializable-
Serialized Fields
-
bboxCuttingPlane
DrawableCuttingPlane bboxCuttingPlane
-
canvas
Canvas canvas
-
comboBoxActionListener
ActionListener comboBoxActionListener
ComboBox listener for switching between plane types. -
currentCuttingPlane
DrawableCuttingPlane currentCuttingPlane
Cutting planes -
face
HumanFace face
-
checkBoxSelectionListener
ItemListener checkBoxSelectionListener
Checkbox listener for showing/hiding plane. -
mouseListener
MouseListener mouseListener
Mouse listener for highlighting a cutting plane, when hovering over this panel. -
planeTypeComboBox
JComboBox planeTypeComboBox
-
sliderChangeListener
ChangeListener sliderChangeListener
Slider listener for plane shifting. -
spinSlider
SpinSlider spinSlider
GUI elements -
symmetryCuttingPlane
DrawableCuttingPlane symmetryCuttingPlane
-
visibilityCheckBox
JCheckBox visibilityCheckBox
-
-
-
Class cz.fidentis.analyst.gui.elements.ProgressDialog
class ProgressDialog extends JDialog implements Serializable-
Serialized Fields
-
cancelButton
JButton cancelButton
-
progressBar
JProgressBar progressBar
-
task
SwingWorker<T,
V> task
-
-
-
Class cz.fidentis.analyst.gui.elements.SpinSlider
class SpinSlider extends JPanel implements Serializable-
Serialized Fields
-
continuousSync
boolean continuousSync
-
changeListener
ChangeListener changeListener
Listener for continuous synchronization of the slider and the spinner. The spinner value is updated whenever the slider is moved. -
mouseListener
MouseListener mouseListener
Listener for postponed synchronization of the slider and the spinner. The spinner value remains unchanged until the mouse button is released. -
slider
JSlider slider
-
spinner
JSpinner spinner
-
type
SpinSlider.ValueType type
-
-
-
Class cz.fidentis.analyst.gui.elements.SurfaceMaskPanel
class SurfaceMaskPanel extends CurveRenderingPanel implements Serializable-
Serialized Fields
-
drawableMask
DrawableSurfaceMask2D drawableMask
-
panelListenerProject
ActionListener panelListenerProject
-
panelListenerSelected
ActionListener panelListenerSelected
-
surfaceMask
SurfaceMask2D surfaceMask
-
-
-
-
Package cz.fidentis.analyst.gui.elements.cbox
-
Class cz.fidentis.analyst.gui.elements.cbox.ConditionalComboBoxRenderer
class ConditionalComboBoxRenderer extends BasicComboBoxRenderer implements Serializable -
Class cz.fidentis.analyst.gui.elements.cbox.SelectableComboBox
-
Serialized Fields
-
listener
ActionListener listener
-
-
-
-
Package cz.fidentis.analyst.gui.project
-
Class cz.fidentis.analyst.gui.project.ProjectPanel
class ProjectPanel extends JPanel implements Serializable-
Serialized Fields
-
actionListeners
List<ProjectPanelAction> actionListeners
Lis of controllers (action listeners) that mediate communication between this project panel and control panels (right-hand side tabs) -
addButton
JButton addButton
-
batchAnalysisButton
JButton batchAnalysisButton
-
deselectAllButton
JButton deselectAllButton
-
jScrollPane1
JScrollPane jScrollPane1
-
jSeparator1
JToolBar.Separator jSeparator1
-
jSeparator2
JToolBar.Separator jSeparator2
-
jToolBar1
JToolBar jToolBar1
-
pairAnalysisButton
JButton pairAnalysisButton
-
project
Project project
FIDENTIS project instance -
projectTable1
ProjectTable projectTable1
-
removeButton
JButton removeButton
-
selectAllButton
JButton selectAllButton
-
singleAnalysisButton
JButton singleAnalysisButton
-
taskTabs
List<TaskWindow> taskTabs
List of open task windows (tabs)
-
-
-
Class cz.fidentis.analyst.gui.project.ProjectPanelAction
class ProjectPanelAction extends AbstractAction implements Serializable-
Serialized Fields
-
controlPanel
T extends ControlPanel controlPanel
Control panel inside the topControlPane -
projectPanel
ProjectPanel projectPanel
Project panel -
topControlPane
JTabbedPane topControlPane
-
-
-
Class cz.fidentis.analyst.gui.project.ProjectWindow
class ProjectWindow extends org.openide.windows.TopComponent implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
-
Package cz.fidentis.analyst.gui.project.faceinfo
-
Class cz.fidentis.analyst.gui.project.faceinfo.FaceInfoControlPanel
class FaceInfoControlPanel extends ControlPanel implements Serializable-
Serialized Fields
-
faceInfoPanel1
FaceInfoPanel faceInfoPanel1
-
loadInfoButton
JButton loadInfoButton
-
-
-
Class cz.fidentis.analyst.gui.project.faceinfo.FacesInfoAction
-
-
Package cz.fidentis.analyst.gui.project.filter
-
Class cz.fidentis.analyst.gui.project.filter.FeaturePointsFilterPanel
class FeaturePointsFilterPanel extends JPanel implements Serializable -
Class cz.fidentis.analyst.gui.project.filter.FilterPanel
class FilterPanel extends ControlPanel implements Serializable-
Serialized Fields
-
applyFilterButton
JButton applyFilterButton
-
byFPLabel
JLabel byFPLabel
-
byNameLabel
JLabel byNameLabel
-
clearFilteringButton
JButton clearFilteringButton
-
featurePointsFilterPanel1
FeaturePointsFilterPanel featurePointsFilterPanel1
-
featurePointsPanel
JScrollPane featurePointsPanel
-
hasFPCheckbox
JCheckBox hasFPCheckbox
-
hasNotFPCheckbox
JCheckBox hasNotFPCheckbox
-
hasNotTextCheckbox
JCheckBox hasNotTextCheckbox
-
hasNotTextTextfield
JTextField hasNotTextTextfield
-
hasSelectedFPCheckbox
JCheckBox hasSelectedFPCheckbox
-
hasTextCheckbox
JCheckBox hasTextCheckbox
-
hasTextTextfield
JTextField hasTextTextfield
-
revertLastFilteringButton
JButton revertLastFilteringButton
-
sections
List<FilterSection> sections
-
selectedFeaturePoints
List<Landmark> selectedFeaturePoints
-
-
-
Class cz.fidentis.analyst.gui.project.filter.ProjectFilteringAction
-
Serialized Fields
-
filterHistory
FilterHistory filterHistory
-
-
-
-
Package cz.fidentis.analyst.gui.project.table
-
Class cz.fidentis.analyst.gui.project.table.DisableTableCellRenderer
class DisableTableCellRenderer extends DefaultTableCellRenderer implements Serializable -
Class cz.fidentis.analyst.gui.project.table.ProjectTable
class ProjectTable extends JTable implements Serializable-
Serialized Fields
-
previewBasic
ImageIcon previewBasic
-
-
-
Class cz.fidentis.analyst.gui.project.table.ProjectTableModel
class ProjectTableModel extends DefaultTableModel implements Serializable -
Class cz.fidentis.analyst.gui.project.table.TaskCellEditor
class TaskCellEditor extends AbstractCellEditor implements Serializable-
Serialized Fields
-
comboBox
JComboBox comboBox
-
-
-
Class cz.fidentis.analyst.gui.project.table.TaskCellRenderer
class TaskCellRenderer extends JComboBox implements Serializable
-
-
Package cz.fidentis.analyst.gui.task
-
Class cz.fidentis.analyst.gui.task.ControlPanel
class ControlPanel extends JPanel implements Serializable-
Serialized Fields
-
action
ActionListener action
Associated action listener (controller)
-
-
-
Class cz.fidentis.analyst.gui.task.ControlPanelAction
class ControlPanelAction extends AbstractAction implements Serializable-
Serialized Fields
-
canvas
Canvas canvas
Canvas component -
controlPanel
T extends ControlPanel controlPanel
Control panel inside the topControlPane -
faces
FacesProxy faces
Faces processed by current analytical task -
topControlPane
JTabbedPane topControlPane
-
-
-
Class cz.fidentis.analyst.gui.task.LoadedActionEvent
class LoadedActionEvent extends ActionEvent implements Serializable-
Serialized Fields
-
data
Object data
-
-
-
Class cz.fidentis.analyst.gui.task.TaskControlPane
class TaskControlPane extends JTabbedPane implements Serializable -
Class cz.fidentis.analyst.gui.task.TaskWindow
class TaskWindow extends org.openide.windows.TopComponent implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
-
Package cz.fidentis.analyst.gui.task.batch.distance
-
Class cz.fidentis.analyst.gui.task.batch.distance.BatchDistanceAction
-
Serialized Fields
-
deviations
double[][] deviations
-
distances
double[][] distances
-
faceSceneSlot
int faceSceneSlot
-
-
-
Class cz.fidentis.analyst.gui.task.batch.distance.BatchDistancePanel
class BatchDistancePanel extends ControlPanel implements Serializable-
Serialized Fields
-
-
-
Package cz.fidentis.analyst.gui.task.batch.registration
-
Class cz.fidentis.analyst.gui.task.batch.registration.BatchRegistrationAction
class BatchRegistrationAction extends ControlPanelAction<BatchRegistrationPanel> implements Serializable-
Serialized Fields
-
faceSceneSlot
int faceSceneSlot
Scene slot used for the rendering the selected template face
-
-
-
Class cz.fidentis.analyst.gui.task.batch.registration.BatchRegistrationPanel
class BatchRegistrationPanel extends ControlPanel implements Serializable-
Serialized Fields
-
infoLinkButton1
InfoLinkButton infoLinkButton1
-
jButton1
JButton jButton1
-
jButton5
JButton jButton5
-
jComboBox1
JComboBox<String> jComboBox1
-
jComboBox3
JComboBox<String> jComboBox3
-
jComboBox4
JComboBox<String> jComboBox4
-
jCheckBox4
JCheckBox jCheckBox4
-
jLabel1
JLabel jLabel1
-
jLabel2
JLabel jLabel2
-
jLabel3
JLabel jLabel3
-
jLabel4
JLabel jLabel4
-
jLabel5
JLabel jLabel5
-
jLabel6
JLabel jLabel6
-
jLabel7
JLabel jLabel7
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanel4
JPanel jPanel4
-
spinSlider1
SpinSlider spinSlider1
-
spinSlider2
SpinSlider spinSlider2
-
spinSlider3
SpinSlider spinSlider3
-
-
-
-
Package cz.fidentis.analyst.gui.task.batch.symmetry
-
Class cz.fidentis.analyst.gui.task.batch.symmetry.BatchCuttingPlanesAction
class BatchCuttingPlanesAction extends ControlPanelAction<BatchCuttingPlanesPanel> implements Serializable-
Serialized Fields
-
faceSceneSlot
int faceSceneSlot
Scene slot used for the rendering the selected template face -
humanFaceChanged
boolean humanFaceChanged
-
lastAvgFace
HumanFace lastAvgFace
-
sampling
int sampling
-
-
-
Class cz.fidentis.analyst.gui.task.batch.symmetry.BatchCuttingPlanesPanel
class BatchCuttingPlanesPanel extends ControlPanel implements Serializable-
Serialized Fields
-
addFrontBackPMPButton
JButton addFrontBackPMPButton
-
addHorizontalPMPButton
JButton addHorizontalPMPButton
-
addVerticalPMPButton
JButton addVerticalPMPButton
-
cuttingPlanePanel1
PlaneManipulationPanel cuttingPlanePanel1
-
cuttingPlanePanel2
PlaneManipulationPanel cuttingPlanePanel2
-
cuttingPlanePanel3
PlaneManipulationPanel cuttingPlanePanel3
-
jButton1
JButton jButton1
-
jComboBox1
JComboBox<String> jComboBox1
-
jLabel1
JLabel jLabel1
-
jLabel9
JLabel jLabel9
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanel4
JPanel jPanel4
-
jRadioButton11
JRadioButton jRadioButton11
-
jRadioButton12
JRadioButton jRadioButton12
-
jRadioButton13
JRadioButton jRadioButton13
-
planeManipulationListener
PropertyChangeListener planeManipulationListener
-
planeManipulationPanels
List<PlaneManipulationPanel> planeManipulationPanels
-
polylinePanel1
CurveRenderingPanel polylinePanel1
-
removeFronBackPMPButton
JButton removeFronBackPMPButton
-
removeHorizontalPMPButton
JButton removeHorizontalPMPButton
-
removeVerticalPMPButton
JButton removeVerticalPMPButton
-
showDeviationCheckBox
JCheckBox showDeviationCheckBox
-
vectorSizeLabel
JLabel vectorSizeLabel
-
vertexReductionSpinSlider
SpinSlider vertexReductionSpinSlider
-
viewButtons
ButtonGroup viewButtons
-
-
-
-
Package cz.fidentis.analyst.gui.task.curvature
-
Class cz.fidentis.analyst.gui.task.curvature.CurvatureAction
-
Serialized Fields
-
curvatureType
String curvatureType
-
-
-
Class cz.fidentis.analyst.gui.task.curvature.CurvaturePanel
class CurvaturePanel extends ControlPanel implements Serializable
-
-
Package cz.fidentis.analyst.gui.task.distance
-
Class cz.fidentis.analyst.gui.task.distance.DistanceAction
-
Serialized Fields
-
crop
boolean crop
-
fpSpheres
DrawableFpWeights fpSpheres
-
heatmapDisplayed
String heatmapDisplayed
-
hoveredFeaturePoint
Landmark hoveredFeaturePoint
-
meshDistance
MeshDistances meshDistance
-
relativeDist
boolean relativeDist
-
selectedFeaturePoints
Map<Landmark,
Double> selectedFeaturePoints -
strategy
String strategy
-
weightedFPsShow
String weightedFPsShow
-
-
-
Class cz.fidentis.analyst.gui.task.distance.DistancePanel
class DistancePanel extends ControlPanel implements Serializable-
Serialized Fields
-
fpListWeightsPanel1
FpListWeightsPanel fpListWeightsPanel1
-
infoLinkButton1
InfoLinkButton infoLinkButton1
-
jButton1
JButton jButton1
-
jButton2
JButton jButton2
-
jButton3
JButton jButton3
-
jButton4
JButton jButton4
-
jButton5
JButton jButton5
-
jComboBox1
JComboBox<String> jComboBox1
-
jComboBox2
JComboBox<String> jComboBox2
-
jComboBox3
JComboBox<String> jComboBox3
-
jComboBox4
JComboBox<String> jComboBox4
-
jCheckBox1
JCheckBox jCheckBox1
-
jLabel1
JLabel jLabel1
-
jLabel2
JLabel jLabel2
-
jLabel3
JLabel jLabel3
-
jLabel4
JLabel jLabel4
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanel4
JPanel jPanel4
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane2
JScrollPane jScrollPane2
-
jTextField1
JTextField jTextField1
-
jTextField2
JTextField jTextField2
-
-
-
-
Package cz.fidentis.analyst.gui.task.faceinfo
-
Class cz.fidentis.analyst.gui.task.faceinfo.FaceOverviewAction
-
Class cz.fidentis.analyst.gui.task.faceinfo.FaceOverviewPanel
class FaceOverviewPanel extends ControlPanel implements Serializable-
Serialized Fields
-
faceIndex
int faceIndex
Face to be shown -
facePanel1
FaceInfoPanel facePanel1
-
faces
FacesProxy faces
Faces processed by current analytical task
-
-
-
-
Package cz.fidentis.analyst.gui.task.featurepoints
-
Class cz.fidentis.analyst.gui.task.featurepoints.FeaturePointListPanel
class FeaturePointListPanel extends JPanel implements Serializable -
Class cz.fidentis.analyst.gui.task.featurepoints.FeaturePointsAction
-
Class cz.fidentis.analyst.gui.task.featurepoints.FeaturePointsPanel
class FeaturePointsPanel extends ControlPanel implements Serializable-
Serialized Fields
-
addPrimaryFpButton
JButton addPrimaryFpButton
-
addSecondaryFpButton
JButton addSecondaryFpButton
-
buttonGroup1
ButtonGroup buttonGroup1
-
cancelFpChangesButton
JButton cancelFpChangesButton
-
cancelPrimaryFpButton
JButton cancelPrimaryFpButton
-
cancelSecondaryFpButton
JButton cancelSecondaryFpButton
-
colorCloseToMesh
JButton colorCloseToMesh
-
colorOffMesh
JButton colorOffMesh
-
colorOnMesh
JButton colorOnMesh
-
colorSecondary
JButton colorSecondary
-
descriptionField
JTextArea descriptionField
-
descriptionLabel
JLabel descriptionLabel
-
editFpButton
JButton editFpButton
-
featurePointListPanel
FeaturePointListPanel featurePointListPanel
-
fpDescription
JTextArea fpDescription
-
jButton1
JButton jButton1
-
jButton2
JButton jButton2
-
jColorChooser1
JColorChooser jColorChooser1
-
jLabel1
JLabel jLabel1
-
jLabel10
JLabel jLabel10
-
jLabel2
JLabel jLabel2
-
jLabel3
JLabel jLabel3
-
jLabel4
JLabel jLabel4
-
jLabel5
JLabel jLabel5
-
jLabel6
JLabel jLabel6
-
jLabel7
JLabel jLabel7
-
jLabel8
JLabel jLabel8
-
jLabel9
JLabel jLabel9
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane2
JScrollPane jScrollPane2
-
jScrollPane3
JScrollPane jScrollPane3
-
nameField
JTextField nameField
-
nameLabel
JLabel nameLabel
-
newPrimaryFpButton
JButton newPrimaryFpButton
-
newPrimaryFpList
JComboBox<String> newPrimaryFpList
-
newSecondaryFpButton
JButton newSecondaryFpButton
-
newSecondaryFpName
JTextField newSecondaryFpName
-
pinAllFpButton
JButton pinAllFpButton
-
pinSelectedFpButton
JButton pinSelectedFpButton
-
relocateFpButton
JButton relocateFpButton
-
removeFpButton
JButton removeFpButton
-
saveFpChangesButton
JButton saveFpChangesButton
-
savePositionButton
JButton savePositionButton
-
showSkeletonCheckBox
JCheckBox showSkeletonCheckBox
-
thresholdSpinSlider
SpinSlider thresholdSpinSlider
-
-
-
-
Package cz.fidentis.analyst.gui.task.interactivemask
-
Class cz.fidentis.analyst.gui.task.interactivemask.InteractiveMaskAction
class InteractiveMaskAction extends ControlPanelAction<InteractiveMaskPanel> implements Serializable-
Serialized Fields
-
history
cz.fidentis.analyst.gui.task.interactivemask.InteractiveMaskAction.SurfaceMaskHistory history
-
-
-
Class cz.fidentis.analyst.gui.task.interactivemask.InteractiveMaskPanel
class InteractiveMaskPanel extends ControlPanel implements Serializable-
Serialized Fields
-
buttonGroup1
ButtonGroup buttonGroup1
-
buttonGroup2
ButtonGroup buttonGroup2
-
buttonGroup3
ButtonGroup buttonGroup3
-
enableCircleButton
JButton enableCircleButton
-
enableLassoButton
JButton enableLassoButton
-
enableSquareButton
JButton enableSquareButton
-
goBackButton
JButton goBackButton
-
goForwardButton
JButton goForwardButton
-
jLabel1
JLabel jLabel1
-
jLabel2
JLabel jLabel2
-
jLabel3
JLabel jLabel3
-
jLabel4
JLabel jLabel4
-
jLabel9
JLabel jLabel9
-
primaryFaceProjectionEnabled
boolean primaryFaceProjectionEnabled
-
samplingStrength
int samplingStrength
-
samplingStrengthSlider
JSlider samplingStrengthSlider
-
secondaryFaceProjectionEnabled
boolean secondaryFaceProjectionEnabled
-
surfaceMaskPanel1
SurfaceMaskPanel surfaceMaskPanel1
-
zoomPrecentage
double zoomPrecentage
-
zoomSlider
JSlider zoomSlider
-
-
-
-
Package cz.fidentis.analyst.gui.task.registration
-
Class cz.fidentis.analyst.gui.task.registration.RegistrationAction
-
Serialized Fields
-
fpThreshold
double fpThreshold
-
pointCloudSlot
int pointCloudSlot
Point cloud of sub-sampled secondary face -
samplingVisitor
PointSamplingVisitor samplingVisitor
Working with the sub-sampling density slider triggers frequent re-computation of samples. In this case, calling the sampling algorithm viaPointSamplingServices.sample()
is inefficient because new and new object is created and often new and new internal structures are initiated. Therefore, the stateful invocation is used instead, when the visitor is obtained and reused (with different settings) until the strategy is changed. -
secFaceState
HumanFaceState secFaceState
The old state of transformed secondary face for possible fall back
-
-
-
Class cz.fidentis.analyst.gui.task.registration.RegistrationPanel
class RegistrationPanel extends ControlPanel implements Serializable-
Serialized Fields
-
animator
RotationAnimator animator
Animator which animates transformations -
featurePointsLabel
JLabel featurePointsLabel
-
infoLinkButton1
InfoLinkButton infoLinkButton1
-
jButton1
JButton jButton1
-
jButton2
JButton jButton2
-
jFormattedTextField1
JFormattedTextField jFormattedTextField1
-
jFormattedTextField2
JFormattedTextField jFormattedTextField2
-
jCheckBox1
JCheckBox jCheckBox1
-
jCheckBox2
JCheckBox jCheckBox2
-
jLabel1
JLabel jLabel1
-
jLabel2
JLabel jLabel2
-
jLabel3
JLabel jLabel3
-
jLabel4
JLabel jLabel4
-
jLabel5
JLabel jLabel5
-
jLabel6
JLabel jLabel6
-
jLabel8
JLabel jLabel8
-
jLabel9
JLabel jLabel9
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanel5
JPanel jPanel5
-
jPanel6
JPanel jPanel6
-
jSeparator11
JSeparator jSeparator11
-
jSeparator2
JSeparator jSeparator2
-
jSeparator5
JSeparator jSeparator5
-
jSeparator7
JSeparator jSeparator7
-
jTextField1
JTextField jTextField1
-
jTextField2
JTextField jTextField2
-
leftRotationXButton
JButton leftRotationXButton
-
leftRotationYButton
JButton leftRotationYButton
-
leftRotationZButton
JButton leftRotationZButton
-
leftTranslationXButton
JButton leftTranslationXButton
-
leftTranslationYButton
JButton leftTranslationYButton
-
leftTranslationZButton
JButton leftTranslationZButton
-
manualRotation
javax.vecmath.Vector3d manualRotation
-
manualScale
double manualScale
-
manualTranslation
javax.vecmath.Vector3d manualTranslation
-
precisionGroup
ButtonGroup precisionGroup
-
primaryRenderModeGroup
ButtonGroup primaryRenderModeGroup
-
rightRotationXButton
JButton rightRotationXButton
-
rightRotationYButton
JButton rightRotationYButton
-
rightRotationZButton
JButton rightRotationZButton
-
rightTranslationXButton
JButton rightTranslationXButton
-
rightTranslationYButton
JButton rightTranslationYButton
-
rightTranslationZButton
JButton rightTranslationZButton
-
rotationPanel
JPanel rotationPanel
-
rotatXLabel
JLabel rotatXLabel
-
rotatYLabel
JLabel rotatYLabel
-
rotatZLabel
JLabel rotatZLabel
-
scaleMinusButton
JButton scaleMinusButton
-
scalePanel
JPanel scalePanel
-
scalePlusButton
JButton scalePlusButton
-
secondaryRenerModeGroup
ButtonGroup secondaryRenerModeGroup
-
selectableComboBox1
SelectableComboBox selectableComboBox1
-
selectableComboBox2
SelectableComboBox selectableComboBox2
-
shiftPanel
JPanel shiftPanel
-
spinSlider1
SpinSlider spinSlider1
-
thersholdFTF
JFormattedTextField thersholdFTF
-
thersholdUpButton
JButton thersholdUpButton
-
thresholdDownButton
JButton thresholdDownButton
-
transformationPanel
JPanel transformationPanel
-
translationFactor
double translationFactor
-
translationPanel
JPanel translationPanel
-
translXLabel
JLabel translXLabel
-
translYLabel
JLabel translYLabel
-
translZLabel
JLabel translZLabel
-
undersamplingStrength
int undersamplingStrength
ICP required samples for sub-sampling
-
-
-
-
Package cz.fidentis.analyst.gui.task.symmetry
-
Class cz.fidentis.analyst.gui.task.symmetry.CuttingPlanesAction
-
Serialized Fields
-
humanFaceChanged
boolean humanFaceChanged
-
-
-
Class cz.fidentis.analyst.gui.task.symmetry.CuttingPlanesPanel
class CuttingPlanesPanel extends ControlPanel implements Serializable-
Serialized Fields
-
addFrontBackPMPButton
JButton addFrontBackPMPButton
-
addHorizontalPMPButton
JButton addHorizontalPMPButton
-
addVerticalPMPButton
JButton addVerticalPMPButton
-
cuttingPlanePanel1
PlaneManipulationPanel cuttingPlanePanel1
-
cuttingPlanePanel2
PlaneManipulationPanel cuttingPlanePanel2
-
cuttingPlanePanel3
PlaneManipulationPanel cuttingPlanePanel3
-
hausdorffDistancePanel
JPanel hausdorffDistancePanel
-
hausdorffDistLabel1
JLabel hausdorffDistLabel1
-
hausdorffDistLabel2
JLabel hausdorffDistLabel2
-
hausdorffDistLabel3
JLabel hausdorffDistLabel3
-
infoLinkButton1
InfoLinkButton infoLinkButton1
-
jButton1
JButton jButton1
-
jLabel1
JLabel jLabel1
-
jLabel2
JLabel jLabel2
-
jLabel4
JLabel jLabel4
-
jLabel5
JLabel jLabel5
-
jLabel6
JLabel jLabel6
-
jLabel7
JLabel jLabel7
-
jLabel8
JLabel jLabel8
-
jLabel9
JLabel jLabel9
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanel4
JPanel jPanel4
-
jPanel5
JPanel jPanel5
-
jRadioButton11
JRadioButton jRadioButton11
-
jRadioButton12
JRadioButton jRadioButton12
-
jRadioButton13
JRadioButton jRadioButton13
-
normalsSizeSlider
JSlider normalsSizeSlider
-
planeManipulationListener
PropertyChangeListener planeManipulationListener
-
planeManipulationPanels
List<PlaneManipulationPanel> planeManipulationPanels
-
polylinePanel1
CurveRenderingPanel polylinePanel1
-
removeFronBackPMPButton
JButton removeFronBackPMPButton
-
removeHorizontalPMPButton
JButton removeHorizontalPMPButton
-
removeVerticalPMPButton
JButton removeVerticalPMPButton
-
showNormalsCheckBox
JCheckBox showNormalsCheckBox
-
spinSlider1
SpinSlider spinSlider1
-
vectorSizeLabel
JLabel vectorSizeLabel
-
vertexReductionSpinSlider
SpinSlider vertexReductionSpinSlider
-
viewButtons
ButtonGroup viewButtons
-
-
-
Class cz.fidentis.analyst.gui.task.symmetry.SymmetryAction
-
Serialized Fields
-
primCloudSlot
int primCloudSlot
-
samplingVisitor
PointSamplingVisitor samplingVisitor
Working with the sub-sampling density slider triggers frequent re-computation of samples. In this case, calling the sampling algorithm viaPointSamplingServices.sample()
is inefficient because new and new object is created and often new and new internal structures are initiated. Therefore, the stateful invocation is used instead, when the visitor is obtained and reused (with different settings) until the strategy is changed.
-
-
-
Class cz.fidentis.analyst.gui.task.symmetry.SymmetryPanel
class SymmetryPanel extends ControlPanel implements Serializable-
Serialized Fields
-
infoLinkButton1
InfoLinkButton infoLinkButton1
-
jButton2
JButton jButton2
-
jCheckBox1
JCheckBox jCheckBox1
-
jLabel1
JLabel jLabel1
-
jLabel2
JLabel jLabel2
-
jLabel3
JLabel jLabel3
-
jLabel4
JLabel jLabel4
-
jLabel7
JLabel jLabel7
-
jLabel8
JLabel jLabel8
-
jLabel9
JLabel jLabel9
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanel4
JPanel jPanel4
-
jTextField1
JTextField jTextField1
-
jTextField2
JTextField jTextField2
-
selectableComboBox1
SelectableComboBox selectableComboBox1
-
selectableComboBox2
SelectableComboBox selectableComboBox2
-
spinSlider1
SpinSlider spinSlider1
-
spinSlider2
SpinSlider spinSlider2
-
-
-
-
Package cz.fidentis.analyst.math
-
Class cz.fidentis.analyst.math.EigenvalueDecomposition
class EigenvalueDecomposition extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arrayH
double[][] arrayH
Array for internal storage of nonsymmetric Hessenberg form.internal storage of nonsymmetric Hessenberg form. -
arrayV
double[][] arrayV
Array for internal storage of eigenvectors.internal storage of eigenvectors. -
d
double[] d
Arrays for internal storage of eigenvalues.internal storage of eigenvalues. -
e
double[] e
Arrays for internal storage of eigenvalues.internal storage of eigenvalues. -
issymmetric
boolean issymmetric
Symmetry flag.internal symmetry flag. -
n
int n
Row and column dimension (square matrix).matrix dimension. -
ort
double[] ort
Working storage for nonsymmetric algorithm.working storage for nonsymmetric algorithm.
-
-
Class cz.fidentis.analyst.math.Quaternion
class Quaternion extends javax.vecmath.Quat4d implements Serializable
-
-
Package cz.fidentis.analyst.rendering
-
Class cz.fidentis.analyst.rendering.Camera
class Camera extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
center
javax.vecmath.Vector3d center
-
currentPosition
javax.vecmath.Vector3d currentPosition
-
upDirection
javax.vecmath.Vector3d upDirection
-
-
-
Package cz.fidentis.analyst.toolbar
-
Class cz.fidentis.analyst.toolbar.DoubleFaceToolbar
class DoubleFaceToolbar extends Toolbar implements Serializable -
Class cz.fidentis.analyst.toolbar.FaceToolbox
class FaceToolbox extends Toolbox implements Serializable -
Class cz.fidentis.analyst.toolbar.FogToolbox
class FogToolbox extends Toolbox implements Serializable -
Class cz.fidentis.analyst.toolbar.RenderingToolbox
class RenderingToolbox extends Toolbox implements Serializable -
Class cz.fidentis.analyst.toolbar.SingleFaceToolbar
class SingleFaceToolbar extends Toolbar implements Serializable -
Class cz.fidentis.analyst.toolbar.Toolbar
class Toolbar extends JPanel implements Serializable-
Serialized Fields
-
canvas
Canvas canvas
-
-
-
Class cz.fidentis.analyst.toolbar.Toolbox
class Toolbox extends JPopupMenu implements Serializable
-