Serialized Form


Package gishur.applet

Class gishur.applet.AppletFrame implements Serializable

Serialized Fields

appletmenu_label

java.lang.String appletmenu_label

applet_exit_label

java.lang.String applet_exit_label

applet_exit_command

java.lang.String applet_exit_command

applet_close_label

java.lang.String applet_close_label

applet_close_command

java.lang.String applet_close_command

applet_new_applet_label

java.lang.String applet_new_applet_label

applet_new_applet_command

java.lang.String applet_new_applet_command

applet_menu_item

java.awt.Menu applet_menu_item

applet_exit_item

java.awt.MenuItem applet_exit_item

applet_close_item

java.awt.MenuItem applet_close_item

applet_new_applet_item

java.awt.MenuItem applet_new_applet_item

_menu_mode

byte _menu_mode
Bestimmt, ob und welche Menüs standardmäßig erscheinen werden.
Menu mode

_eventhandler

java.awt.event.ActionListener _eventhandler
Eventhandler für die Menü-ActionEvents
Eventhandler

Class gishur.applet.ApplicationApplet implements Serializable

Serialized Fields

_context

ApplicationContext _context
Der ApplicationContext für das Applet/die Application. Diese Variable darf nur !=null sein, wenn diese Klasse ein echtes Applet ist bzw. wenn diese Klasse mit main als Application gestartet wurde.

Class gishur.applet.DockableApplet implements Serializable

Serialized Fields

_close_mode

byte _close_mode
Bestimmt, wie reagiert werden soll, wenn das Appletfenster geschlossen wird

_exit_mode

byte _exit_mode
Bestimmt, wie reagiert werden soll, wenn aus dem File-Menü 'Exit' gewählt wird

_appletframe

java.awt.Container _appletframe
Das Appletfenster

_status

java.awt.Label _status
Statuszeile


Package gishur.awt

Class gishur.awt.CloseableFrame implements Serializable

Class gishur.awt.DialogFrame implements Serializable

Serialized Fields

_status

byte _status
The dialog status.

Class gishur.awt.DockBar implements Serializable

Serialized Fields

_applet

DockableApplet _applet

_applet_title

java.lang.String _applet_title

_applet_width

int _applet_width

_applet_height

int _applet_height

Class gishur.awt.GishurCanvas implements Serializable

Class gishur.awt.Symbolbar implements Serializable

Serialized Fields

name

java.lang.String name
Name der Symbolleiste.

alignment

byte alignment
Links/Rechts anordnen.

_symbol

SymbolbarElement[] _symbol
Die Symbole.

_active

int _active
Variablen für Eventhandling.

_lastloc

int _lastloc
Variablen für Eventhandling.

_loc

int _loc
Variablen für Eventhandling.

_dragging

boolean _dragging

_exited

boolean _exited

Class gishur.awt.SymbolbarArea implements Serializable

Serialized Fields

_offscreen

java.awt.Image _offscreen
Offscreen-Bild.

_draw_upper_border_line

boolean _draw_upper_border_line
If true, draws the upper border line.

Class gishur.awt.ToolTipper implements Serializable

Serialized Fields

_container

java.awt.Container _container
The Container to show ToolTips

_applet

java.applet.Applet _applet
The Applet to display StatusTips

_sleeptime

long _sleeptime
Time to wait until tip shows up (in ms)

_showtime

long _showtime
Time to wait while showing tip (in ms)

_lastmouse

java.awt.event.MouseEvent _lastmouse
The last mouse event.

_tip

java.lang.String _tip
The actual ToolTip.

tip_font

java.awt.Font tip_font
The Font used by ToolTips.

backcolor

java.awt.Color backcolor
The background color of the ToolTip.

textcolor

java.awt.Color textcolor
The text color of the ToolTip.

_mouse_distance_x

int _mouse_distance_x
The relative x-distance of the ToolTip from the mouse cursor.

