Serialized Form


Package gishur.applet

Class gishur.applet.AppletFrame implements Serializable

Serialized Fields

_eventhandler

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

_menu_mode

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

applet_close_command

java.lang.String applet_close_command

applet_close_item

java.awt.MenuItem applet_close_item

applet_close_label

java.lang.String applet_close_label

applet_exit_command

java.lang.String applet_exit_command

applet_exit_item

java.awt.MenuItem applet_exit_item

applet_exit_label

java.lang.String applet_exit_label

applet_menu_item

java.awt.Menu applet_menu_item

applet_new_applet_command

java.lang.String applet_new_applet_command

applet_new_applet_item

java.awt.MenuItem applet_new_applet_item

applet_new_applet_label

java.lang.String applet_new_applet_label

appletmenu_label

java.lang.String appletmenu_label

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

_appletframe

java.awt.Container _appletframe
Das Appletfenster

_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

_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_height

int _applet_height

_applet_title

java.lang.String _applet_title

_applet_width

int _applet_width

Class gishur.awt.GishurCanvas implements Serializable

Class gishur.awt.Symbolbar implements Serializable

Serialized Fields

_active

int _active
Variablen für Eventhandling.

_dragging

boolean _dragging

_exited

boolean _exited

_lastloc

int _lastloc
Variablen für Eventhandling.

_loc

int _loc
Variablen für Eventhandling.

_symbol

SymbolbarElement[] _symbol
Die Symbole.

alignment

byte alignment
Links/Rechts anordnen.

name

java.lang.String name
Name der Symbolleiste.

Class gishur.awt.SymbolbarArea implements Serializable

Serialized Fields

_draw_upper_border_line

boolean _draw_upper_border_line
If true, draws the upper border line.

_offscreen

java.awt.Image _offscreen
Offscreen-Bild.

Class gishur.awt.ToolTipper implements Serializable

Serialized Fields

_applet

java.applet.Applet _applet
The Applet to display StatusTips

_container

java.awt.Container _container
The Container to show ToolTips

_lastmouse

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

_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.

_showtime

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

_sleeptime

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

_tip

java.lang.String _tip
The actual ToolTip.

_tip_alignment

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

backcolor

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

textcolor

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

tip_font

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

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

_executor

TraceExecutor _executor
The {@link TraceExecutor} that manages algorithm execution.

_go_end

SymbolImageButton _go_end

_go_start

SymbolImageButton _go_start

_labels

TraceLabel[] _labels
The list with the slider {@link TraceLabel TraceLabels}

_laststep

int _laststep
The last viualized step number.

_level

SymbolSpinNumCombo _level

_level_text

SymbolbarLabel _level_text

_mode

int _mode
The mode variable that stores the actual mode.

_next

SymbolImageButton _next

_pause_time

long _pause_time
The playback pause between labels.

_power

SymbolImageStatusButton _power

_prev

SymbolImageButton _prev

_slider

SymbolbarSlider _slider

_speed

SymbolSpinCombo _speed

_speed_text

SymbolbarLabel _speed_text

_start

SymbolImageStatusButton _start

_tracer

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

_visualizer

TraceVisualizer _visualizer
The {@link TraceVisualizer} that paints the algorithm steps.

Class gishur.awt.ZoomBar implements Serializable

Serialized Fields

_display

DisplayManager _display
DisplayManager

_layer

Layer[] _layer
Liste mit Layer.

_selector

Selector _selector
Selector-Objekt zum Zoomen auf selektierte Breiche.

_translate

TranslateHandler _translate
TranslateHandler zum Verschieben des Sichtbereiches.

_translatebutton

SymbolImageButton _translatebutton
nochmal Zeiger auf Zoom- und Translatebutton.

_zoom

ZoomHandler _zoom
ZoomHandler zum freien zoomen.

_zoombutton

SymbolImageButton _zoombutton
nochmal Zeiger auf Zoom- und Translatebutton.

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.

objects_label

java.lang.String objects_label

objectspace

byte objectspace
Minimaler Abstand der Objekte zum Rand bei zoomObjects.

orginal_label

java.lang.String orginal_label

out_label

java.lang.String out_label

selected_label

java.lang.String selected_label

translate_label

java.lang.String translate_label

zoom_label

java.lang.String zoom_label

Class gishur.awt.ZoomBar2 implements Serializable

Serialized Fields

_display

DisplayManager _display
DisplayManager

_history

Stack _history
The history {@link Stack}.

_layer