_mouse_distance_y

int _mouse_distance_y
The relative y-distance of the ToolTip from the mouse cursor.

_tip_alignment

byte _tip_alignment
The (default) alignment constant of the ToolTip relative to the mouse cursor.

wake_me_up

boolean wake_me_up
Flag is set when mouseevents should wake up the thread

Class gishur.awt.TraceBar implements Serializable

Serialized Fields

_power

SymbolImageStatusButton _power

_start

SymbolImageStatusButton _start

_go_start

SymbolImageButton _go_start

_go_end

SymbolImageButton _go_end

_prev

SymbolImageButton _prev

_next

SymbolImageButton _next

_slider

SymbolbarSlider _slider

_level

SymbolSpinNumCombo _level

_speed

SymbolSpinCombo _speed

_level_text

SymbolbarLabel _level_text

_speed_text

SymbolbarLabel _speed_text

_mode

int _mode
The mode variable that stores the actual mode.

_pause_time

long _pause_time
The playback pause between labels.

_tracer

Tracer _tracer
The {link Tracer} that records the algorithm.

_laststep

int _laststep
The last viualized step number.

_executor

TraceExecutor _executor
The TraceExecutor that manages algorithm execution.

_visualizer

TraceVisualizer _visualizer
The TraceVisualizer that paints the algorithm steps.

_labels

TraceLabel[] _labels
The list with the slider TraceLabels

Class gishur.awt.ZoomBar implements Serializable

Serialized Fields

in_label

java.lang.String in_label
Die Labels der Buttons. Über diese Labels werden auch die Aktionen der Buttons ausgeführt, sollten also nur hier geändert werden.

out_label

java.lang.String out_label

orginal_label

java.lang.String orginal_label

objects_label

java.lang.String objects_label

selected_label

java.lang.String selected_label

zoom_label

java.lang.String zoom_label

translate_label

java.lang.String translate_label

objectspace

byte objectspace
Minimaler Abstand der Objekte zum Rand bei zoomObjects.

_layer

Layer[] _layer
Liste mit Layer.

_display

DisplayManager _display
DisplayManager

_translate

TranslateHandler _translate
TranslateHandler zum Verschieben des Sichtbereiches.

_zoom

ZoomHandler _zoom
ZoomHandler zum freien zoomen.

_selector

Selector _selector
Selector-Objekt zum Zoomen auf selektierte Breiche.

_zoombutton

SymbolImageButton _zoombutton
nochmal Zeiger auf Zoom- und Translatebutton.

_translatebutton

SymbolImageButton _translatebutton
nochmal Zeiger auf Zoom- und Translatebutton.

Class gishur.awt.ZoomBar2 implements Serializable

Serialized Fields

in_label

java.lang.String in_label
Die Labels der Buttons. Über diese Labels werden auch die Aktionen der Buttons ausgeführt, sollten also nur hier geändert werden.

out_label

java.lang.String out_label

orginal_label

java.lang.String orginal_label

objects_label

java.lang.String objects_label

selected_label

java.lang.String selected_label

zoom_label

java.lang.String zoom_label

translate_label

java.lang.String translate_label

objectspace

byte objectspace
Minimaler Abstand der Objekte zum Rand bei zoomObjects.

_display

DisplayManager _display
DisplayManager

_translate

TranslateHandler _translate
TranslateHandler zum Verschieben des Sichtbereiches.

_zoom

ZoomHandler _zoom
ZoomHandler zum freien zoomen.

_selector

InputHandler _selector
Selector-Objekt zum Zoomen auf selektierte Breiche.

_zoombutton

SymbolImageButton _zoombutton
nochmal Zeiger auf Zoom- und Translatebutton.

_translatebutton

SymbolImageButton _translatebutton
nochmal Zeiger auf Zoom- und Translatebutton.

_layer

List _layer
The List with the Layers.

_history

Stack _history
The history Stack.


Package gishur.core

Class gishur.core.BasicList implements Serializable

Serialized Fields

_first

ListItem _first
The first list element.

_last

ListItem _last
The last list element.

_length

int _length
Number of the stored list elements.

_access

byte _access
Variable to allow access to ListItems temporarily.

Class gishur.core.BasicListItem implements Serializable

Serialized Fields

_owningList

Owner _owningList
The list, owning this object.

_prev

ListItem _prev
Pointers to the previous and next ListItems.

_next

ListItem _next
Pointers to the previous and next ListItems.

Class gishur.core.BasicTree implements Serializable

Serialized Fields

_root

TreeItem _root
The root.

_length

int _length
The number of stored elements.

_access

byte _access
A variable which makes it possible to allow acces to nodes temporarily.

Class gishur.core.BasicTreeItem implements Serializable

Serialized Fields

_owningTree

Owner _owningTree
A reference to the owning tree structure.

_parent

TreeItem _parent
The 'father'-node.

_child

TreeItem[] _child
An array containig references to the children-nodes.

_balance

byte _balance
Balance-data.

Class gishur.core.BinarySearchTree implements Serializable

Serialized Fields

_comparitor

Comparitor _comparitor
Comparitor used to order the tree's elements.

_allow_duplicates

boolean _allow_duplicates
If true, nodes with equal keys are allowed.

_left_is_smaller

boolean _left_is_smaller
If true, nodes with smaller keys are stored on the left side.

Class gishur.core.ClipList implements Serializable

Serialized Fields

_leftclip

ListItem _leftclip
Left clipping zone.

_rightclip

ListItem _rightclip
Right clipping zone.

Class gishur.core.CompareException implements Serializable

Serialized Fields

o1

java.lang.Object o1
The objects which provoked an error comparing them.
Objects

o2

java.lang.Object o2
The objects which provoked an error comparing them.
Objects

comparitor

Comparitor comparitor
The Comparitor-object which tried to perform the comparison.
Comparitor

Class gishur.core.FibonacciNode implements Serializable

Serialized Fields

_mark

boolean _mark

_degree

int _degree

_parent

FibonacciNode _parent

_childlist

SimpleList _childlist

Class gishur.core.FunctionNotSupportedException implements Serializable

Class gishur.core.HashComparitor implements Serializable

Class gishur.core.LinkException implements Serializable

Serialized Fields

i

java.lang.Object i
Objects, where the link error occured

j

java.lang.Object j
Objects, where the link error occured

errorcode

int errorcode
Errorcode.

Class gishur.core.List implements Serializable

Class gishur.core.ListException implements Serializable

Serialized Fields

param

java.lang.Object param
Element, that produced the error

errorcode

int errorcode
Errorcode

Class gishur.core.Queue implements Serializable

Class gishur.core.RedBlackTree implements Serializable

Class gishur.core.SimpleList implements Serializable

Class gishur.core.SimpleListItem implements Serializable

Serialized Fields

_value

java.lang.Object _value
The stored object.

Class gishur.core.SimpleTreeItem implements Serializable

Serialized Fields

_value

java.lang.Object _value
The stored object.

Class gishur.core.Stack implements Serializable

Class gishur.core.StdComparitor implements Serializable

Class gishur.core.StdListItem implements Serializable

Serialized Fields

_key

java.lang.Object _key
The stored key-object.

_value

java.lang.Object _value
The stored object (=value).

Class gishur.core.StdTreeItem implements Serializable

Serialized Fields

_key

java.lang.Object _key
The key-object.

_value

java.lang.Object _value
The stored object (=value).

Class gishur.core.SweepEventComparitor implements Serializable

Serialized Fields

_comparitor

Comparitor _comparitor
The 'original' Comparitor

Class gishur.core.SweepTreeItem implements Serializable

Serialized Fields

_id

int _id
Stores the event's ID.