List _layer
The {@link List} with the {@link Layer Layers}.

_selector

InputHandler _selector
Selector-Objekt zum Zoomen auf selektierte Breiche.

_translate

TranslateHandler _translate
TranslateHandler zum Verschieben des Sichtbereiches.

_translatebutton

SymbolImageButton _translatebutton
nochmal Zeiger auf Zoom- und Translatebutton.

_zoom

ZoomHandler _zoom
ZoomHandler zum freien zoomen.

_zoombutton

SymbolImageButton _zoombutton
nochmal Zeiger auf Zoom- und Translatebutton.

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.

objects_label

java.lang.String objects_label

objectspace

byte objectspace
Minimaler Abstand der Objekte zum Rand bei zoomObjects.

orginal_label

java.lang.String orginal_label

out_label

java.lang.String out_label

selected_label

java.lang.String selected_label

translate_label

java.lang.String translate_label

zoom_label

java.lang.String zoom_label


Package gishur.core

Class gishur.core.BasicList implements Serializable

Serialized Fields

_access

byte _access
Variable to allow access to {@link ListItem ListItems} temporarily.

_first

ListItem _first
The first list element.

_last

ListItem _last
The last list element.

_length

int _length
Number of the stored list elements.

Class gishur.core.BasicListItem implements Serializable

Serialized Fields

_next

ListItem _next
Pointers to the previous and next {@link ListItem ListItems}.

_owningList

Owner _owningList
The list, owning this object.

_prev

ListItem _prev
Pointers to the previous and next {@link ListItem ListItems}.

Class gishur.core.BasicTree implements Serializable

Serialized Fields

_access

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

_length

int _length
The number of stored elements.

_root

TreeItem _root
The root.

Class gishur.core.BasicTreeItem implements Serializable

Serialized Fields

_balance

byte _balance
Balance-data.

_child

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

_owningTree

Owner _owningTree
A reference to the owning tree structure.

_parent

TreeItem _parent
The 'father'-node.

Class gishur.core.BinarySearchTree implements Serializable

Serialized Fields

_allow_duplicates

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

_comparitor

Comparitor _comparitor
{@link Comparitor} used to order the tree's elements.

_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

comparitor

Comparitor comparitor
The {@link Comparitor}-object which tried to perform the comparison.
Comparitor

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

Class gishur.core.FibonacciNode implements Serializable

Serialized Fields

_childlist

SimpleList _childlist

_degree

int _degree

_mark

boolean _mark

_parent

FibonacciNode _parent

Class gishur.core.FunctionNotSupportedException implements Serializable

Class gishur.core.HashComparitor implements Serializable

Class gishur.core.LinkException implements Serializable

Serialized Fields

errorcode

int errorcode
Errorcode.

i

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

j

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

Class gishur.core.List implements Serializable

Class gishur.core.ListException implements Serializable

Serialized Fields

errorcode

int errorcode
Errorcode

param

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

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' {@link 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

errorcode

int errorcode
Errorcode

param

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


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

_subtype

int _subtype
The subtype of the event.

_target

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

Class gishur.core.event.ObjectEvent implements Serializable

Serialized Fields

_consumed

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

_subtype

int _subtype
Gibt die Modifikation oder Aktion genauer an.

_target

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


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

denominator

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

numerator

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


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

_flow

Flow _flow
The flow.

check

java.awt.Checkbox check

flow

java.awt.TextField flow

l_cap

java.awt.TextField l_cap

label1

java.awt.Label label1

label2

java.awt.Label label2

label3

java.awt.Label label3

u_cap

java.awt.TextField u_cap

Class gishur.graph.awt.NumberTypeFormat implements Serializable

Class gishur.graph.awt.PropEntry implements Serializable

Serialized Fields

_propertytype

PropertyTypeSelector _propertytype

property_name

StringTypeFormat property_name

property_type

java.awt.Choice property_type

property_value

TypeFormat property_value

Class gishur.graph.awt.PropertiesFrame implements Serializable

Serialized Fields

_color_back

java.awt.Color _color_back

_last_focus

PropEntry _last_focus

_prop

PropertyStatusReader _prop
{@link PropertyStatusReader} to use.

_propertytype

PropertyTypeSelector _propertytype
The {@link PropertyTypeSelector} to use.

_removed_entries

SimpleList _removed_entries

borderLayout

java.awt.BorderLayout borderLayout

cancel_button

java.awt.Button cancel_button

flowLayout

java.awt.FlowLayout flowLayout

flowLayout1