Class gishur.core.TreeException implements Serializable

Serialized Fields

param

java.lang.Object param
Element, that produced the error

errorcode

int errorcode
Errorcode


Package gishur.core.algorithms

Class gishur.core.algorithms.AlgorithmException implements Serializable

Serialized Fields

errorcode

int errorcode
Errorcode

Class gishur.core.algorithms.TraceException implements Serializable


Package gishur.core.event

Class gishur.core.event.ConsumableEvent implements Serializable

Class gishur.core.event.GishurEvent implements Serializable

Class gishur.core.event.ModifyEvent implements Serializable

Serialized Fields

_target

java.lang.Object _target
The target object of the modification.

_subtype

int _subtype
The subtype of the event.

Class gishur.core.event.ObjectEvent implements Serializable

Serialized Fields

_target

java.lang.Object _target
Objekt, das verändert wurde.

_subtype

int _subtype
Gibt die Modifikation oder Aktion genauer an.

_consumed

boolean _consumed
Konsumiert das Event, so daß es von nachfolgenden Eventhandlern nicht mehr bearbeitet wird.


Package gishur.core.geom

Class gishur.core.geom.GeomException implements Serializable

Serialized Fields

errorcode

int errorcode
Errorcode

Class gishur.core.geom.IntersectionException implements Serializable

Serialized Fields

o1

java.lang.Object o1
intersecting objects

o2

java.lang.Object o2
intersecting objects


Package gishur.core.math

Class gishur.core.math.DoubleNumber implements Serializable

Serialized Fields

number

double number
The number.
Double value

Class gishur.core.math.MathNumber implements Serializable

Class gishur.core.math.MathNumberException implements Serializable

Serialized Fields

errorcode

int errorcode
Errorcode
Errorcode

n1

MathNumber n1
MathNumbers objects
The MathNumbers with errors

n2

MathNumber n2
MathNumbers objects
The MathNumbers with errors

Class gishur.core.math.RationalNumber implements Serializable

Serialized Fields

numerator

java.math.BigInteger numerator
The Numerator.
The Numerator.

denominator

java.math.BigInteger denominator
The Denominator.
The Denominator.


Package gishur.graph.algorithms

Class gishur.graph.algorithms.NegativeCycleException implements Serializable


Package gishur.graph.awt

Class gishur.graph.awt.BooleanTypeFormat implements Serializable

Class gishur.graph.awt.FlowTypeFormat implements Serializable

Serialized Fields

u_cap

java.awt.TextField u_cap

l_cap

java.awt.TextField l_cap

flow

java.awt.TextField flow

label1

java.awt.Label label1

label2

java.awt.Label label2

label3

java.awt.Label label3

check

java.awt.Checkbox check

_flow

Flow _flow
The flow.

Class gishur.graph.awt.NumberTypeFormat implements Serializable

Class gishur.graph.awt.PropEntry implements Serializable

Serialized Fields

property_name

StringTypeFormat property_name

property_type

java.awt.Choice property_type

property_value

TypeFormat property_value

_propertytype

PropertyTypeSelector _propertytype

Class gishur.graph.awt.PropertiesFrame implements Serializable

Serialized Fields

borderLayout

java.awt.BorderLayout borderLayout

panel1

java.awt.Panel panel1

ok_button

java.awt.Button ok_button

cancel_button

java.awt.Button cancel_button

flowLayout

java.awt.FlowLayout flowLayout

new_button

java.awt.Button new_button

remove_button

java.awt.Button remove_button

scrollPane

java.awt.ScrollPane scrollPane

label1

java.awt.Label label1

label2

java.awt.Label label2

label3

java.awt.Label label3

flowLayout1

java.awt.FlowLayout flowLayout1

prop_panel

java.awt.Panel prop_panel

stretch_panel

java.awt.Panel stretch_panel

_color_back

java.awt.Color _color_back

_last_focus

PropEntry _last_focus

_removed_entries

SimpleList _removed_entries

_prop

PropertyStatusReader _prop
PropertyStatusReader to use.

_propertytype

PropertyTypeSelector _propertytype
The PropertyTypeSelector to use.

yy

int yy

Class gishur.graph.awt.StringTypeFormat implements Serializable


Package gishur.graph.core

Class gishur.graph.core.Edge implements Serializable

Class gishur.graph.core.Flow implements Serializable

Serialized Fields

_ucap

double _ucap
Upper capacity bound, lower capacity bound, flow value

_lcap

double _lcap
Upper capacity bound, lower capacity bound, flow value

_flow

double _flow
Upper capacity bound, lower capacity bound, flow value

cap_check

boolean cap_check
Boolean indicating whether a new flow value to be set should be checked for validity before performing the operation.

Class gishur.graph.core.Graph implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes the GraphElement.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serializes the GraphElement.
Serialized Fields

_nodes

java.util.Vector _nodes
Vector of Nodes

_edges

java.util.Vector _edges
Vector of Edges

Class gishur.graph.core.GraphElement implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes the GraphElement.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serializes the GraphElement.
Serialized Fields

_link

GraphElement[] _link
Other GraphElements to which this one is connected

_linktype

byte[] _linktype
The way in which this GraphElement is linked to the other stored in #_link

_state

short _state
A short number serving as a bitarray containing internal status information about this GraphElement

Class gishur.graph.core.GraphException implements Serializable

Serialized Fields

element

GraphElement element

errorcode

int errorcode

Class gishur.graph.core.Node implements Serializable


Package gishur.graph.gui

Class gishur.graph.gui.AffineTransformation implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.lang.ClassNotFoundException,
                         java.io.IOException
Serialized Fields

m00

double m00
The matrix elements.

m01

double m01
The matrix elements.

m02

double m02
The matrix elements.

m10

double m10

m11

double m11

m12

double m12

Class gishur.graph.gui.EdgeVisualization implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Deserializes the GraphElement.

Class gishur.graph.gui.FloatPoint implements Serializable

Serialized Fields

x

float x
The coordinates.

y

float y
The coordinates.

Class gishur.graph.gui.NodeVisualization implements Serializable

Serialized Fields

_coordinate

FloatPoint _coordinate
The user space coordinates for this element.

Class gishur.graph.gui.NoninvertibleTransformationException implements Serializable

Class gishur.graph.gui.Visualization implements Serializable


Package gishur.gui

Class gishur.gui.DisplayManager implements Serializable

Serialized Fields

_layers

LayerManager _layers
Verwaltet Layer.

_inputs

InputManager _inputs
Verwaltet InputHandler.

_offscreen

java.awt.Image _offscreen
Offscreen-Image

_offscreen2

java.awt.Image _offscreen2
Offscreen-Image mit Cursoren.

_offsize

java.awt.Rectangle _offsize
Offscreen-Größe

_background

java.awt.Image _background
Hintergrundbild

_backgroundsource

java.awt.Image _backgroundsource

_backgroundsourcesize

java.awt.Rectangle _backgroundsourcesize

_repaint

boolean _repaint
Gibt an, ob mind. eine Repaint-Anforderung während des gesperrten Neumalens eintraf.

_blocked

boolean _blocked
Blockiert das Neuzeichnen.

_repaint_mode

byte _repaint_mode
Gesetzter Repaint-Modus.

_vscreen

VirtualScreen _vscreen
VirtualScreen-Objekt

_tooltip

java.lang.String _tooltip

_statustip

java.lang.String _statustip

mem

java.awt.Graphics mem

Class gishur.gui.Polygon_Primitive implements Serializable

Class gishur.gui.Rectangle_Primitive implements Serializable

Class gishur.gui.ScreenTransformException implements Serializable

Serialized Fields

object

java.lang.Object object
Die Objekte, bei dessen Konvertierung der Fehler auftrat.