java.awt.FlowLayout flowLayout1

label1

java.awt.Label label1

label2

java.awt.Label label2

label3

java.awt.Label label3

new_button

java.awt.Button new_button

ok_button

java.awt.Button ok_button

panel1

java.awt.Panel panel1

prop_panel

java.awt.Panel prop_panel

remove_button

java.awt.Button remove_button

scrollPane

java.awt.ScrollPane scrollPane

stretch_panel

java.awt.Panel stretch_panel

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

_flow

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

_lcap

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

_ucap

double _ucap
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

_edges

java.util.Vector _edges
Vector of Edges

_nodes

java.util.Vector _nodes
Vector of Nodes

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 {@link GraphElement GraphElements} to which this one is connected

_linktype

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

_state

short _state
A short number serving as a bitarray containing internal status information about this {@link 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

_background

java.awt.Image _background
Hintergrundbild

_backgroundsource

java.awt.Image _backgroundsource

_backgroundsourcesize

java.awt.Rectangle _backgroundsourcesize

_blocked

boolean _blocked
Blockiert das Neuzeichnen.

_inputs

InputManager _inputs
Verwaltet InputHandler.

_layers

LayerManager _layers
Verwaltet Layer.

_offscreen

java.awt.Image _offscreen
Offscreen-Image

_offscreen2

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

_offsize

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

_repaint

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

_repaint_mode

byte _repaint_mode
Gesetzter Repaint-Modus.

_statustip

java.lang.String _statustip

_tooltip

java.lang.String _tooltip

_vscreen

VirtualScreen _vscreen
VirtualScreen-Objekt

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

_scroller

java.awt.ScrollPane _scroller

gridSize

int gridSize


Package gishur.gui2

Class gishur.gui2.DisplayManager implements Serializable

Serialized Fields

_context

RenderContext _context
The Rendering context.

_glistener

GeneralAWTEventListener[] _glistener
Array with all connected {@link GeneralAWTEventListener}s.

_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.

_last_mouse_position

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

_manager

DrawManager _manager
The connected DrawManager.

_mlistener

ModifyListener[] _mlistener
Array with all connected {@link ModifyListener}s.

_mouse_cursor

java.awt.Cursor _mouse_cursor
Mouse Curosor.

_mouse_cursor_owner

DrawAtom _mouse_cursor_owner
Mouse Curosor owner.

_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

_tip_status

byte _tip_status
The ToolTip Status

Class gishur.gui2.DrawException implements Serializable

Serialized Fields

arg

java.lang.Object arg
Argument

errorcode

int errorcode
Errorcode.

Class gishur.gui2.DrawProperties implements Serializable

Class gishur.gui2.LineShape implements Serializable

Serialized Fields

_hi_idx

int _hi_idx

_len

int _len

_lo_idx

int _lo_idx

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 {@link 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

_element

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

_source

DrawAtom _source
The {@link DrawAtom}, where this {@link GuiMouseEvent} 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

intersectable

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

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.

Class gishur.x.LineComparitor implements Serializable

Serialized Fields

_delta

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

_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

Class gishur.x.PointComparitor implements Serializable

Serialized Fields

_anglePoint

XPoint _anglePoint
Die Bezugspunkte bei angularer Ordnung.

_angleXPoint

XPoint _angleXPoint
Die Bezugspunkte bei angularer Ordnung.

_distancePoint

XPoint _distancePoint
Bezugspunkt bei Distanz-Ordnung.

_order

byte _order
Die gesetzte Ordnung; die Standardeinstellung ist X_ORDER.

Class gishur.x.XBaseline implements Serializable

Serialized Fields

_source

XPoint _source
Startpunkt

_target

XPoint _target
Endpunkt

Class gishur.x.XCircle implements Serializable

Serialized Fields

radius

double radius
Radius

x

double x
Zentrum.

y

double y
Zentrum.

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

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

x

double x
Koeffizienten für parametrisierte Parabel

y

double y
Koeffizienten für parametrisierte Parabel

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

_dir_in

byte _dir_in
Richtung der Strahlen.

_dir_out

byte _dir_out
Richtung der Strahlen.

_orientation

byte _orientation

_slope_in

double _slope_in
Steigungen der Strahlen.

_slope_out

double _slope_out
Steigungen der Strahlen.


Package gishur.x.voronoi

Class gishur.x.voronoi.VoronoiException implements Serializable

Serialized Fields

argument

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

errorcode

int errorcode
Fehlercode. Eine entsprechende Fehlerkonstante.


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.