transformation

ScreenTransformation transformation
Das ScreenTransformation-Objekt, das die Konvertierung durchführen sollte.

Class gishur.gui.ScrollDisplayManager implements Serializable

Serialized Fields

gridSize

int gridSize

_scroller

java.awt.ScrollPane _scroller


Package gishur.gui2

Class gishur.gui2.DisplayManager implements Serializable

Serialized Fields

_offscreen

java.awt.Image _offscreen
The offscreen image

_paint_mode

byte _paint_mode
The paint mode.

_paint_status

byte _paint_status
The paint status.

_paint_thread

java.lang.Thread _paint_thread
The paint thread

_context

RenderContext _context
The Rendering context.

_interval

int _interval
The repaint interval. If this value is ==0 then repaint will called on demand. If it is ==-1 it will be repainted on demand with the standard awt paint thread. Negative values less than -1 indicate repaint by the user through calls of update.

_manager

DrawManager _manager
The connected DrawManager.

_tip_status

byte _tip_status
The ToolTip Status

_mouse_cursor

java.awt.Cursor _mouse_cursor
Mouse Curosor.

_mouse_cursor_owner

DrawAtom _mouse_cursor_owner
Mouse Curosor owner.

_last_mouse_position

java.awt.event.MouseEvent _last_mouse_position
The last known mouse position.

_glistener

GeneralAWTEventListener[] _glistener
Array with all connected GeneralAWTEventListeners.

_mlistener

ModifyListener[] _mlistener
Array with all connected ModifyListeners.

Class gishur.gui2.DrawException implements Serializable

Serialized Fields

errorcode

int errorcode
Errorcode.

arg

java.lang.Object arg
Argument

Class gishur.gui2.DrawProperties implements Serializable

Class gishur.gui2.LineShape implements Serializable

Serialized Fields

_lo_idx

int _lo_idx

_hi_idx

int _hi_idx

_len

int _len

Class gishur.gui2.PolygonShape implements Serializable

Class gishur.gui2.RectangleShape implements Serializable

Class gishur.gui2.ScreenTransformationException implements Serializable

Serialized Fields

source

java.lang.Object source
Object that produced the error.

transformation

ScreenTransformation transformation
The ScreenTransformation that produced the error.

Class gishur.gui2.ShapeException implements Serializable

Serialized Fields

errorcode

int errorcode
Errorcode.

shape

Shape shape
Shape


Package gishur.gui2.event

Class gishur.gui2.event.DrawEvent implements Serializable

Serialized Fields

_when

long _when
The timestamp, when the event occured.

Class gishur.gui2.event.GuiMouseEvent implements Serializable

Serialized Fields

_source

DrawAtom _source
The DrawAtom, where this GuiMouseEvent occured.

_element

java.lang.String _element
The element name, on which the event occured.


Package gishur.x

Class gishur.x.AffineTransformation implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.lang.ClassNotFoundException,
                         java.io.IOException
Serialized Fields

m00

double m00
The matrix elements.

m01

double m01
The matrix elements.

m02

double m02
The matrix elements.

m10

double m10

m11

double m11

m12

double m12

Class gishur.x.IntersectionException implements Serializable

Serialized Fields

o1

java.lang.Object o1
Die Objekte, bei deren Schnitt der Fehler auftrat.

o2

java.lang.Object o2
Die Objekte, bei deren Schnitt der Fehler auftrat.

intersectable

Intersectable intersectable
Das Intersectable-Objekt, das den Schnitt durchführen wollte.

Class gishur.x.LineComparitor implements Serializable

Serialized Fields

_x

double _x
X-Wert, an dem die Linienabstände gemessen werden

_y

double _y
Y-Wert für das richtige Einordnen von vertikalen Segmenten

_delta

byte _delta
Gibt an, welche Ordnung bei sich schneidenden Geraden verwendet werden soll (eine Konstante aus {EXACT,BEFORE,AFTER})

Class gishur.x.PointComparitor implements Serializable

Serialized Fields

_order

byte _order
Die gesetzte Ordnung; die Standardeinstellung ist X_ORDER.

_anglePoint

XPoint _anglePoint
Die Bezugspunkte bei angularer Ordnung.

_angleXPoint

XPoint _angleXPoint
Die Bezugspunkte bei angularer Ordnung.

_distancePoint

XPoint _distancePoint
Bezugspunkt bei Distanz-Ordnung.

Class gishur.x.XBaseline implements Serializable

Serialized Fields

_source

XPoint _source
Startpunkt

_target

XPoint _target
Endpunkt

Class gishur.x.XCircle implements Serializable

Serialized Fields

x

double x
Zentrum.

y

double y
Zentrum.

radius

double radius
Radius

Class gishur.x.XHalfplane implements Serializable

Serialized Fields

_orientation

byte _orientation
Gibt an, auf welcher Seite 'innen' ist.

Class gishur.x.XLine implements Serializable

Class gishur.x.XObject implements Serializable

Class gishur.x.XParabola implements Serializable

Serialized Fields

a

double a
Koeffizienten für parametrisierte Parabel

b

double b
Koeffizienten für parametrisierte Parabel

x

double x
Koeffizienten für parametrisierte Parabel

y

double y
Koeffizienten für parametrisierte Parabel

phi

double phi
Koeffizienten für parametrisierte Parabel

source_t

double source_t
Start- und Endparameter für Parabelstück

target_t

double target_t
Start- und Endparameter für Parabelstück

Class gishur.x.XPoint implements Serializable

Serialized Fields

x

double x
X- und Y-Koordinate.

y

double y
X- und Y-Koordinate.

Class gishur.x.XPolygon implements Serializable

Class gishur.x.XPolyline implements Serializable

Serialized Fields

_points

XPoint[] _points
Array mit den Polygonpunkten.

Class gishur.x.XRay implements Serializable

Class gishur.x.XSegment implements Serializable

Class gishur.x.XUPolygon implements Serializable

Serialized Fields

_slope_in

double _slope_in
Steigungen der Strahlen.

_slope_out

double _slope_out
Steigungen der Strahlen.

_dir_in

byte _dir_in
Richtung der Strahlen.

_dir_out

byte _dir_out
Richtung der Strahlen.

_orientation

byte _orientation


Package gishur.x.voronoi

Class gishur.x.voronoi.VoronoiException implements Serializable

Serialized Fields

errorcode

int errorcode
Fehlercode. Eine entsprechende Fehlerkonstante.

argument

java.lang.Object argument
Argument für den Fehler


Package gishur.x2.core

Class gishur.x2.core.AffineTransformation implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.lang.ClassNotFoundException,
                         java.io.IOException
Serialized Fields

m00

double m00
The matrix elements.

m01

double m01
The matrix elements.

m02

double m02
The matrix elements.

m10

double m10

m11

double m11

m12

double m12

Class gishur.x2.core.NoninvertibleTransformationException implements Serializable

Class gishur.x2.core.XIntersectableObject implements Serializable

Class gishur.x2.core.XObject implements Serializable

Serialized Fields

state

short state
Internal state.

Class gishur.x2.core.XParametricCurve implements Serializable

Class gishur.x2.core.XPoint implements Serializable

Serialized Fields

_x

double _x
X-Coordiante value.

_y

double _y
Y-Coordinate value.

Class gishur.x2.core.XQuadCurve implements Serializable

Serialized Fields

_control0

XPoint _control0
Control point 0.

_control1

XPoint _control1
Control point 1

_control2

XPoint _control2
Control point 2

Class gishur.x2.core.XSegment implements Serializable

Serialized Fields

_source

XPoint _source
Source point.

_target

XPoint _target
Target point.