Serialized Form


Package hades.jpshell

Class hades.jpshell.History extends java.util.Vector implements Serializable

Serialized Fields

historyIndex

int historyIndex

Class hades.jpshell.JPShell extends java.awt.Frame implements Serializable

Serialized Fields

history

History history

debug

boolean debug

version

java.lang.String version

textArea

java.awt.TextArea textArea

prompt

java.awt.TextField prompt

printStream

java.io.ByteArrayOutputStream printStream

Class hades.jpshell.JPWrapper extends SimObject implements Serializable

Serialized Fields

pyObj

JPWrapper pyObj

pyModul

java.lang.String pyModul

pyClass

java.lang.String pyClass

pyWriteArgs

java.lang.String pyWriteArgs

debug

boolean debug

ports

Port[] ports

t_delay

double t_delay


Package hades.gui

Class hades.gui.AboutDialog extends java.awt.Dialog implements Serializable

Serialized Fields

labelPanel

java.awt.Panel labelPanel

imagePanel

java.awt.Panel imagePanel

buttonPanel

java.awt.Panel buttonPanel

OK

java.awt.Button OK

text0

java.awt.Label text0

text1

java.awt.Label text1

text2

java.awt.Label text2

text3

java.awt.Label text3

image

java.awt.Image image

imageCanvas

ImageCanvas imageCanvas

backgroundColor

java.awt.Color backgroundColor

Class hades.gui.AddProbeToSignalCommand extends Command implements Serializable

Serialized Fields

pos1

java.awt.Point pos1

signal

Signal signal

canvas

ObjectCanvas canvas

probeSymbol

ProbeSymbol probeSymbol

Class hades.gui.AddSegmentToSignalCommand extends Command implements Serializable

Serialized Fields

signal

Signal signal

victim

Signal victim

canvas

ObjectCanvas canvas

n_points

int n_points

ws

WireSegment ws

sd

SolderDot sd

port

Port port

startPoint

java.awt.Point startPoint

tmpCompound

FigCompound tmpCompound

shiftDown

boolean shiftDown

Class hades.gui.AutoconnectCommand extends Command implements Serializable

Serialized Fields

oldPos

java.awt.Point oldPos

symbol

Symbol symbol

target

SimObject target

canvas

ObjectCanvas canvas

Class hades.gui.AWTExportOptionsDialog extends java.awt.Frame implements Serializable

Serialized Fields

FULL_COLORS

int FULL_COLORS
See Also:
Constant Field Values

IO_COLORS

int IO_COLORS
See Also:
Constant Field Values

BLACK_WHITE

int BLACK_WHITE
See Also:
Constant Field Values

FULL_COLORS_STRING

java.lang.String FULL_COLORS_STRING
See Also:
Constant Field Values

IO_COLORS_STRING

java.lang.String IO_COLORS_STRING
See Also:
Constant Field Values

BLACK_WHITE_STRING

java.lang.String BLACK_WHITE_STRING
See Also:
Constant Field Values

magnificationTF

java.awt.TextField magnificationTF

xoffsetTF

java.awt.TextField xoffsetTF

yoffsetTF

java.awt.TextField yoffsetTF

languageChoice

java.awt.Choice languageChoice

orientationChoice

java.awt.Choice orientationChoice

centerChoice

java.awt.Choice centerChoice

colorChoice

java.awt.Choice colorChoice

filenameButton

java.awt.Button filenameButton

filenameTF

java.awt.TextField filenameTF

fitToPageButton

java.awt.Button fitToPageButton

sizeLabel

java.awt.Label sizeLabel

okButton

java.awt.Button okButton

exportNowButton

java.awt.Button exportNowButton

cancelButton

java.awt.Button cancelButton

defaultFont

java.awt.Font defaultFont

debug

boolean debug

name

java.lang.String name

dm

java.awt.Dimension dm

filename

java.lang.String filename

Class hades.gui.AWTObjectCanvas extends TopLeftRulerCanvas implements Serializable

Serialized Fields

toolTipsEnabledFlag

boolean toolTipsEnabledFlag

enablePopup

boolean enablePopup

enablePopupOnNextMouseRelease

boolean enablePopupOnNextMouseRelease

isPopupShowingFlag

boolean isPopupShowingFlag

popup

java.awt.PopupMenu popup

popupPosition

java.awt.Point popupPosition

popupPositionWC

java.awt.Point popupPositionWC

menuTable

java.util.Hashtable menuTable

editor

Editor editor

repaintArray

FigDrawable[] repaintArray

repaintIndex

int repaintIndex

repaintOverflow

boolean repaintOverflow

repaintTable

java.util.Hashtable repaintTable

syncRedrawTimer

SyncRedrawTimer syncRedrawTimer

n_syncrepaints

int n_syncrepaints

n_syncrequests

int n_syncrequests

currentTime

long currentTime

lastRedrawTime

long lastRedrawTime

n_repaints

int n_repaints

n_repaintTables

int n_repaintTables

n_repaintTableEntries

int n_repaintTableEntries

n_repaintOverflows

int n_repaintOverflows

Class hades.gui.AWTPropertySheet extends PropertySheet implements Serializable

Serialized Fields

simObject

SimObject simObject

fields

java.lang.String[] fields

dialog

java.awt.Dialog dialog

frame

java.awt.Frame frame

helpTextArea

java.awt.TextArea helpTextArea

topPanel

InsetsPanel topPanel

centerPanel

InsetsPanel centerPanel

labelPanel

InsetsPanel labelPanel

tfPanel

InsetsPanel tfPanel

buttonPanel

InsetsPanel buttonPanel

okButton

java.awt.Button okButton

applyButton

java.awt.Button applyButton

cancelButton

java.awt.Button cancelButton

updateButton

java.awt.Button updateButton

backgroundColor

java.awt.Color backgroundColor

variableNames

java.lang.String[] variableNames

labels

java.awt.Label[] labels

textFields

java.awt.TextField[] textFields

getters

java.lang.reflect.Method[] getters

setters

java.lang.reflect.Method[] setters

Class hades.gui.AWTSelectURLDialog extends java.awt.Dialog implements Serializable

Serialized Fields

urlName

java.lang.String urlName

status

int status

cancelButton

java.awt.Button cancelButton

openButton

java.awt.Button openButton

chooseFileButton

java.awt.Button chooseFileButton

filenameTF

java.awt.TextField filenameTF

filenamePanel

java.awt.Panel filenamePanel

buttonPanel

java.awt.Panel buttonPanel

Class hades.gui.AWTSimControlPanel extends java.awt.Panel implements Serializable

Serialized Fields

simulator

SimKernel simulator

raised

boolean raised

pauseButton

ImageButton pauseButton

resetButton

ImageButton resetButton

singleStepButton

ImageButton singleStepButton

runForButton

ImageButton runForButton

runForeverButton

ImageButton runForeverButton

statusButton

ImageButton statusButton

deltatTextField

java.awt.TextField deltatTextField

unitsChoice

java.awt.Choice unitsChoice

batchOrInteractiveChoice

java.awt.Choice batchOrInteractiveChoice

trafficLight

TrafficLight trafficLight

simTimePanel

AWTSimControlPanel.SimTimePanel simTimePanel

helper

StatusMessage helper

parent

java.awt.Frame parent

Class hades.gui.AWTStatusPanel extends java.awt.Panel implements Serializable

Serialized Fields

statusCanvas

StatusCanvas statusCanvas

filenameTF

java.awt.TextField filenameTF

Class hades.gui.CanvasScroller extends java.awt.Panel implements Serializable

Serialized Fields

editorCanvas

FigCanvas editorCanvas

bottomPanel

java.awt.Panel bottomPanel

labelPanel

java.awt.Panel labelPanel

scrollbarX

java.awt.Scrollbar scrollbarX

scrollbarY

java.awt.Scrollbar scrollbarY

coordLabel

java.awt.Label coordLabel

zoomLabel

java.awt.Label zoomLabel

filler

CanvasScroller.Filler filler

infoLabel

CanvasScroller.InfoLabel infoLabel

objectBBox

FigBbox objectBBox

visibleRegionBBox

FigBbox visibleRegionBBox

totalBBox

FigBbox totalBBox

clipToObjectBoundingBox

boolean clipToObjectBoundingBox

Class hades.gui.ChangeNameCommand extends Command implements Serializable

Serialized Fields

newPos

java.awt.Point newPos

target

SimObject target

canvas

ObjectCanvas canvas

stringDialog

StringDialog stringDialog

hasName

boolean hasName

newname

java.lang.String newname

oldname

java.lang.String oldname

Class hades.gui.ChangeSignalNameCommand extends Command implements Serializable

Serialized Fields

newPos

java.awt.Point newPos

target

Signal target

canvas

ObjectCanvas canvas

stringDialog

StringDialog stringDialog

hasName

boolean hasName

newname

java.lang.String newname

oldname

java.lang.String oldname

Class hades.gui.CloseableFrame extends java.awt.Frame implements Serializable

Serialized Fields

exitOnClose

boolean exitOnClose

Class hades.gui.ColibriCreateCommand extends Command implements Serializable

Serialized Fields

newPos

java.awt.Point newPos

oldPos

java.awt.Point oldPos

target

SimObject target

canvas

ObjectCanvas canvas

Class hades.gui.Command extends java.util.EventObject implements Serializable

Serialized Fields

ready

boolean ready

editor

Editor editor

console

Console console

Class hades.gui.ConfirmDialog extends java.awt.Dialog implements Serializable

Serialized Fields

buttonPanel

java.awt.Panel buttonPanel

leftButton

java.awt.Button leftButton

middleButton

java.awt.Button middleButton

rightButton

java.awt.Button rightButton

title

java.lang.String title

AL

java.awt.event.ActionListener AL

Class hades.gui.CopyCommand extends Command implements Serializable

Serialized Fields

oldPos

java.awt.Point oldPos

newPos

java.awt.Point newPos

source

SimObject source

target

SimObject target

canvas

ObjectCanvas canvas

Class hades.gui.CreateByNameCommand extends Command implements Serializable

Serialized Fields

newPos

java.awt.Point newPos

target

SimObject target

canvas

ObjectCanvas canvas

stringDialog

StringDialog stringDialog

hasName

boolean hasName

classname

java.lang.String classname

Class hades.gui.CreateCommand extends Command implements Serializable

Serialized Fields

newPos

java.awt.Point newPos

target

SimObject target

canvas

ObjectCanvas canvas

Class hades.gui.CreateSignalCommand extends Command implements Serializable

Serialized Fields

signal

Signal signal

victim

Signal victim

canvas

ObjectCanvas canvas

n_points

int n_points

ws

WireSegment ws

startPoint

java.awt.Point startPoint

port0

Port port0

port1

Port port1

tmpCompound

FigCompound tmpCompound

shiftDown

boolean shiftDown

Class hades.gui.CreateSubdesignCommand extends Command implements Serializable

Serialized Fields

newPos

java.awt.Point newPos

target

SimObject target

canvas

ObjectCanvas canvas

stringDialog

StringDialog stringDialog

hasName

boolean hasName

resname

java.lang.String resname

Class hades.gui.DeleteAllCommand extends Command implements Serializable

Serialized Fields

c_table

java.util.Hashtable c_table

s_table

java.util.Hashtable s_table

Class hades.gui.DeleteCommand extends Command implements Serializable

Class hades.gui.DeleteComponentCommand extends Command implements Serializable

Serialized Fields

target

SimObject target

oldSignals

Signal[] oldSignals

canvas

ObjectCanvas canvas

Class hades.gui.DeleteProbeFromSignalCommand extends Command implements Serializable

Serialized Fields

pos1

java.awt.Point pos1

signal

Signal signal

waveform

Waveform waveform

canvas

ObjectCanvas canvas

probeSymbol

ProbeSymbol probeSymbol

Class hades.gui.DeleteSegmentFromSignalCommand extends Command implements Serializable

Serialized Fields

segment

WireSegment segment

signal

Signal signal

canvas

ObjectCanvas canvas

Class hades.gui.DeleteSelectionCommand extends Command implements Serializable

Serialized Fields

victims

java.util.Hashtable victims

victimSignals

java.util.Hashtable victimSignals

victimSimObjects

java.util.Hashtable victimSimObjects

canvas

ObjectCanvas canvas

Class hades.gui.DeleteSignalCommand extends Command implements Serializable

Serialized Fields

target

java.lang.Object target

canvas

ObjectCanvas canvas

Class hades.gui.DeselectAllCommand extends Command implements Serializable

Serialized Fields

canvas

ObjectCanvas canvas

Class hades.gui.DidYouKnowFrame extends java.awt.Frame implements Serializable

Serialized Fields

resourcename

java.lang.String resourcename

tips

java.util.Vector tips

index

int index

iconCanvas

ImageCanvas iconCanvas

nextButton

java.awt.Button nextButton

prevButton

java.awt.Button prevButton

closeButton

java.awt.Button closeButton

againCheckbox

java.awt.Checkbox againCheckbox

textArea

java.awt.TextArea textArea

buttonFont

java.awt.Font buttonFont

textAreaFont

java.awt.Font textAreaFont

Class hades.gui.DisconnectCommand extends Command implements Serializable

Serialized Fields

oldPos

java.awt.Point oldPos

symbol

Symbol symbol

target

SimObject target

canvas

ObjectCanvas canvas

Class hades.gui.DisconnectPortCommand extends Command implements Serializable

Serialized Fields

oldPos

java.awt.Point oldPos

symbol

Symbol symbol

target

SimObject target

targetPort

Port targetPort

signal

Signal signal

canvas

ObjectCanvas canvas

Class hades.gui.EditCommand extends Command implements Serializable

Serialized Fields

oldPos

java.awt.Point oldPos

newPos

java.awt.Point newPos

target

SimObject target

canvas

ObjectCanvas canvas

Class hades.gui.EditFrame extends java.awt.Frame implements Serializable

Serialized Fields

icon

java.awt.Image icon

editor

Editor editor

fileMenu

java.awt.Menu fileMenu

editMenu

java.awt.Menu editMenu

windowMenu

java.awt.Menu windowMenu

signalsMenu

java.awt.Menu signalsMenu

exportMenu

java.awt.Menu exportMenu

vhdlMenu

java.awt.Menu vhdlMenu

layersMenu

java.awt.Menu layersMenu

selectSnapMenu

java.awt.Menu selectSnapMenu

selectGridMenu

java.awt.Menu selectGridMenu

selectUnitsMenu

java.awt.Menu selectUnitsMenu

selectRepaintFpsMenu

java.awt.Menu selectRepaintFpsMenu

specialMenu

java.awt.Menu specialMenu

debugMenu

java.awt.Menu debugMenu

helpMenu

java.awt.Menu helpMenu

demoDesignsMenu

java.awt.Menu demoDesignsMenu

fileNewMI

java.awt.MenuItem fileNewMI

fileOpenMI

java.awt.MenuItem fileOpenMI

fileSaveMI

java.awt.MenuItem fileSaveMI

fileSaveAsMI

java.awt.MenuItem fileSaveAsMI

fileCloseMI

java.awt.MenuItem fileCloseMI

fileExitMI

java.awt.MenuItem fileExitMI

filePrintSetupMI

java.awt.MenuItem filePrintSetupMI

filePrintMI

java.awt.MenuItem filePrintMI

fileExportSetupMI

java.awt.MenuItem fileExportSetupMI

fileExportMI

java.awt.MenuItem fileExportMI

fileSaveConfigMI

java.awt.MenuItem fileSaveConfigMI

fileCloneMI

java.awt.MenuItem fileCloneMI

cancelMI

java.awt.MenuItem cancelMI

undoMI

java.awt.MenuItem undoMI

redoMI

java.awt.MenuItem redoMI

deleteAllMI

java.awt.MenuItem deleteAllMI

setDesignNameMI

java.awt.MenuItem setDesignNameMI

createSymbolMI

java.awt.MenuItem createSymbolMI

editSymbolMI

java.awt.MenuItem editSymbolMI

createThumbnailMI

java.awt.MenuItem createThumbnailMI

moveToPositiveQuadrantMI

java.awt.MenuItem moveToPositiveQuadrantMI

autoconnectMI

java.awt.MenuItem autoconnectMI

disconnectMI

java.awt.MenuItem disconnectMI

mirrorXMI

java.awt.MenuItem mirrorXMI

mirrorYMI

java.awt.MenuItem mirrorYMI

rebuildObjectListMI

java.awt.MenuItem rebuildObjectListMI

redrawMI

java.awt.MenuItem redrawMI

flushSymbolCacheMI

java.awt.MenuItem flushSymbolCacheMI

selectMI

java.awt.MenuItem selectMI

selectAllMI

java.awt.MenuItem selectAllMI

selectRegionMI

java.awt.MenuItem selectRegionMI

deselectAllMI

java.awt.MenuItem deselectAllMI

deleteSelectionMI

java.awt.MenuItem deleteSelectionMI

moveSelectionMI

java.awt.MenuItem moveSelectionMI

copySelectionMI

java.awt.MenuItem copySelectionMI

zoomRegionMI

java.awt.MenuItem zoomRegionMI

zoomInMI

java.awt.MenuItem zoomInMI

zoomOutMI

java.awt.MenuItem zoomOutMI

zoomFitMI

java.awt.MenuItem zoomFitMI

zoom11MI

java.awt.MenuItem zoom11MI

zoomOut09MI

java.awt.MenuItem zoomOut09MI

zoomIn11MI

java.awt.MenuItem zoomIn11MI

zoomA4MI

java.awt.MenuItem zoomA4MI

noGridMI

java.awt.MenuItem noGridMI

coarseGridMI

java.awt.MenuItem coarseGridMI

mediumGridMI

java.awt.MenuItem mediumGridMI

fineGridMI

java.awt.MenuItem fineGridMI

unitsInchMI

java.awt.MenuItem unitsInchMI

unitsMmMI

java.awt.MenuItem unitsMmMI

unitsXmmMI

java.awt.MenuItem unitsXmmMI

noSnapMI

java.awt.MenuItem noSnapMI

coarseSnapMI

java.awt.MenuItem coarseSnapMI

mediumSnapMI

java.awt.MenuItem mediumSnapMI

fineSnapMI

java.awt.MenuItem fineSnapMI

tinySnapMI

java.awt.MenuItem tinySnapMI

redraw40fpsMI

java.awt.MenuItem redraw40fpsMI

redraw20fpsMI

java.awt.MenuItem redraw20fpsMI

redraw10fpsMI

java.awt.MenuItem redraw10fpsMI

redraw3fpsMI

java.awt.MenuItem redraw3fpsMI

redraw1fpsMI

java.awt.MenuItem redraw1fpsMI

redraw01fpsMI

java.awt.MenuItem redraw01fpsMI

redrawDefaultMI

java.awt.MenuItem redrawDefaultMI

redrawNoneMI

java.awt.MenuItem redrawNoneMI

displayAllMI

java.awt.MenuItem displayAllMI

displayNoneMI

java.awt.MenuItem displayNoneMI

initSignalsWithZeroMI

java.awt.MenuItem initSignalsWithZeroMI

initSignalsWithOneMI

java.awt.MenuItem initSignalsWithOneMI

initSignalsWithUMI

java.awt.MenuItem initSignalsWithUMI

initSignalsRandomlyMI

java.awt.MenuItem initSignalsRandomlyMI

addProbesToAllSignalsMI

java.awt.MenuItem addProbesToAllSignalsMI

addProbesToToplevelIOMI

java.awt.MenuItem addProbesToToplevelIOMI

addProbesToToplevelSignalsMI

java.awt.MenuItem addProbesToToplevelSignalsMI

removeProbesAllSignalsMI

java.awt.MenuItem removeProbesAllSignalsMI

removeProbesToplevelMI

java.awt.MenuItem removeProbesToplevelMI

removeProbesToplevelIOMI

java.awt.MenuItem removeProbesToplevelIOMI

showWavesMI

java.awt.MenuItem showWavesMI

clearWavesMI

java.awt.MenuItem clearWavesMI

exportPSMenuItem

java.awt.MenuItem exportPSMenuItem

exportFig2devMenuItem

java.awt.MenuItem exportFig2devMenuItem

exportGIFMenuItem

java.awt.MenuItem exportGIFMenuItem

exportSettingsMenuItem

java.awt.MenuItem exportSettingsMenuItem

exportFileNameMenuItem

java.awt.MenuItem exportFileNameMenuItem

printPSMenuItem

java.awt.MenuItem printPSMenuItem

autoSimMI

java.awt.MenuItem autoSimMI

vhdlOptionsMI

java.awt.MenuItem vhdlOptionsMI

vhdlExportMI

java.awt.MenuItem vhdlExportMI

checkDesignMI

java.awt.MenuItem checkDesignMI

checkDesignAndHighlightErrorsMI

java.awt.MenuItem checkDesignAndHighlightErrorsMI

removeHighlightMarkersMI

java.awt.MenuItem removeHighlightMarkersMI

memoryInfoMI

java.awt.MenuItem memoryInfoMI

gcNowMI

java.awt.MenuItem gcNowMI

jvmMemoryMI

java.awt.MenuItem jvmMemoryMI

testTimingMI

java.awt.MenuItem testTimingMI

traceEventsMI

java.awt.CheckboxMenuItem traceEventsMI

traceSignalsMI

java.awt.CheckboxMenuItem traceSignalsMI

traceMouseClickMI

java.awt.CheckboxMenuItem traceMouseClickMI

traceSimulatorMI

java.awt.CheckboxMenuItem traceSimulatorMI

traceSimObjectsMI

java.awt.CheckboxMenuItem traceSimObjectsMI

editorDebugMI

java.awt.CheckboxMenuItem editorDebugMI

traceCanvasMI

java.awt.CheckboxMenuItem traceCanvasMI

displayInstanceLabelMI

java.awt.CheckboxMenuItem displayInstanceLabelMI

displayPortLabelMI

java.awt.CheckboxMenuItem displayPortLabelMI

displayInstanceBorderMI

java.awt.CheckboxMenuItem displayInstanceBorderMI

displayClassLabelMI

java.awt.CheckboxMenuItem displayClassLabelMI

displayPortSymbolsMI

java.awt.CheckboxMenuItem displayPortSymbolsMI

displayBusPortSymbolsMI

java.awt.CheckboxMenuItem displayBusPortSymbolsMI

displayRtlibAnimationMI

java.awt.CheckboxMenuItem displayRtlibAnimationMI

viewModeMI

java.awt.CheckboxMenuItem viewModeMI

glowModeMI

java.awt.CheckboxMenuItem glowModeMI

canvasInverseModeMI

java.awt.CheckboxMenuItem canvasInverseModeMI

enableToolTipsMI

java.awt.CheckboxMenuItem enableToolTipsMI

enableAntiAliasMI

java.awt.CheckboxMenuItem enableAntiAliasMI

enableRenderQualityMI

java.awt.CheckboxMenuItem enableRenderQualityMI

allowSplitSignalsMI

java.awt.CheckboxMenuItem allowSplitSignalsMI

enableCreateSignalsMI

java.awt.CheckboxMenuItem enableCreateSignalsMI

printObjectsMI

java.awt.MenuItem printObjectsMI

printAllObjectsMI

java.awt.MenuItem printAllObjectsMI

printSymbolsMI

java.awt.MenuItem printSymbolsMI

printToplevelSignalsMI

java.awt.MenuItem printToplevelSignalsMI

printAllSignalsMI

java.awt.MenuItem printAllSignalsMI

showMessagesMI

java.awt.MenuItem showMessagesMI

showPropertiesMI

java.awt.MenuItem showPropertiesMI

jpythonMI

java.awt.MenuItem jpythonMI

callMethodMI

java.awt.MenuItem callMethodMI

printUndoStackMI

java.awt.MenuItem printUndoStackMI

printEventListMI

java.awt.MenuItem printEventListMI

printEditorTableMI

java.awt.MenuItem printEditorTableMI

printRedrawStatsMI

java.awt.MenuItem printRedrawStatsMI

printSelectionMI

java.awt.MenuItem printSelectionMI

helpAboutMI

java.awt.MenuItem helpAboutMI

helpWelcomeMI

java.awt.MenuItem helpWelcomeMI

helpContentsMI

java.awt.MenuItem helpContentsMI

helpPopupMI

java.awt.MenuItem helpPopupMI

helpShortcutsMI

java.awt.MenuItem helpShortcutsMI

helpSimKernelMI

java.awt.MenuItem helpSimKernelMI

helpColors1164MI

java.awt.MenuItem helpColors1164MI

helpShowChangesMI

java.awt.MenuItem helpShowChangesMI

helpShowMessagesMI

java.awt.MenuItem helpShowMessagesMI

helpTipOfTheDayMI

java.awt.MenuItem helpTipOfTheDayMI

helpShowFaqMI

java.awt.MenuItem helpShowFaqMI

popupPosition

java.awt.Point popupPosition

Class hades.gui.EditorInApplet extends javax.swing.JApplet implements Serializable

Serialized Fields

javaVersionOK

boolean javaVersionOK

externalWindow

boolean externalWindow

debug

boolean debug

editor

Editor editor

appletServerName

java.lang.String appletServerName

appletBaseDirName

java.lang.String appletBaseDirName

Class hades.gui.HexTextField extends java.awt.Canvas implements Serializable

Serialized Fields

value

long value

svalue

java.lang.String svalue

actionListenerTable

java.util.Hashtable actionListenerTable

textFont

java.awt.Font textFont

backgroundColor

java.awt.Color backgroundColor

textColor

java.awt.Color textColor

highlightColor

java.awt.Color highlightColor

offscreenBuffer

java.awt.Image offscreenBuffer

n_chars

int n_chars

n_cursor

int n_cursor

char_width

int char_width

char_height

int char_height

baseline

int baseline

border_width

int border_width

border_height

int border_height

width

int width

height

int height

shiftMode

boolean shiftMode

Class hades.gui.ImageButton extends java.awt.Canvas implements Serializable

Serialized Fields

passive

java.awt.Image passive

active

java.awt.Image active

width

int width

height

int height

label

java.lang.String label

font

java.awt.Font font

activated

boolean activated

state

boolean state

mouseIsDown

boolean mouseIsDown

mouseInside

boolean mouseInside

helper

StatusMessage helper

helpMessage

java.lang.String helpMessage

actionListener

java.awt.event.ActionListener actionListener

Class hades.gui.ImageCanvas extends java.awt.Canvas implements Serializable

Serialized Fields

icon

java.awt.Image icon

x_offset

int x_offset

y_offset

int y_offset

x_align

int x_align

y_align

int y_align

Class hades.gui.InsertVertexIntoSignalCommand extends Command implements Serializable

Serialized Fields

signal

Signal signal

originalSegment

WireSegment originalSegment

newSegment1

WireSegment newSegment1

newSegment2

WireSegment newSegment2

canvas

ObjectCanvas canvas

newVertex

java.awt.Point newVertex

Class hades.gui.JAboutDialog extends JAboutDialog implements Serializable

Class hades.gui.JCanvasScroller extends javax.swing.JPanel implements Serializable

Serialized Fields

editorCanvas

FigCanvas editorCanvas

bottomPanel

javax.swing.JPanel bottomPanel

labelPanel

javax.swing.JPanel labelPanel

scrollbarX

javax.swing.JScrollBar scrollbarX

scrollbarY

javax.swing.JScrollBar scrollbarY

coordLabel

javax.swing.JLabel coordLabel

zoomLabel

javax.swing.JLabel zoomLabel

filler

JCanvasScroller.Filler filler

infoLabel

JCanvasScroller.InfoLabel infoLabel

objectBBox

FigBbox objectBBox

visibleRegionBBox

FigBbox visibleRegionBBox

totalBBox

FigBbox totalBBox

clipToObjectBoundingBox

boolean clipToObjectBoundingBox

funny_swing_ignore_track_event

boolean funny_swing_ignore_track_event

Class hades.gui.JConfirmDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

leftButton

javax.swing.JButton leftButton

middleButton

javax.swing.JButton middleButton

rightButton

javax.swing.JButton rightButton

Class hades.gui.JEditFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

icon

java.awt.Image icon

editor

Editor editor

recentFileManager

JRecentFileManager recentFileManager

menuBar

javax.swing.JMenuBar menuBar

closeWindowMI

javax.swing.JMenuItem closeWindowMI

undoMI

javax.swing.JMenuItem undoMI

redoMI

javax.swing.JMenuItem redoMI

layerDisplayAllMI

javax.swing.JMenuItem layerDisplayAllMI

layerDisplayNoneMI

javax.swing.JMenuItem layerDisplayNoneMI

viewModeMI

javax.swing.JCheckBoxMenuItem viewModeMI

rtlibAnimationMI

javax.swing.JCheckBoxMenuItem rtlibAnimationMI

glowModeMI

javax.swing.JCheckBoxMenuItem glowModeMI

inverseCanvasMI

javax.swing.JCheckBoxMenuItem inverseCanvasMI

renderQualityMI

javax.swing.JCheckBoxMenuItem renderQualityMI

antiAliasMI

javax.swing.JCheckBoxMenuItem antiAliasMI

enableToolTipsMI

javax.swing.JCheckBoxMenuItem enableToolTipsMI

enableSplitSignalsMI

javax.swing.JCheckBoxMenuItem enableSplitSignalsMI

enableCreateSignalsMI

javax.swing.JCheckBoxMenuItem enableCreateSignalsMI

layerInstanceLabelsMI

javax.swing.JCheckBoxMenuItem layerInstanceLabelsMI

layerClassLabelsMI

javax.swing.JCheckBoxMenuItem layerClassLabelsMI

layerPortLabelsMI

javax.swing.JCheckBoxMenuItem layerPortLabelsMI

layerPortSymbolsMI

javax.swing.JCheckBoxMenuItem layerPortSymbolsMI

layerBusPortSymbolsMI

javax.swing.JCheckBoxMenuItem layerBusPortSymbolsMI

layerInstanceBorderMI

javax.swing.JCheckBoxMenuItem layerInstanceBorderMI

traceEventsMI

javax.swing.JCheckBoxMenuItem traceEventsMI

traceSignalsMI

javax.swing.JCheckBoxMenuItem traceSignalsMI

traceMouseClickMI

javax.swing.JCheckBoxMenuItem traceMouseClickMI

traceSimulatorMI

javax.swing.JCheckBoxMenuItem traceSimulatorMI

traceSimObjectsMI

javax.swing.JCheckBoxMenuItem traceSimObjectsMI

editorDebugMI

javax.swing.JCheckBoxMenuItem editorDebugMI

traceCanvasMI

javax.swing.JCheckBoxMenuItem traceCanvasMI

popupPosition

java.awt.Point popupPosition

Class hades.gui.JImageButton extends javax.swing.JPanel implements Serializable

Serialized Fields

passive

java.awt.Image passive

active

java.awt.Image active

width

int width

height

int height

label

java.lang.String label

font

java.awt.Font font

activated

boolean activated

state

boolean state

mouseIsDown

boolean mouseIsDown

mouseInside

boolean mouseInside

helper

StatusMessage helper

helpMessage

java.lang.String helpMessage

actionListener

java.awt.event.ActionListener actionListener

Class hades.gui.JMultiLineToolTip extends javax.swing.JToolTip implements Serializable

Serialized Fields

label

java.lang.String label

margin_width

int margin_width

margin_height

int margin_height

alignment

int alignment

num_lines

int num_lines

lines

java.lang.String[] lines

line_widths

int[] line_widths

max_width

int max_width

line_height

int line_height

line_ascent

int line_ascent

measured

boolean measured

Class hades.gui.JObjectCanvas extends FigSwingCanvas implements Serializable

Serialized Fields

enablePopup

boolean enablePopup

enablePopupOnNextMouseRelease

boolean enablePopupOnNextMouseRelease

isPopupShowingFlag

boolean isPopupShowingFlag

popup

javax.swing.JPopupMenu popup

popupPosition

java.awt.Point popupPosition

popupPositionWC

java.awt.Point popupPositionWC

menuTable

java.util.Hashtable menuTable

toolTipsEnabledFlag

boolean toolTipsEnabledFlag

editor

Editor editor

repaintArray

FigDrawable[] repaintArray

repaintIndex

int repaintIndex

repaintOverflow

boolean repaintOverflow

syncRedrawTimer

SyncRedrawTimer syncRedrawTimer

n_syncrepaints

int n_syncrepaints

n_syncrequests

int n_syncrequests

currentTime

long currentTime

lastRedrawTime

long lastRedrawTime

n_repaints

int n_repaints

contextToolTipProvider

ContextToolTip contextToolTipProvider

contextToolTipText

java.lang.String contextToolTipText

multiLineToolTip

JMultiLineToolTip multiLineToolTip

n_repaintTables

int n_repaintTables

n_repaintTableEntries

int n_repaintTableEntries

n_repaintOverflows

int n_repaintOverflows

Class hades.gui.JPropertiesViewer extends JPropertiesViewer implements Serializable

Class hades.gui.JPropertySheet extends PropertySheet implements Serializable

Serialized Fields

simObject

SimObject simObject

fields

java.lang.String[] fields

frame

java.awt.Frame frame

dialog

javax.swing.JDialog dialog

helpTextArea

javax.swing.JTextArea helpTextArea

topPanel

javax.swing.JPanel topPanel

centerPanel

javax.swing.JPanel centerPanel

labelPanel

javax.swing.JPanel labelPanel

tfPanel

javax.swing.JPanel tfPanel

buttonPanel

javax.swing.JPanel buttonPanel

okButton

javax.swing.JButton okButton

applyButton

javax.swing.JButton applyButton

cancelButton

javax.swing.JButton cancelButton

updateButton

javax.swing.JButton updateButton

backgroundColor

java.awt.Color backgroundColor

variableNames

java.lang.String[] variableNames

labels

javax.swing.JLabel[] labels

components

java.awt.Component[] components

getters

java.lang.reflect.Method[] getters

setters

java.lang.reflect.Method[] setters

Class hades.gui.JSelectURLDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

urlName

java.lang.String urlName

status

int status

cancelButton

javax.swing.JButton cancelButton

openButton

javax.swing.JButton openButton

chooseFileButton

javax.swing.JButton chooseFileButton

filenameTF

javax.swing.JTextField filenameTF

filenamePanel

javax.swing.JPanel filenamePanel

buttonPanel

javax.swing.JPanel buttonPanel

Class hades.gui.JSimControlPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

simulator

SimKernel simulator

raised

boolean raised

pauseButton

JImageButton pauseButton

resetButton

JImageButton resetButton

singleStepButton

JImageButton singleStepButton

runForButton

JImageButton runForButton

runForeverButton

JImageButton runForeverButton

statusButton

JImageButton statusButton

deltatTextField

javax.swing.JTextField deltatTextField

unitsJComboBox

javax.swing.JComboBox unitsJComboBox

batchOrInteractiveJComboBox

javax.swing.JComboBox batchOrInteractiveJComboBox

trafficLight

JTrafficLight trafficLight

simTimePanel

JSimControlPanel.SimTimePanel simTimePanel

helper

StatusMessage helper

parent

java.awt.Frame parent

Class hades.gui.JStatusPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

statusCanvas

JStatusCanvas statusCanvas

filenameTF

javax.swing.JTextField filenameTF

Class hades.gui.JTrafficLight extends javax.swing.JComponent implements Serializable

Serialized Fields

state

int state

radius

int radius

border

int border

backgroundColor

java.awt.Color backgroundColor

inactiveColor

java.awt.Color inactiveColor

Class hades.gui.JythonConsole extends javax.swing.JFrame implements Serializable

Serialized Fields

debug

boolean debug

interpreter

org.python.util.PythonInterpreter interpreter

runner

JythonConsole.PythonRunner runner

history

JythonConsole.History history

menuBar

javax.swing.JMenuBar menuBar

tabbedPane

javax.swing.JTabbedPane tabbedPane

logPad

javax.swing.JTextArea logPad

scratchPad1

javax.swing.JTextArea scratchPad1

scratchPad2

javax.swing.JTextArea scratchPad2

scratchPad3

javax.swing.JTextArea scratchPad3

prompt

javax.swing.JTextField prompt

scroller0

javax.swing.JScrollPane scroller0

scroller1

javax.swing.JScrollPane scroller1

scroller2

javax.swing.JScrollPane scroller2

scroller3

javax.swing.JScrollPane scroller3

logStream

JythonConsole.ConsoleStream logStream

_callbackTable

java.util.Hashtable _callbackTable

chooser

javax.swing.JFileChooser chooser

filesVector

java.util.Vector filesVector

editor

Editor editor

Class hades.gui.Log extends java.awt.Frame implements Serializable

Serialized Fields

textArea

java.awt.TextArea textArea

Class hades.gui.MemoryEditorFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

menuBar

javax.swing.JMenuBar menuBar

fileMenu

javax.swing.JMenu fileMenu

editMenu

javax.swing.JMenu editMenu

initMenu

javax.swing.JMenu initMenu

optionsMenu

javax.swing.JMenu optionsMenu

helpMenu

javax.swing.JMenu helpMenu

openMI

javax.swing.JMenuItem openMI

mergeMI

javax.swing.JMenuItem mergeMI

reloadMI

javax.swing.JMenuItem reloadMI

saveMI

javax.swing.JMenuItem saveMI

saveAsMI

javax.swing.JMenuItem saveAsMI

closeMI

javax.swing.JMenuItem closeMI

resizeMI

javax.swing.JMenuItem resizeMI

moveBlockMI

javax.swing.JMenuItem moveBlockMI

searchMI

javax.swing.JMenuItem searchMI

searchAgainMI

javax.swing.JMenuItem searchAgainMI

initXXXMI

javax.swing.JMenuItem initXXXMI

initZeroMI

javax.swing.JMenuItem initZeroMI

initRandomMI

javax.swing.JMenuItem initRandomMI

initReloadMI

javax.swing.JMenuItem initReloadMI

initLinearMI

javax.swing.JMenuItem initLinearMI

initLinear2MI

javax.swing.JMenuItem initLinear2MI

configMI

javax.swing.JMenuItem configMI

aboutMI

javax.swing.JMenuItem aboutMI

keysMI

javax.swing.JMenuItem keysMI

enableToolTipsMI

javax.swing.JCheckBoxMenuItem enableToolTipsMI

title

java.lang.String title

resourcename

java.lang.String resourcename

scrollPane

javax.swing.JScrollPane scrollPane

propertySheet

PropertySheet propertySheet

resizeDialog

MemoryEditorFrame.ResizeDialog resizeDialog

moveBlockDialog

MemoryEditorFrame.MoveBlockDialog moveBlockDialog

toolTipManager

javax.swing.ToolTipManager toolTipManager

console

Console console

memoryObject

Memory memoryObject

data

long[] data

n_words

int n_words

n_bits_per_word

int n_bits_per_word

n_visibleRows

int n_visibleRows

n_words_per_row

int n_words_per_row

hexEditorField

MemoryHexEditorField hexEditorField

initialized

boolean initialized

Class hades.gui.MemoryHexEditorField extends javax.swing.JComponent implements Serializable

Serialized Fields

n_words

int n_words

n_bits_per_word

int n_bits_per_word

data

long[] data

actionListenerTable

java.util.Hashtable actionListenerTable

textFont

java.awt.Font textFont

backgroundColor

java.awt.Color backgroundColor

dataColor

java.awt.Color dataColor

addrColor

java.awt.Color addrColor

readHighlightColor

java.awt.Color readHighlightColor

writeHighlightColor

java.awt.Color writeHighlightColor

n_columns

int n_columns

n_rows

int n_rows

n_words_per_row

int n_words_per_row

visibleWordsPerRow

int visibleWordsPerRow

n_chars_per_addr

int n_chars_per_addr

n_chars_per_word

int n_chars_per_word

char_width

int char_width

char_height

int char_height

baseline

int baseline

x0_addr

int x0_addr

x0_data

int x0_data

y0_addr

int y0_addr

y0_data

int y0_data

dx_data

int dx_data

border_width

int border_width

border_height

int border_height

width

int width

height

int height

cursor_x

int cursor_x

cursor_y

int cursor_y

shiftMode

boolean shiftMode

readHighlightAddress

int readHighlightAddress

writeHighlightAddress

int writeHighlightAddress

memoryObject

Memory memoryObject

initialized

boolean initialized

Class hades.gui.MicroRomEditorCanvas extends java.awt.Canvas implements Serializable

Serialized Fields

n_words

int n_words

n_bits_per_word

int n_bits_per_word

data

long[] data

addrCache

java.lang.String[] addrCache

dataCache

java.lang.String[] dataCache

actionListenerTable

java.util.Hashtable actionListenerTable

textFont

java.awt.Font textFont

backgroundColor

java.awt.Color backgroundColor

dataColor

java.awt.Color dataColor

addrColor

java.awt.Color addrColor

readHighlightColor

java.awt.Color readHighlightColor

writeHighlightColor

java.awt.Color writeHighlightColor

offscreenBuffer

java.awt.Image offscreenBuffer

offscreenGraphics

java.awt.Graphics offscreenGraphics

scroller

java.awt.Scrollbar scroller

n_columns

int n_columns

n_rows

int n_rows

n_words_per_row

int n_words_per_row

n_chars_per_word

int n_chars_per_word

n_chars_per_addr

int n_chars_per_addr

n_words_per_screen

int n_words_per_screen

char_width

int char_width

char_height

int char_height

baseline

int baseline

x0_addr

int x0_addr

x0_data

int x0_data

y0_addr

int y0_addr

y0_data

int y0_data

dx_data

int dx_data

border_width

int border_width

border_height

int border_height

width

int width

height

int height

start_address

int start_address

end_address

int end_address

cursor_x

int cursor_x

cursor_y

int cursor_y

n_cursor

int n_cursor

n_chars

int n_chars

value

int value

shiftMode

boolean shiftMode

readHighlightAddress

int readHighlightAddress

writeHighlightAddress

int writeHighlightAddress

Class hades.gui.MirrorXCommand extends Command implements Serializable

Serialized Fields

component

SimObject component

symbol

Symbol symbol

canvas

ObjectCanvas canvas

mirrorPos

java.awt.Point mirrorPos

Class hades.gui.MirrorYCommand extends Command implements Serializable

Serialized Fields

component

SimObject component

symbol

Symbol symbol

canvas

ObjectCanvas canvas

mirrorPos

java.awt.Point mirrorPos

Class hades.gui.MoveCommand extends Command implements Serializable

Serialized Fields

oldPos

java.awt.Point oldPos

newPos

java.awt.Point newPos

target

SimObject target

canvas

ObjectCanvas canvas

Class hades.gui.MoveSelectionCommand extends Command implements Serializable

Serialized Fields

anchor

java.awt.Point anchor

target

java.awt.Point target

canvas

ObjectCanvas canvas

syTable

java.util.Hashtable syTable

wsTable

java.util.Hashtable wsTable

Class hades.gui.MoveToPositiveQuadrantCommand extends Command implements Serializable

Serialized Fields

oldPos

java.awt.Point oldPos

newPos

java.awt.Point newPos

canvas

ObjectCanvas canvas

dx

int dx

dy

int dy

Class hades.gui.MultiLineLabel extends java.awt.Component implements Serializable

Serialized Fields

label

java.lang.String label

margin_width

int margin_width

margin_height

int margin_height

alignment

int alignment

num_lines

int num_lines

lines

java.lang.String[] lines

line_widths

int[] line_widths

max_width

int max_width

line_height

int line_height

line_ascent

int line_ascent

measured

boolean measured

Class hades.gui.OpenDesignCommand extends Command implements Serializable

Serialized Fields

oldPos

java.awt.Point oldPos

newPos

java.awt.Point newPos

newDesign

Design newDesign

oldDesign

Design oldDesign

oldSimulator

SimKernel oldSimulator

resourcename

java.lang.String resourcename

canvas

ObjectCanvas canvas

Class hades.gui.PropertiesViewer extends PropertiesViewer implements Serializable

Class hades.gui.PropertySheet extends java.awt.Component implements Serializable

Class hades.gui.SelectAllCommand extends Command implements Serializable

Serialized Fields

canvas

ObjectCanvas canvas

Class hades.gui.SelectFileOrURLDialog extends java.awt.Dialog implements Serializable

Serialized Fields

filename

java.lang.String filename
the URL or file name selected by the user


mode

int mode

parent

java.awt.Frame parent

cancelButton

java.awt.Button cancelButton

openButton

java.awt.Button openButton

chooseFileButton

java.awt.Button chooseFileButton

filenameTF

java.awt.TextField filenameTF

filenamePanel

java.awt.Panel filenamePanel

buttonPanel

java.awt.Panel buttonPanel

fileDialog

java.awt.FileDialog fileDialog

filenameFilter

java.io.FilenameFilter filenameFilter

Class hades.gui.SelectObjectCommand extends Command implements Serializable

Serialized Fields

canvas

ObjectCanvas canvas

target

FigObject target

isSelected

boolean isSelected

Class hades.gui.SelectRegionCommand extends Command implements Serializable

Serialized Fields

P1

java.awt.Point P1

P2

java.awt.Point P2

canvas

ObjectCanvas canvas

candidates

java.util.Hashtable candidates

selection

Selection selection

Class hades.gui.SetDesignNameCommand extends Command implements Serializable

Serialized Fields

newPos

java.awt.Point newPos

target

SimObject target

canvas

ObjectCanvas canvas

stringDialog

StringDialog stringDialog

hasName

boolean hasName

newname

java.lang.String newname

oldname

java.lang.String oldname

Class hades.gui.SignalMovePointCommand extends Command implements Serializable

Serialized Fields

oldPos

java.awt.Point oldPos

newPos

java.awt.Point newPos

signal

Signal signal

canvas

ObjectCanvas canvas

Class hades.gui.SignalSetValueCommand extends Command implements Serializable

Serialized Fields

target

SignalStdLogic1164 target

canvas

ObjectCanvas canvas

value

int value

Class hades.gui.StimuliEditor extends java.awt.Frame implements Serializable

Serialized Fields

stimulus

Stimulus stimulus

regionStartPoint

java.awt.Point regionStartPoint

regionEndPoint

java.awt.Point regionEndPoint

allUndefinedButton

java.awt.Button allUndefinedButton

allZeroButton

java.awt.Button allZeroButton

allOneButton

java.awt.Button allOneButton

allTristateButton

java.awt.Button allTristateButton

expandButton

java.awt.Button expandButton

invertButton

java.awt.Button invertButton

pwrOnResetButton

java.awt.Button pwrOnResetButton

counterButton

java.awt.Button counterButton

clockButton

java.awt.Button clockButton

clock2Button

java.awt.Button clock2Button

clock4Button

java.awt.Button clock4Button

clock8Button

java.awt.Button clock8Button

cycleLengthLabel

java.awt.Label cycleLengthLabel

nCyclesLabel

java.awt.Label nCyclesLabel

buttonPanel

java.awt.Panel buttonPanel

editorPanel

java.awt.Panel editorPanel

cyclePanel

java.awt.Panel cyclePanel

filenamePanel

java.awt.Panel filenamePanel

cycleLengthTF

java.awt.TextField cycleLengthTF

nCyclesTF

java.awt.TextField nCyclesTF

filenameTF

java.awt.TextField filenameTF

editorCanvas

StimuliEditorCanvas editorCanvas

editorScroller

java.awt.Scrollbar editorScroller

menuBar

java.awt.MenuBar menuBar

fileMenu

java.awt.Menu fileMenu

editMenu

java.awt.Menu editMenu

helpMenu

java.awt.Menu helpMenu

loadMI

java.awt.MenuItem loadMI

saveMI

java.awt.MenuItem saveMI

saveAsMI

java.awt.MenuItem saveAsMI

saveVHDLMI

java.awt.MenuItem saveVHDLMI

closeMI

java.awt.MenuItem closeMI

regionStartMI

java.awt.MenuItem regionStartMI

regionEndMI

java.awt.MenuItem regionEndMI

regionMoveMI

java.awt.MenuItem regionMoveMI

regionCopyMI

java.awt.MenuItem regionCopyMI

regionClearMI

java.awt.MenuItem regionClearMI

regionSetMI

java.awt.MenuItem regionSetMI

clearAllMI

java.awt.MenuItem clearAllMI

helpAboutMI

java.awt.MenuItem helpAboutMI

helpKeysMI

java.awt.MenuItem helpKeysMI

DM

DesignManager DM

Class hades.gui.StimuliEditorCanvas extends java.awt.Canvas implements Serializable

Serialized Fields

stimulus

Stimulus stimulus

n_cycles

int n_cycles

n_outputs

int n_outputs

addrCache

java.lang.String[] addrCache

dataCache

java.lang.String[] dataCache

actionListenerTable

java.util.Hashtable actionListenerTable

textFont

java.awt.Font textFont

backgroundColor

java.awt.Color backgroundColor

dataColor

java.awt.Color dataColor

signalNameColor

java.awt.Color signalNameColor

timeColor

java.awt.Color timeColor

readHighlightColor

java.awt.Color readHighlightColor

writeHighlightColor

java.awt.Color writeHighlightColor

cursorColor

java.awt.Color cursorColor

offscreenBuffer

java.awt.Image offscreenBuffer

offscreenGraphics

java.awt.Graphics offscreenGraphics

scroller

java.awt.Scrollbar scroller

n_columns

int n_columns

n_rows

int n_rows

n_cycles_per_row

int n_cycles_per_row

n_chars_per_cycle

int n_chars_per_cycle

n_chars_per_addr

int n_chars_per_addr

char_width

int char_width

char_height

int char_height

baseline

int baseline

x0_addr

int x0_addr

x0_data

int x0_data

y0_addr

int y0_addr

y0_data

int y0_data

dx_data

int dx_data

x0_time

int x0_time

y0_time

int y0_time

border_width

int border_width

border_height

int border_height

width

int width

height

int height

start_cycle

int start_cycle

end_address

int end_address

cursor_x

int cursor_x

cursor_y

int cursor_y

n_cursor

int n_cursor

n_chars

int n_chars

value

int value

dragStartPosition

java.awt.Point dragStartPosition

currentMousePosition

java.awt.Point currentMousePosition

lastDragCycle

int lastDragCycle

regionStartPoint

java.awt.Point regionStartPoint

regionEndPoint

java.awt.Point regionEndPoint

readHighlightAddress

int readHighlightAddress

writeHighlightAddress

int writeHighlightAddress

Class hades.gui.TrafficLight extends java.awt.Canvas implements Serializable

Serialized Fields

state

int state

radius

int radius

border

int border

backgroundColor

java.awt.Color backgroundColor

inactiveColor

java.awt.Color inactiveColor

Class hades.gui.ZoomRegionCommand extends Command implements Serializable

Serialized Fields

P1

java.awt.Point P1

P2

java.awt.Point P2

canvas

ObjectCanvas canvas


Package hades.manager

Class hades.manager.BrowserFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

treeManager

TreeManager treeManager

clipboard

java.lang.Object clipboard
used for cut and paste


splitPane

javax.swing.JSplitPane splitPane

tree

javax.swing.JTree tree

treeScroller

javax.swing.JScrollPane treeScroller

rightPanel

javax.swing.JSplitPane rightPanel

imageScroller

javax.swing.JScrollPane imageScroller

imageCanvas

javax.swing.JLabel imageCanvas

infoPanel

InfoPanel infoPanel

mb

javax.swing.JMenuBar mb

mFile

javax.swing.JMenu mFile

mEdit

javax.swing.JMenu mEdit

mBookmark

javax.swing.JMenu mBookmark

mSearch

javax.swing.JMenu mSearch

mExtra

javax.swing.JMenu mExtra

mHelp

javax.swing.JMenu mHelp

miFolder

javax.swing.JMenuItem miFolder

miOptions

javax.swing.JMenuItem miOptions

miBeanExp

javax.swing.JMenuItem miBeanExp

miExit

javax.swing.JMenuItem miExit

miCopy

javax.swing.JMenuItem miCopy

miPaste

javax.swing.JMenuItem miPaste

miEditBM

javax.swing.JMenuItem miEditBM

miRefresh

javax.swing.JMenuItem miRefresh

miLSearch

javax.swing.JMenuItem miLSearch

miGSearch

javax.swing.JMenuItem miGSearch

miPrintURL

javax.swing.JMenuItem miPrintURL

mDebug

javax.swing.JMenu mDebug

miShowConsole

javax.swing.JMenuItem miShowConsole

miCLB

javax.swing.JMenuItem miCLB

miImages

javax.swing.JMenuItem miImages

miHelp

javax.swing.JMenuItem miHelp

miAbout

javax.swing.JMenuItem miAbout

Class hades.manager.HadesTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

selected

boolean selected
Whether or not the item that was last configured is selected.


hasFocus

boolean hasFocus

Class hades.manager.InfoPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

nameTF

javax.swing.JTextField nameTF

versionTF

javax.swing.JTextField versionTF

authorTF

javax.swing.JTextField authorTF

infoTextArea

javax.swing.JTextArea infoTextArea

nameLabel

javax.swing.JLabel nameLabel

versionLabel

javax.swing.JLabel versionLabel

authorLabel

javax.swing.JLabel authorLabel

infoTextScroller

javax.swing.JScrollPane infoTextScroller

Class hades.manager.SimObjectNotFoundException extends java.lang.Exception implements Serializable

Class hades.manager.SimObjectVersionNotFoundException extends java.lang.Exception implements Serializable


Package hades.manager.tree

Class hades.manager.tree.AssemblerFileTreeNode extends SortedTreeNode implements Serializable

Class hades.manager.tree.DesignFileTreeNode extends SortedTreeNode implements Serializable

Class hades.manager.tree.DirectoryTreeNode extends SortedTreeNode implements Serializable

Class hades.manager.tree.FileRootTreeNode extends SortedTreeNode implements Serializable

Class hades.manager.tree.PythonFileTreeNode extends SortedTreeNode implements Serializable

Class hades.manager.tree.ReadmeFileTreeNode extends SortedTreeNode implements Serializable

Class hades.manager.tree.RootTreeNode extends SortedTreeNode implements Serializable

Class hades.manager.tree.SimObjectTreeNode extends SortedTreeNode implements Serializable

Serialized Fields

clb

ComponentInfo clb

name

java.lang.String name

Class hades.manager.tree.SortedTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

__url

java.net.URL __url

Class hades.manager.tree.TextFileTreeNode extends SortedTreeNode implements Serializable

Class hades.manager.tree.ZipRootTreeNode extends SortedTreeNode implements Serializable

Serialized Fields

zipfile

java.util.zip.ZipFile zipfile


Package hades.models

Class hades.models.Const1164 extends StdLogic1164 implements Serializable

Class hades.models.Design extends SimObject implements Serializable

Serialized Fields

parent

Design parent

componentTable

java.util.Hashtable componentTable

signalTable

java.util.Hashtable signalTable

simulator

SimKernel simulator

resourcename

java.lang.String resourcename

versionId

long versionId

Class hades.models.FigObject extends SimObject implements Serializable

Serialized Fields

figwrapper

FigWrapper figwrapper

figresourcename

java.lang.String figresourcename

Class hades.models.PortStdLogic1164 extends Port implements Serializable

Class hades.models.PortStdLogicVector extends Port implements Serializable

Serialized Fields

bus_width

int bus_width

Class hades.models.StdLogic1164 extends java.lang.Object implements Serializable

Serialized Fields

value

int value

Class hades.models.StdLogicVector extends java.lang.Object implements Serializable

Serialized Fields

n_bits

int n_bits

_length_mask

long _length_mask

_U_mask

long _U_mask

_X_mask

long _X_mask

_0_mask

long _0_mask

_1_mask

long _1_mask

_Z_mask

long _Z_mask

_W_mask

long _W_mask

_L_mask

long _L_mask

_H_mask

long _H_mask

_D_mask

long _D_mask


Package hades.models.complexgates

Class hades.models.complexgates.AOI21 extends GenericCGate implements Serializable

Serialized Fields

port_A1

PortStdLogic1164 port_A1

port_A2

PortStdLogic1164 port_A2

port_B1

PortStdLogic1164 port_B1

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.complexgates.AOI22 extends GenericCGate implements Serializable

Serialized Fields

port_A1

PortStdLogic1164 port_A1

port_A2

PortStdLogic1164 port_A2

port_B1

PortStdLogic1164 port_B1

port_B2

PortStdLogic1164 port_B2

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

tmp1

StdLogic1164 tmp1

tmp2

StdLogic1164 tmp2

Class hades.models.complexgates.AOI31 extends GenericCGate implements Serializable

Serialized Fields

port_A1

PortStdLogic1164 port_A1

port_A2

PortStdLogic1164 port_A2

port_A3

PortStdLogic1164 port_A3

port_B1

PortStdLogic1164 port_B1

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

and_A

StdLogic1164 and_A

Class hades.models.complexgates.AOI32 extends GenericCGate implements Serializable

Serialized Fields

port_A1

PortStdLogic1164 port_A1

port_A2

PortStdLogic1164 port_A2

port_A3

PortStdLogic1164 port_A3

port_B1

PortStdLogic1164 port_B1

port_B2

PortStdLogic1164 port_B2

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

and_A

StdLogic1164 and_A

and_B

StdLogic1164 and_B

Class hades.models.complexgates.AOI33 extends GenericCGate implements Serializable

Serialized Fields

port_A1

PortStdLogic1164 port_A1

port_A2

PortStdLogic1164 port_A2

port_A3

PortStdLogic1164 port_A3

port_B1

PortStdLogic1164 port_B1

port_B2

PortStdLogic1164 port_B2

port_B3

PortStdLogic1164 port_B3

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

and_A

StdLogic1164 and_A

and_B

StdLogic1164 and_B

Class hades.models.complexgates.GenericCGate extends SimObject implements Serializable

Serialized Fields

t_delay

double t_delay

Class hades.models.complexgates.OAI21 extends GenericCGate implements Serializable

Serialized Fields

port_A1

PortStdLogic1164 port_A1

port_A2

PortStdLogic1164 port_A2

port_B1

PortStdLogic1164 port_B1

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.complexgates.OAI22 extends GenericCGate implements Serializable

Serialized Fields

port_A1

PortStdLogic1164 port_A1

port_A2

PortStdLogic1164 port_A2

port_B1

PortStdLogic1164 port_B1

port_B2

PortStdLogic1164 port_B2

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

tmp1

StdLogic1164 tmp1

tmp2

StdLogic1164 tmp2

Class hades.models.complexgates.OAI31 extends GenericCGate implements Serializable

Serialized Fields

port_A1

PortStdLogic1164 port_A1

port_A2

PortStdLogic1164 port_A2

port_A3

PortStdLogic1164 port_A3

port_B1

PortStdLogic1164 port_B1

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

or_A

StdLogic1164 or_A

Class hades.models.complexgates.OAI32 extends GenericCGate implements Serializable

Serialized Fields

port_A1

PortStdLogic1164 port_A1

port_A2

PortStdLogic1164 port_A2

port_A3

PortStdLogic1164 port_A3

port_B1

PortStdLogic1164 port_B1

port_B2

PortStdLogic1164 port_B2

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

or_A

StdLogic1164 or_A

or_B

StdLogic1164 or_B

Class hades.models.complexgates.OAI33 extends GenericCGate implements Serializable

Serialized Fields

port_A1

PortStdLogic1164 port_A1

port_A2

PortStdLogic1164 port_A2

port_A3

PortStdLogic1164 port_A3

port_B1

PortStdLogic1164 port_B1

port_B2

PortStdLogic1164 port_B2

port_B3

PortStdLogic1164 port_B3

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

or_A

StdLogic1164 or_A

or_B

StdLogic1164 or_B


Package hades.models.dcf77

Class hades.models.dcf77.Dcf77Clock extends SimObject implements Serializable

Serialized Fields

seconds

int seconds

minutes

int minutes

hours

int hours

day

int day

weekday

int weekday

month

int month

year

int year

port_dcf

PortStdLogic1164 port_dcf

timelabel

Label timelabel

datelabel

Label datelabel

simulator

SimKernel simulator

state

int state

waitcycles

int waitcycles

values

int[] values

valueIndex

int valueIndex

valueIndexIsValid

boolean valueIndexIsValid

dbglevel

int dbglevel

S_UNKNOWN

int S_UNKNOWN
See Also:
Constant Field Values

S_0XXX

int S_0XXX
See Also:
Constant Field Values

S_00XX

int S_00XX
See Also:
Constant Field Values

S_000X

int S_000X
See Also:
Constant Field Values

S_0000

int S_0000
See Also:
Constant Field Values

S_001X

int S_001X
See Also:
Constant Field Values

S_0011

int S_0011
See Also:
Constant Field Values

S_WAIT

int S_WAIT
See Also:
Constant Field Values

S_MINUTE

int S_MINUTE
See Also:
Constant Field Values

Class hades.models.dcf77.Dcf77Sender extends SimObject implements Serializable

Serialized Fields

seconds

int seconds

minutes

int minutes

hours

int hours

day

int day

weekday

int weekday

month

int month

year

int year

daylightSavingsTime

boolean daylightSavingsTime

noise

double noise

dcfCode

boolean[] dcfCode

value_X

StdLogic1164 value_X

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

port_dcf

PortStdLogic1164 port_dcf

signal_dcf

Signal signal_dcf

simulator

SimKernel simulator

timelabel

Label timelabel

datelabel

Label datelabel


Package hades.models.flipflops

Class hades.models.flipflops.Dff extends GenericFlipflop implements Serializable

Serialized Fields

port_D

PortStdLogic1164 port_D

port_C

PortStdLogic1164 port_C

next_Q

StdLogic1164 next_Q

next_NQ

StdLogic1164 next_NQ

Class hades.models.flipflops.Dffe extends GenericFlipflop implements Serializable

Serialized Fields

port_D

PortStdLogic1164 port_D

port_C

PortStdLogic1164 port_C

port_E

PortStdLogic1164 port_E

next_Q

StdLogic1164 next_Q

next_NQ

StdLogic1164 next_NQ

Class hades.models.flipflops.DffMetastable extends GenericFlipflop implements Serializable

Serialized Fields

port_D

PortStdLogic1164 port_D

port_C

PortStdLogic1164 port_C

next_Q

StdLogic1164 next_Q

next_NQ

StdLogic1164 next_NQ

Class hades.models.flipflops.Dffr extends GenericFlipflop implements Serializable

Serialized Fields

port_D

PortStdLogic1164 port_D

port_C

PortStdLogic1164 port_C

port_NR

PortStdLogic1164 port_NR

next_Q

StdLogic1164 next_Q

next_NQ

StdLogic1164 next_NQ

Class hades.models.flipflops.Dffre extends GenericFlipflop implements Serializable

Serialized Fields

port_D

PortStdLogic1164 port_D

port_C

PortStdLogic1164 port_C

port_NR

PortStdLogic1164 port_NR

port_E

PortStdLogic1164 port_E

next_Q

StdLogic1164 next_Q

next_NQ

StdLogic1164 next_NQ

value_0

StdLogic1164 value_0

value_X

StdLogic1164 value_X

value_U

StdLogic1164 value_U

value_1

StdLogic1164 value_1

Class hades.models.flipflops.DffreRtlib extends Dffre implements Serializable

Class hades.models.flipflops.DffrMetastable extends GenericFlipflop implements Serializable

Serialized Fields

port_D

PortStdLogic1164 port_D

port_C

PortStdLogic1164 port_C

port_NR

PortStdLogic1164 port_NR

next_Q

StdLogic1164 next_Q

next_NQ

StdLogic1164 next_NQ

Class hades.models.flipflops.Dffrs extends GenericFlipflop implements Serializable

Serialized Fields

port_D

PortStdLogic1164 port_D

port_C

PortStdLogic1164 port_C

port_NR

PortStdLogic1164 port_NR

port_NS

PortStdLogic1164 port_NS

next_Q

StdLogic1164 next_Q

next_NQ

StdLogic1164 next_NQ

Class hades.models.flipflops.DffRtlib extends Dff implements Serializable

Class hades.models.flipflops.GenericFlipflop extends SimObject implements Serializable

Serialized Fields

t_pass

double t_pass

t_setup

double t_setup

t_hold

double t_hold

port_Q

PortStdLogic1164 port_Q

port_NQ

PortStdLogic1164 port_NQ

Class hades.models.flipflops.Jkff extends GenericFlipflop implements Serializable

Serialized Fields

port_J

PortStdLogic1164 port_J

port_K

PortStdLogic1164 port_K

port_NC

PortStdLogic1164 port_NC

port_NR

PortStdLogic1164 port_NR

next_Q

StdLogic1164 next_Q

next_NQ

StdLogic1164 next_NQ

Class hades.models.flipflops.JkffMetastable extends GenericFlipflop implements Serializable

Serialized Fields

port_J

PortStdLogic1164 port_J

port_K

PortStdLogic1164 port_K

port_NC

PortStdLogic1164 port_NC

port_NR

PortStdLogic1164 port_NR

next_Q

StdLogic1164 next_Q

next_NQ

StdLogic1164 next_NQ

Class hades.models.flipflops.Latch extends GenericFlipflop implements Serializable

Serialized Fields

port_D

PortStdLogic1164 port_D

port_C

PortStdLogic1164 port_C

port_NR

PortStdLogic1164 port_NR

next_Q

StdLogic1164 next_Q

next_NQ

StdLogic1164 next_NQ

Class hades.models.flipflops.LatchMetastable extends GenericFlipflop implements Serializable

Serialized Fields

port_D

PortStdLogic1164 port_D

port_C

PortStdLogic1164 port_C

port_NR

PortStdLogic1164 port_NR

next_Q

StdLogic1164 next_Q

next_NQ

StdLogic1164 next_NQ

Class hades.models.flipflops.Latchr extends GenericFlipflop implements Serializable

Serialized Fields

port_D

PortStdLogic1164 port_D

port_C

PortStdLogic1164 port_C

port_NR

PortStdLogic1164 port_NR

next_Q

StdLogic1164 next_Q

next_NQ

StdLogic1164 next_NQ

Class hades.models.flipflops.Srff extends GenericFlipflop implements Serializable

Serialized Fields

port_S

PortStdLogic1164 port_S

port_R

PortStdLogic1164 port_R

next_Q

StdLogic1164 next_Q

next_NQ

StdLogic1164 next_NQ

Class hades.models.flipflops.SrffRtlib extends Srff implements Serializable


Package hades.models.fsm

Class hades.models.fsm.About extends java.awt.Dialog implements Serializable

Serialized Fields

OK

java.awt.Button OK

text0

java.awt.Label text0

text1

java.awt.Label text1

text2

java.awt.Label text2

text3

java.awt.Label text3

i

java.awt.Image i

Class hades.models.fsm.BadExpressionException extends java.lang.Exception implements Serializable

Serialized Fields

badExpression

java.lang.String badExpression
enthält den fehlerhaften Ausdruck


input

java.lang.String input
enthält ggf den Namen des fehlerhaften Inputs

Class hades.models.fsm.EditCanvas extends java.awt.Canvas implements Serializable

Serialized Fields

xOffset

int xOffset
horizontaler Offset zum Zustandsmittelpunkt (beim Verschieben)


yOffset

int yOffset
vertikaler Offset zum Zustandsmittelpunkt (beim Verschieben)


modus

int modus

fsm

FSM fsm

parentFrame

EditFrame parentFrame

zustand

Zustand zustand

transition

Transition transition

kommentar

Kommentar kommentar

selected

java.lang.Object selected

dx

int dx

dy

int dy

status

Statuszeile status

zu_font

java.awt.Font zu_font

tr_font

java.awt.Font tr_font

zu_fm

java.awt.FontMetrics zu_fm

tr_fm

java.awt.FontMetrics tr_fm

zu_font_height

int zu_font_height

tr_font_height

int tr_font_height

Class hades.models.fsm.EditFrame extends java.awt.Frame implements Serializable

Serialized Fields

fsm

FSM fsm

editCanvas

EditCanvas editCanvas
benutzte Instanz der Zeichenfläche


status

Statuszeile status

buttonPanel

java.awt.Panel buttonPanel

button2Panel

java.awt.Panel button2Panel

dataPanel

java.awt.Panel dataPanel

nonePanel

java.awt.Panel nonePanel

zustandMoorePanel

java.awt.Panel zustandMoorePanel

zustandMealyPanel

java.awt.Panel zustandMealyPanel

transitionPanel

java.awt.Panel transitionPanel

kommentarPanel

java.awt.Panel kommentarPanel

scrollPane

java.awt.ScrollPane scrollPane

icon

java.awt.Image icon

menuBar

java.awt.MenuBar menuBar

menuFile

java.awt.Menu menuFile

menuSignal

java.awt.Menu menuSignal

menuAutomat

java.awt.Menu menuAutomat

menuAbout

java.awt.Menu menuAbout

menItNewFile

java.awt.MenuItem menItNewFile

menItLoadFile

java.awt.MenuItem menItLoadFile

menItSaveAsFile

java.awt.MenuItem menItSaveAsFile

menItCloseFile

java.awt.MenuItem menItCloseFile

menItSignal

java.awt.MenuItem menItSignal

menItName

java.awt.MenuItem menItName

menItResName

java.awt.MenuItem menItResName

menItMoore

java.awt.CheckboxMenuItem menItMoore
Menü-Checkboxen zur Auswahl des Schaltwerktyps


menItMealy

java.awt.CheckboxMenuItem menItMealy
Menü-Checkboxen zur Auswahl des Schaltwerktyps


menItAbout

java.awt.MenuItem menItAbout

about

About about

buttonMove

java.awt.Button buttonMove

buttonZustand

java.awt.Button buttonZustand

buttonTransition

java.awt.Button buttonTransition

buttonKommentar

java.awt.Button buttonKommentar

buttonDelete

java.awt.Button buttonDelete

buttonStart

java.awt.Button buttonStart

buttonTest

java.awt.Button buttonTest

kommentarOK

java.awt.Button kommentarOK

noneLabel

java.awt.Label noneLabel

zustMoLabel

java.awt.Label zustMoLabel

zustMeLabel

java.awt.Label zustMeLabel

transLabel

java.awt.Label transLabel

kommentarLabel

java.awt.Label kommentarLabel

zustMoField

java.awt.TextField zustMoField

zustMeField

java.awt.TextField zustMeField

outField

java.awt.TextField outField

transField

java.awt.TextField transField

kommentarArea

java.awt.TextArea kommentarArea

signalListMo

java.awt.List signalListMo

signalListMe

java.awt.List signalListMe

chkBoxGrp

java.awt.CheckboxGroup chkBoxGrp

lowChkBox

java.awt.Checkbox lowChkBox

highChkBox

java.awt.Checkbox highChkBox

plainFont

java.awt.Font plainFont

boldFont

java.awt.Font boldFont

card

java.awt.CardLayout card

DM

DesignManager DM

Class hades.models.fsm.ExportFSM extends java.awt.Dialog implements Serializable

Serialized Fields

ok

java.awt.Button ok

text

java.awt.TextArea text

parent

java.awt.Frame parent

fsm

FSM fsm

parser

Parser parser

export

java.lang.Thread export

s

java.lang.String s

Class hades.models.fsm.FileNameDialog extends java.awt.Dialog implements Serializable

Serialized Fields

OK

java.awt.Button OK

Cancel

java.awt.Button Cancel

nameL

java.awt.Label nameL

name

java.awt.TextField name

fsm

FSM fsm

Class hades.models.fsm.FsmRenderer extends FigRectangle implements Serializable

Serialized Fields

position

java.awt.Point position

label

java.lang.String label

fsm

FSM fsm

Class hades.models.fsm.FSMtester extends java.awt.Dialog implements Serializable

Serialized Fields

cancel

java.awt.Button cancel

tester

java.lang.Thread tester

text

java.awt.TextArea text

parser

Parser parser

fsm

FSM fsm

OK

int OK

Class hades.models.fsm.FsmWrapper extends SimObject implements Serializable

Serialized Fields

fsm

FSM fsm

fsmResourceName

java.lang.String fsmResourceName

n_inputs

int n_inputs

n_outputs

int n_outputs

DEFAULT_FSM_NAME

java.lang.String DEFAULT_FSM_NAME
See Also:
Constant Field Values

t_delay

double t_delay

port_NR

Port port_NR

port_CLK

Port port_CLK

port_STATE

Port port_STATE

value_U

StdLogic1164 value_U

value_X

StdLogic1164 value_X

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

fsmRenderer

FsmRenderer fsmRenderer

debug

boolean debug

portToSignalHT

java.util.Hashtable portToSignalHT

portToPosHT

java.util.Hashtable portToPosHT

n_repaints

int n_repaints

WIDTH

int WIDTH
See Also:
Constant Field Values

Class hades.models.fsm.NameDialog extends java.awt.Dialog implements Serializable

Serialized Fields

OK

java.awt.Button OK

Cancel

java.awt.Button Cancel

nameL

java.awt.Label nameL

name

java.awt.TextField name

fsm

FSM fsm

Class hades.models.fsm.Panel3D extends java.awt.Panel implements Serializable

Serialized Fields

raised

boolean raised

Class hades.models.fsm.SignalDialog extends java.awt.Dialog implements Serializable

Serialized Fields

simulation

Simulation simulation

labelName

java.awt.Label labelName

namensfeld

java.awt.TextField namensfeld
Textfeld, das den Namen des Inputs / Outputs enthält


in

java.awt.Checkbox in

out

java.awt.Checkbox out

inout

java.awt.CheckboxGroup inout

Change

java.awt.Button Change

Close

java.awt.Button Close

Delete

java.awt.Button Delete

Create

java.awt.Button Create

status

Statuszeile status

signal

Signal signal
Das neu erstellte Signal


name

java.lang.String name

value

int value

fsm

FSM fsm
Referenz auf den Automaten

Class hades.models.fsm.Simulation extends java.awt.Panel implements Serializable

Serialized Fields

fsm

FSM fsm
der bearbeitete Automat


input

Signal input
Puffer-Variablen


output

Signal output
Puffer-Variablen


Selected

Signal Selected
Puffer-Variablen


line_length_li

int line_length_li

line_length_re

int line_length_re

font

java.awt.Font font

fm

java.awt.FontMetrics fm

parser

Parser parser

signalDialog

SignalDialog signalDialog

editFrame

EditFrame editFrame

status

Statuszeile status

Class hades.models.fsm.Statuszeile extends java.awt.Canvas implements Serializable

Serialized Fields

status

java.lang.String status


Package hades.models.gates

Class hades.models.gates.And2 extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_B

PortStdLogic1164 port_B

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.And2Vertical extends And2 implements Serializable

Class hades.models.gates.And3 extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_B

PortStdLogic1164 port_B

port_C

PortStdLogic1164 port_C

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.And3Vertical extends And3 implements Serializable

Class hades.models.gates.And4 extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_B

PortStdLogic1164 port_B

port_C

PortStdLogic1164 port_C

port_D

PortStdLogic1164 port_D

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.And4G extends And4 implements Serializable

Class hades.models.gates.And4Neg2 extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_B

PortStdLogic1164 port_B

port_C

PortStdLogic1164 port_C

port_D

PortStdLogic1164 port_D

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.And6 extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_B

PortStdLogic1164 port_B

port_C

PortStdLogic1164 port_C

port_D

PortStdLogic1164 port_D

port_E

PortStdLogic1164 port_E

port_F

PortStdLogic1164 port_F

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.BitlineBuffer extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.Buffer extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.BufferSmall extends Buffer implements Serializable

Class hades.models.gates.Demux14 extends GenericGate implements Serializable

Serialized Fields

port_S1

PortStdLogic1164 port_S1

port_S0

PortStdLogic1164 port_S0

port_Y3

PortStdLogic1164 port_Y3

port_Y2

PortStdLogic1164 port_Y2

port_Y1

PortStdLogic1164 port_Y1

port_Y0

PortStdLogic1164 port_Y0

port_A

PortStdLogic1164 port_A

next_Y

StdLogic1164 next_Y

value_U

StdLogic1164 value_U

value_X

StdLogic1164 value_X

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

Class hades.models.gates.GenericGate extends SimObject implements Serializable

Serialized Fields

t_delay

double t_delay

Class hades.models.gates.Inv extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.InvOpenCollector extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.InvSmall extends Inv implements Serializable

Class hades.models.gates.InvSmallVertical extends Inv implements Serializable

Class hades.models.gates.Mux21 extends GenericGate implements Serializable

Serialized Fields

port_S

PortStdLogic1164 port_S

port_A1

PortStdLogic1164 port_A1

port_A0

PortStdLogic1164 port_A0

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

value_X

StdLogic1164 value_X

value_U

StdLogic1164 value_U

Class hades.models.gates.Mux41 extends GenericGate implements Serializable

Serialized Fields

port_S1

PortStdLogic1164 port_S1

port_S0

PortStdLogic1164 port_S0

port_A3

PortStdLogic1164 port_A3

port_A2

PortStdLogic1164 port_A2

port_A1

PortStdLogic1164 port_A1

port_A0

PortStdLogic1164 port_A0

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

value_X

StdLogic1164 value_X

value_U

StdLogic1164 value_U

Class hades.models.gates.Nand2 extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_B

PortStdLogic1164 port_B

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.Nand3 extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_B

PortStdLogic1164 port_B

port_C

PortStdLogic1164 port_C

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.Nand4 extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_B

PortStdLogic1164 port_B

port_C

PortStdLogic1164 port_C

port_D

PortStdLogic1164 port_D

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.NandMetastable2 extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_B

PortStdLogic1164 port_B

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.NandMetastable3 extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_B

PortStdLogic1164 port_B

port_C

PortStdLogic1164 port_C

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.Nor2 extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_B

PortStdLogic1164 port_B

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.Nor3 extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_B

PortStdLogic1164 port_B

port_C

PortStdLogic1164 port_C

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.Nor4 extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_B

PortStdLogic1164 port_B

port_C

PortStdLogic1164 port_C

port_D

PortStdLogic1164 port_D

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.Or2 extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_B

PortStdLogic1164 port_B

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.Or3 extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_B

PortStdLogic1164 port_B

port_C

PortStdLogic1164 port_C

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.Or4 extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_B

PortStdLogic1164 port_B

port_C

PortStdLogic1164 port_C

port_D

PortStdLogic1164 port_D

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.Or6 extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_B

PortStdLogic1164 port_B

port_C

PortStdLogic1164 port_C

port_D

PortStdLogic1164 port_D

port_E

PortStdLogic1164 port_E

port_F

PortStdLogic1164 port_F

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.Tri extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_S

PortStdLogic1164 port_S

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

value_Z

StdLogic1164 value_Z

value_X

StdLogic1164 value_X

Class hades.models.gates.WeakBuffer extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.Xnor2 extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_B

PortStdLogic1164 port_B

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.gates.Xor2 extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_B

PortStdLogic1164 port_B

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y


Package hades.models.gates.delaynode

Class hades.models.gates.delaynode.DelayNode extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_Y

PortStdLogic1164 port_Y

Class hades.models.gates.delaynode.DelayNode_LR extends DelayNode implements Serializable

Class hades.models.gates.delaynode.DelayNode_TB extends DelayNode implements Serializable


Package hades.models.gatter

Class hades.models.gatter.And2 extends And2 implements Serializable

Class hades.models.gatter.And3 extends And3 implements Serializable

Class hades.models.gatter.And4 extends And4 implements Serializable

Class hades.models.gatter.And4Neg2 extends And4Neg2 implements Serializable

Class hades.models.gatter.Buffer extends Buffer implements Serializable

Class hades.models.gatter.Demux14 extends Demux14 implements Serializable

Class hades.models.gatter.Inv extends Inv implements Serializable

Class hades.models.gatter.InvVertical extends Inv implements Serializable

Class hades.models.gatter.Mux21 extends Mux21 implements Serializable

Class hades.models.gatter.Mux41 extends Mux41 implements Serializable

Class hades.models.gatter.Mux41DIN extends Mux41 implements Serializable

Class hades.models.gatter.Nand2 extends Nand2 implements Serializable

Class hades.models.gatter.Nand3 extends Nand3 implements Serializable

Class hades.models.gatter.Nand4 extends Nand4 implements Serializable

Class hades.models.gatter.Nor2 extends Nor2 implements Serializable

Class hades.models.gatter.Nor3 extends Nor3 implements Serializable

Class hades.models.gatter.Nor4 extends Nor4 implements Serializable

Class hades.models.gatter.Or2 extends Or2 implements Serializable

Class hades.models.gatter.Or3 extends Or3 implements Serializable

Class hades.models.gatter.Or4 extends Or4 implements Serializable

Class hades.models.gatter.Or6 extends Or6 implements Serializable

Class hades.models.gatter.Tri extends Tri implements Serializable

Class hades.models.gatter.Xnor2 extends Xnor2 implements Serializable

Class hades.models.gatter.Xor2 extends Xor2 implements Serializable


Package hades.models.imaging

Class hades.models.imaging.AbsSubFilter extends TwoInputFilter implements Serializable

Class hades.models.imaging.AddFilter extends TwoInputFilter implements Serializable

Class hades.models.imaging.AffineTransformationFilter extends ParametrizedFilter implements Serializable

Class hades.models.imaging.ANDFilter extends TwoInputFilter implements Serializable

Class hades.models.imaging.BlueFilter extends SimpleFilter implements Serializable

Class hades.models.imaging.CatHFilter extends TwoInputFilter implements Serializable

Class hades.models.imaging.CatVFilter extends TwoInputFilter implements Serializable

Class hades.models.imaging.ConstantColorFilter extends ParametrizedFilter implements Serializable

Class hades.models.imaging.ConvolutionFilter extends SimpleFilter implements Serializable

Class hades.models.imaging.CropFilter extends ParametrizedFilter implements Serializable

Class hades.models.imaging.DifferenceFilter extends SimpleFilter implements Serializable

Serialized Fields

port_A

Port port_A

port_B

Port port_B

port_Y

Port port_Y

image_A

java.awt.Image image_A

image_B

java.awt.Image image_B

w_A

int w_A

h_A

int h_A

w_B

int w_B

h_B

int h_B

w_Y

int w_Y

h_Y

int h_Y

pixels_Y

int[] pixels_Y

pixels_A

int[] pixels_A

pixels_B

int[] pixels_B

Class hades.models.imaging.EdgeNEFilter extends ConvolutionFilter implements Serializable

Class hades.models.imaging.EdgeNWFilter extends ConvolutionFilter implements Serializable

Class hades.models.imaging.EdgeXFilter extends ConvolutionFilter implements Serializable

Class hades.models.imaging.EdgeYFilter extends ConvolutionFilter implements Serializable

Class hades.models.imaging.EqualsFilter extends TwoInputFilter implements Serializable

Class hades.models.imaging.EqualsWithinFilter extends TwoInputFilter implements Serializable

Serialized Fields

limit

int limit

Class hades.models.imaging.GammaFilter extends ParametrizedFilter implements Serializable

Serialized Fields

_lookup_table

int[] _lookup_table

Class hades.models.imaging.Gauss3Filter extends ConvolutionFilter implements Serializable

Class hades.models.imaging.Gauss5Filter extends ConvolutionFilter implements Serializable

Class hades.models.imaging.GaussFilter extends SimpleFilter implements Serializable

Serialized Fields

radius

int radius

x

int x

y

int y

w

int w

h

int h

pixels

int[] pixels

r_pixels

int[] r_pixels

g_pixels

int[] g_pixels

b_pixels

int[] b_pixels

r_result

int[] r_result

g_result

int[] g_result

b_result

int[] b_result

Class hades.models.imaging.GrayFilter extends SimpleFilter implements Serializable

Class hades.models.imaging.GreenFilter extends SimpleFilter implements Serializable

Class hades.models.imaging.GridFilter extends ParametrizedFilter implements Serializable

Class hades.models.imaging.ImageMux21 extends SimObject implements Serializable

Serialized Fields

port_A1

Port port_A1

port_A0

Port port_A0

port_Y

Port port_Y

port_S

Port port_S

t_delay

double t_delay

Class hades.models.imaging.ImageSignal extends Signal implements Serializable

Class hades.models.imaging.ImageSource extends SimObject implements Serializable

Serialized Fields

port_Y

Port port_Y

image

java.awt.Image image

imageResourceName

java.lang.String imageResourceName

t_delay

double t_delay

Class hades.models.imaging.ImageViewer extends SimObject implements Serializable

Serialized Fields

port_A

Port port_A

image

java.awt.Image image

frame

javax.swing.JFrame frame

canvas

javax.swing.JComponent canvas

statusLabel

javax.swing.JLabel statusLabel

scroller

javax.swing.JScrollPane scroller

fileChooser

javax.swing.JFileChooser fileChooser

Class hades.models.imaging.ImageViewer.JImageCanvas extends javax.swing.JComponent implements Serializable

Class hades.models.imaging.ImageWriter extends SimObject implements Serializable

Serialized Fields

port_A

Port port_A

image

java.awt.Image image

filename

java.lang.String filename

Class hades.models.imaging.InsideRangeFilter extends ParametrizedFilter implements Serializable

Class hades.models.imaging.InvertFilter extends SimpleFilter implements Serializable

Class hades.models.imaging.InvertLookupFilter extends LookupFilter implements Serializable

Class hades.models.imaging.Laplace3Filter extends ConvolutionFilter implements Serializable

Class hades.models.imaging.LookupFilter extends ParametrizedFilter implements Serializable

Class hades.models.imaging.MaxFilter extends TwoInputFilter implements Serializable

Class hades.models.imaging.MinFilter extends TwoInputFilter implements Serializable

Class hades.models.imaging.MirrorXFilter extends SimpleFilter implements Serializable

Class hades.models.imaging.MirrorYFilter extends SimpleFilter implements Serializable

Class hades.models.imaging.MultFilter extends TwoInputFilter implements Serializable

Class hades.models.imaging.OffsetFilter extends LookupFilter implements Serializable

Class hades.models.imaging.OpaqueFilter extends SimpleFilter implements Serializable

Class hades.models.imaging.ORFilter extends TwoInputFilter implements Serializable

Class hades.models.imaging.ParametrizedFilter extends SimObject implements Serializable

Serialized Fields

port_A

Port port_A

port_Y

Port port_Y

inputImage

java.awt.Image inputImage

outputImage

java.awt.Image outputImage

t_delay

double t_delay

p0

int p0

p1

int p1

p2

int p2

p3

int p3

p4

int p4

p5

int p5

p6

int p6

p7

int p7

d0

double d0

d1

double d1

d2

double d2

d3

double d3

d4

double d4

d5

double d5

d6

double d6

d7

double d7

d8

double d8

d9

double d9

Class hades.models.imaging.PerspectiveTransformationFilter extends ParametrizedFilter implements Serializable

Class hades.models.imaging.PurpleDetectionFilter extends ParametrizedFilter implements Serializable

Class hades.models.imaging.RandomFilter extends ParametrizedFilter implements Serializable

Serialized Fields

generator

java.util.Random generator

Class hades.models.imaging.RedFilter extends SimpleFilter implements Serializable

Class hades.models.imaging.ReplaceRegionFilter extends TwoInputFilter implements Serializable

Class hades.models.imaging.ResizeFilter extends ParametrizedFilter implements Serializable

Class hades.models.imaging.RotationFilter extends ParametrizedFilter implements Serializable

Class hades.models.imaging.SaturationFilter extends ParametrizedFilter implements Serializable

Serialized Fields

a

double a

b

double b

c

double c

d

double d

e

double e

f

double f

g

double g

h

double h

i

double i

Class hades.models.imaging.SelectRegionFilter extends ParametrizedFilter implements Serializable

Class hades.models.imaging.ShearFilter extends ParametrizedFilter implements Serializable

Class hades.models.imaging.SimpleFilter extends SimObject implements Serializable

Serialized Fields

port_A

Port port_A

port_Y

Port port_Y

inputImage

java.awt.Image inputImage

outputImage

java.awt.Image outputImage

t_delay

double t_delay

Class hades.models.imaging.Smooth5Filter extends ConvolutionFilter implements Serializable

Class hades.models.imaging.SobelXFilter extends ConvolutionFilter implements Serializable

Class hades.models.imaging.SobelYFilter extends ConvolutionFilter implements Serializable

Class hades.models.imaging.SubFilter extends TwoInputFilter implements Serializable

Class hades.models.imaging.ThresholdFilter extends ParametrizedFilter implements Serializable

Class hades.models.imaging.TriggeredFilter extends SimpleFilter implements Serializable

Serialized Fields

port_CLK

Port port_CLK

Class hades.models.imaging.TwoInputFilter extends ParametrizedFilter implements Serializable

Serialized Fields

port_A

Port port_A

port_B

Port port_B

port_Y

Port port_Y

image_A

java.awt.Image image_A

image_B

java.awt.Image image_B

lastEvaluationTime

double lastEvaluationTime

lastHashCodeA

long lastHashCodeA

lastHashCodeB

long lastHashCodeB


Package hades.models.io

Class hades.models.io.AsciiDisplay extends SimObject implements Serializable

Serialized Fields

index

int index

DEFAULT

int DEFAULT
See Also:
Constant Field Values

segments

ColoredPolyline[] segments

display

FigCompound display

dark_gray

java.awt.Color dark_gray

medium_gray

java.awt.Color medium_gray

undefined

StdLogic1164 undefined

Class hades.models.io.BitReg6 extends SimObject implements Serializable

Serialized Fields

w

int w
See Also:
Constant Field Values

h

int h
See Also:
Constant Field Values

n_bits

int n_bits

port_C

Port port_C

port_NR

Port port_NR

value_U

StdLogic1164 value_U

value_X

StdLogic1164 value_X

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

data

StdLogic1164[] data

labels

Label[] labels

Class hades.models.io.ClockGen extends GenericGate implements Serializable

Serialized Fields

port_Y

PortStdLogic1164 port_Y

output_U

StdLogic1164 output_U

output_0

StdLogic1164 output_0

output_1

StdLogic1164 output_1

period

double period

dutycycle

double dutycycle

offset

double offset

n_cycles

int n_cycles

running

boolean running

circleOnOff

Circle circleOnOff

debug

boolean debug

bindkey

java.lang.String bindkey

Class hades.models.io.ClockGen2 extends GenericGate implements Serializable

Serialized Fields

port_Y

PortStdLogic1164 port_Y

state

StdLogic1164 state

output_U

StdLogic1164 output_U

output_0

StdLogic1164 output_0

output_1

StdLogic1164 output_1

period

double period

dutycycle

double dutycycle

offset

double offset

n_cycles

int n_cycles

n_clicks

int n_clicks

running

boolean running

debug

boolean debug

bindkey

java.lang.String bindkey

circleOnOff

Circle circleOnOff

runningColor

java.awt.Color runningColor

Class hades.models.io.ClockGenWithAutoStop extends GenericGate implements Serializable

Serialized Fields

port_Y

PortStdLogic1164 port_Y

output_U

StdLogic1164 output_U

output_0

StdLogic1164 output_0

output_1

StdLogic1164 output_1

period

double period

dutycycle

double dutycycle

offset

double offset

n_cycles

int n_cycles

autoStopCycles

int autoStopCycles

running

boolean running

circleOnOff

Circle circleOnOff

debug

boolean debug

Class hades.models.io.Constant extends SimObject implements Serializable

Serialized Fields

port_Y

PortStdLogic1164 port_Y

value_Y

StdLogic1164 value_Y

Class hades.models.io.Constant0 extends Constant implements Serializable

Class hades.models.io.Constant1 extends Constant implements Serializable

Class hades.models.io.ConstantH extends Constant implements Serializable

Class hades.models.io.ConstantL extends Constant implements Serializable

Class hades.models.io.ConstantU extends Constant implements Serializable

Class hades.models.io.ConstantW extends Constant implements Serializable

Class hades.models.io.ConstantX extends Constant implements Serializable

Class hades.models.io.ConstantZ extends Constant implements Serializable

Class hades.models.io.DiodeSwitch extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_Y

PortStdLogic1164 port_Y

startValue

StdLogic1164 startValue

delay

double delay

state

int state

showOnOff

ColoredCircle showOnOff

Class hades.models.io.GalFuse extends GenericGate implements Serializable

Serialized Fields

state

int state

fuse

ColoredPolyline fuse

port_A

PortStdLogic1164 port_A

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.io.Gnd extends SimObject implements Serializable

Serialized Fields

port_gnd

Port port_gnd

output_gnd

StdLogic1164 output_gnd

Class hades.models.io.HexDisplay extends SevenSegment implements Serializable

Serialized Fields

index

int index

Class hades.models.io.HexDisplaySmall extends SevenSegment implements Serializable

Serialized Fields

index

int index

Class hades.models.io.HexSwitch extends SimObject implements Serializable

Serialized Fields

index

int index

startIndex

int startIndex

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

value_U

StdLogic1164 value_U

rect

Rectangle rect

bindkey

java.lang.String bindkey

Class hades.models.io.Ipin extends GenericGate implements Serializable

Serialized Fields

state

int state

port_Y

PortStdLogic1164 port_Y

port_toplevel

PortStdLogic1164 port_toplevel

output_1

StdLogic1164 output_1

output_0

StdLogic1164 output_0

output_Z

StdLogic1164 output_Z

output_X

StdLogic1164 output_X

output_U

StdLogic1164 output_U

startValue

StdLogic1164 startValue

delay

double delay

showOnOff

ColoredCircle showOnOff

bindkey

java.lang.String bindkey

Class hades.models.io.IpinLarge extends Ipin implements Serializable

Class hades.models.io.IpinStdLogic1164 extends Ipin implements Serializable

Serialized Fields

_values

Const1164[] _values

Class hades.models.io.IpinVertical extends Ipin implements Serializable

Class hades.models.io.Iso8859Display extends SimObject implements Serializable

Serialized Fields

dot

Circle[][] dot

iso8859_1

byte[][] iso8859_1

index

int index

DEFAULT

int DEFAULT
See Also:
Constant Field Values

display

FigCompound display

dark_gray

java.awt.Color dark_gray

medium_gray

java.awt.Color medium_gray

undefined

StdLogic1164 undefined

Class hades.models.io.LED extends SimObject implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

showOnOff

FigObject showOnOff

FIGcolors

int[] FIGcolors

colorIndex

int colorIndex

Class hades.models.io.Opin extends GenericGate implements Serializable

Serialized Fields

value

StdLogic1164 value

port_A

PortStdLogic1164 port_A

port_toplevel

PortStdLogic1164 port_toplevel

showOnOff

ColoredCircle showOnOff

Class hades.models.io.OpinLarge extends Opin implements Serializable

Class hades.models.io.OpinVertical extends Opin implements Serializable

Class hades.models.io.OpinWithLabel extends Opin implements Serializable

Serialized Fields

valueLabel

Label valueLabel

Class hades.models.io.PowerOnReset extends SimObject implements Serializable

Serialized Fields

port_Y

Port port_Y

next_Y

StdLogic1164 next_Y

output_0

StdLogic1164 output_0

output_1

StdLogic1164 output_1

output_X

StdLogic1164 output_X

bindkey

java.lang.String bindkey

t_offset

double t_offset

t_active

double t_active

isActive

boolean isActive

showOnOff

Circle showOnOff

debug

boolean debug

Class hades.models.io.Pullup extends SimObject implements Serializable

Serialized Fields

port_H

Port port_H

output_H

StdLogic1164 output_H

Class hades.models.io.PulseSwitch extends Ipin implements Serializable

Serialized Fields

t_pulseDefault

double t_pulseDefault

t_pulse

double t_pulse

Class hades.models.io.RandomBitGenerator extends GenericGate implements Serializable

Serialized Fields

port_C

PortStdLogic1164 port_C

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

seed

long seed

probability

float probability

random

java.util.Random random

Class hades.models.io.RemoteIpin extends SimObject implements Serializable

Serialized Fields

urlBase

java.lang.String urlBase

userID

java.lang.String userID

yports

PortStdLogic1164[] yports

port_sample

PortStdLogic1164 port_sample

port_error

PortStdLogic1164 port_error

Class hades.models.io.RemoteIpin8 extends RemoteIpin implements Serializable

Class hades.models.io.RemoteOpin extends SimObject implements Serializable

Serialized Fields

urlBase

java.lang.String urlBase

userID

java.lang.String userID

dports

PortStdLogic1164[] dports

port_trigger

PortStdLogic1164 port_trigger

port_error

PortStdLogic1164 port_error

DELTA

double DELTA
See Also:
Constant Field Values

_wakeupTable

java.util.Hashtable _wakeupTable

Class hades.models.io.RemoteOpin8 extends RemoteOpin implements Serializable

Class hades.models.io.RomDiode extends GenericGate implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_Y

PortStdLogic1164 port_Y

next_Y

StdLogic1164 next_Y

Class hades.models.io.SevenSegment extends SimObject implements Serializable

Serialized Fields

segments

ColoredPolyline[] segments

display

FigCompound display

dark_gray

java.awt.Color dark_gray

medium_gray

java.awt.Color medium_gray

value_U

StdLogic1164 value_U

Class hades.models.io.SevenSegmentMultiplexed extends SimObject implements Serializable

Serialized Fields

segments

ColoredPolyline[] segments

display

FigCompound display

dark_gray

java.awt.Color dark_gray

medium_gray

java.awt.Color medium_gray

value_U

StdLogic1164 value_U

portValues

int[] portValues

ledValues

int[] ledValues

t_on

double[] t_on

t_off

double[] t_off

t_ux

double[] t_ux

t_lastUpdate

double[] t_lastUpdate

t_total

double[] t_total

t_delta

double t_delta

t_sample

double t_sample

t_threshold

double t_threshold

n_cycles

int n_cycles

hasNewEvents

boolean hasNewEvents

COLOR_UX

java.awt.Color COLOR_UX

COLOR_ON

java.awt.Color COLOR_ON

COLOR_OFF

java.awt.Color COLOR_OFF

Class hades.models.io.Stimulus extends GenericGate implements Serializable

Serialized Fields

n_outputs

int n_outputs

n_cycles

int n_cycles

data

int[][] data

period

double period

running

boolean running

debug

boolean debug

dataResourceName

java.lang.String dataResourceName

circleOnOff

Circle circleOnOff

output_0

StdLogic1164 output_0

output_1

StdLogic1164 output_1

output_U

StdLogic1164 output_U

stimuliEditor

StimuliEditor stimuliEditor

Class hades.models.io.Swatch extends SimObject implements Serializable

Serialized Fields

time_hrs

int time_hrs

time_mins

int time_mins

time_secs

int time_secs

stop_mins

int stop_mins

stop_secs

int stop_secs

stop_tenths

int stop_tenths

undefined

StdLogic1164 undefined

output_1

StdLogic1164 output_1

output_0

StdLogic1164 output_0

port_time

Port port_time

port_mins

Port port_mins

port_secs

Port port_secs

port_tenths

Port port_tenths

port_startstop

Port port_startstop

port_resetpause

Port port_resetpause

port_zero_mins

Port port_zero_mins

port_zero_secs

Port port_zero_secs

port_zero_tenths

Port port_zero_tenths

allArms

FigCompound allArms

arms

ClockArm[] arms

arm_hrs

ClockArm arm_hrs

arm_mins

ClockArm arm_mins

arm_secs

ClockArm arm_secs

arm_stop_mins

ClockArm arm_stop_mins

arm_stop_secs

ClockArm arm_stop_secs

arm_stop_tenths

ClockArm arm_stop_tenths

Class hades.models.io.Switch extends GenericGate implements Serializable

Serialized Fields

OPEN

boolean OPEN
See Also:
Constant Field Values

CLOSED

boolean CLOSED
See Also:
Constant Field Values

state

boolean state

port_A

PortStdLogic1164 port_A

port_B

PortStdLogic1164 port_B

port_C

PortStdLogic1164 port_C

output_1

StdLogic1164 output_1

output_0

StdLogic1164 output_0

output_Z

StdLogic1164 output_Z

output_X

StdLogic1164 output_X

output_U

StdLogic1164 output_U

startValue

StdLogic1164 startValue

delay

double delay

the_arm

ClockArm the_arm

Class hades.models.io.Vcc extends SimObject implements Serializable

Serialized Fields

port_vcc

Port port_vcc

output_vcc

StdLogic1164 output_vcc


Package hades.models.mcore

Class hades.models.mcore.DcoreDisassemblerEditorFrame extends MemoryEditorFrame implements Serializable

Serialized Fields

formatMenu

javax.swing.JMenu formatMenu

formatHexMI

javax.swing.JMenuItem formatHexMI

formatDisassembleMI

javax.swing.JMenuItem formatDisassembleMI

clearLabelsMI

javax.swing.JMenuItem clearLabelsMI

memoryObject

Memory memoryObject

memoryCanvas

DcoreDisassemblerOrHexCanvas memoryCanvas

decoder

DcoreDecoder decoder

n_words_per_row

int n_words_per_row

n_words_per_instruction

int n_words_per_instruction

Class hades.models.mcore.DcoreDisassemblerOrHexCanvas extends MemoryHexEditorField implements Serializable

Serialized Fields

width

int width

height

int height

useDisassembledFormat

boolean useDisassembledFormat

decoder

DcoreDecoder decoder

memory

Memory memory

breakpoints

Memory breakpoints

n_words

int n_words

textFont

java.awt.Font textFont

n_columns

int n_columns

n_rows

int n_rows

n_chars_per_addr

int n_chars_per_addr

n_chars_per_word

int n_chars_per_word

wordsPerInstruction

int wordsPerInstruction

border_width

int border_width

border_height

int border_height

char_width

int char_width

char_height

int char_height

baseline

int baseline

x0_bp

int x0_bp

x0_addr

int x0_addr

x0_data

int x0_data

x0_label

int x0_label

x0_decoded

int x0_decoded

y0

int y0

dx_data

int dx_data

Class hades.models.mcore.DcoreRAM extends GenericMemory implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

port_DIN

PortStdLogicVector port_DIN

port_DOUT

PortStdLogicVector port_DOUT

port_nWE

PortStdLogic1164 port_nWE

port_nCS

PortStdLogic1164 port_nCS

port_nOE

PortStdLogic1164 port_nOE

addr_offset

int addr_offset

editor

DcoreDisassemblerEditorFrame editor

Class hades.models.mcore.DcoreROM extends DcoreRAM implements Serializable


Package hades.models.meta

Class hades.models.meta.ActionButton extends SimObject implements Serializable

Serialized Fields

figWrapper

FigWrapper figWrapper

cmd

Command cmd

resourceName

java.lang.String resourceName

commandName

java.lang.String commandName

commandPos

java.awt.Point commandPos

commandParamString

java.lang.String commandParamString

Class hades.models.meta.AudioPlayer extends GenericGate implements Serializable

Serialized Fields

player

AudioPlayer player

audioResourceName

java.lang.String audioResourceName

port_C

PortStdLogic1164 port_C

frame

java.awt.Frame frame

Class hades.models.meta.JythonScriptWrapper extends SimObject implements Serializable

Serialized Fields

scriptname

java.lang.String scriptname

Class hades.models.meta.Label extends SimObject implements Serializable

Serialized Fields

textObject

FigText textObject

frame

java.awt.Frame frame

editTextDialog

java.awt.Component editTextDialog


Package hades.models.mcs4

Class hades.models.mcs4.AbstractIntel4000 extends SimObject implements Serializable

Serialized Fields

port_D0

PortStdLogic1164 port_D0

port_D1

PortStdLogic1164 port_D1

port_D2

PortStdLogic1164 port_D2

port_D3

PortStdLogic1164 port_D3

port_Vss

PortStdLogic1164 port_Vss

port_phi1

PortStdLogic1164 port_phi1

port_phi2

PortStdLogic1164 port_phi2

port_Vdd

PortStdLogic1164 port_Vdd

port_RESET

PortStdLogic1164 port_RESET

cycleClock

InternalState cycleClock

stateChangeTime

double stateChangeTime

hasOutputData

boolean hasOutputData

dataSent

boolean dataSent

Class hades.models.mcs4.i4001 extends AbstractIntel4000 implements Serializable

Serialized Fields

id

int id

port_SYNC

PortStdLogic1164 port_SYNC

port_IO0

PortStdLogic1164 port_IO0

port_IO1

PortStdLogic1164 port_IO1

port_IO2

PortStdLogic1164 port_IO2

port_IO3

PortStdLogic1164 port_IO3

port_CM

PortStdLogic1164 port_CM

port_CL

PortStdLogic1164 port_CL

typeIO0

java.lang.String typeIO0

typeIO1

java.lang.String typeIO1

typeIO2

java.lang.String typeIO2

typeIO3

java.lang.String typeIO3

types

java.lang.String[] types

decoder

i4001Decoder decoder

internalRom

hades.models.mcs4.i4001.InternalRom internalRom

instructions

InstructionSet instructions

memoryInstruction

Instruction memoryInstruction

ioBuffer

StdLogicVector ioBuffer

address

StdLogicVector address

chipNr

StdLogicVector chipNr

dataBuffer

StdLogicVector dataBuffer

word

StdLogicVector word

configFrame

i4001EditorFrame configFrame

chipSelected

boolean chipSelected

reset

boolean reset

Class hades.models.mcs4.i4002 extends AbstractIntel4000 implements Serializable

Serialized Fields

type

java.lang.String type

id

int id

port_SYNC

PortStdLogic1164 port_SYNC

port_O0

PortStdLogic1164 port_O0

port_O1

PortStdLogic1164 port_O1

port_O2

PortStdLogic1164 port_O2

port_O3

PortStdLogic1164 port_O3

port_CM

PortStdLogic1164 port_CM

port_P0

PortStdLogic1164 port_P0

regs

hades.models.mcs4.i4002.InternalRam[] regs

statusRegs

hades.models.mcs4.i4002.InternalRam[] statusRegs

instructions

InstructionSet instructions

memoryInstruction

Instruction memoryInstruction

register

StdLogicVector register

address

StdLogicVector address

dataBuffer

StdLogicVector dataBuffer

oBuffer

StdLogicVector oBuffer

configFrame

i4002EditorFrame configFrame

chipSelected

boolean chipSelected

srcCycle

boolean srcCycle

resetCounter

int resetCounter

Class hades.models.mcs4.i4003 extends SimObject implements Serializable

Serialized Fields

port_CP

PortStdLogic1164 port_CP

port_DataIn

PortStdLogic1164 port_DataIn

port_O0

PortStdLogic1164 port_O0

port_O1

PortStdLogic1164 port_O1

port_Vss

PortStdLogic1164 port_Vss

port_O2

PortStdLogic1164 port_O2

port_O3

PortStdLogic1164 port_O3

port_O4

PortStdLogic1164 port_O4

port_E

PortStdLogic1164 port_E

port_SerialOut

PortStdLogic1164 port_SerialOut

port_Vdd

PortStdLogic1164 port_Vdd

port_O9

PortStdLogic1164 port_O9

port_O8

PortStdLogic1164 port_O8

port_O7

PortStdLogic1164 port_O7

port_O6

PortStdLogic1164 port_O6

port_O5

PortStdLogic1164 port_O5

shifter

StdLogic1164[] shifter

notValid

StdLogic1164 notValid

Class hades.models.mcs4.i4004 extends AbstractIntel4000 implements Serializable

Serialized Fields

port_SYNC

PortStdLogic1164 port_SYNC

port_CM_RAM0

PortStdLogic1164 port_CM_RAM0

port_CM_RAM1

PortStdLogic1164 port_CM_RAM1

port_CM_RAM2

PortStdLogic1164 port_CM_RAM2

port_CM_RAM3

PortStdLogic1164 port_CM_RAM3

port_CM_ROM

PortStdLogic1164 port_CM_ROM

port_TEST

PortStdLogic1164 port_TEST

executionUnit

ExecutionUnit executionUnit

dialog

i4004EditorFrame dialog

temp

StdLogicVector temp

cycleLength

double cycleLength


Package hades.models.mips.core

Class hades.models.mips.core.ResetHandler extends java.util.Vector implements Serializable

Serialized Fields

debug

boolean debug

partHandler

PartHandler partHandler

entry

int entry

globalPointer

int globalPointer


Package hades.models.mips.gui

Class hades.models.mips.gui.MemoryDisView extends java.awt.Panel implements Serializable

Serialized Fields

font

java.awt.Font font

label

java.awt.Label label

scroll

java.awt.Scrollbar scroll

scroll2

java.awt.Scrollbar scroll2

frame

java.awt.Frame frame

loadButton

java.awt.Button loadButton

saveButton

java.awt.Button saveButton

debugButton

java.awt.Button debugButton

memViewHandler

MemoryViewHandler memViewHandler

mem

Memory mem

bpMem

BreakPointMemory bpMem

instrFrame

InstrFrame instrFrame

showDisList

ShowDisList showDisList

name

java.lang.String name

memorySize

int memorySize

factor

int factor

singleScroll

boolean singleScroll

debugButtonVisible

boolean debugButtonVisible

Class hades.models.mips.gui.MemoryHexView extends java.awt.Panel implements Serializable

Serialized Fields

font

java.awt.Font font

label

java.awt.Label label

textField

java.awt.TextField textField

list

java.awt.List list

frame

java.awt.Frame frame

mem

Memory mem

bpMem

BreakPointMemory bpMem

memViewHandler

MemoryViewHandler memViewHandler

upButton

java.awt.Button upButton

downButton

java.awt.Button downButton

loadButton

java.awt.Button loadButton

saveButton

java.awt.Button saveButton

breakPointButton

java.awt.Button breakPointButton

adrWidth

int adrWidth

wordWidth

int wordWidth

lineWidth

int lineWidth

memorySize

int memorySize

lines

int lines

wordsPerLine

int wordsPerLine

factor

int factor

offset

int offset

offsetJump

int offsetJump

last

int[] last

lastSize

int lastSize

textListener

MemTextListener textListener

listListener

ListListener listListener

breakPointListener

BreakPointListener breakPointListener

Class hades.models.mips.gui.ShowDisBPFrame extends java.awt.Frame implements Serializable

Serialized Fields

memView

MemoryDisView memView

bpMem

BreakPointMemory bpMem

adr

int adr

font

java.awt.Font font

readGroup

java.awt.CheckboxGroup readGroup

writeGroup

java.awt.CheckboxGroup writeGroup

readDisabled

java.awt.Checkbox readDisabled

readEnabled

java.awt.Checkbox readEnabled

readWithValue

java.awt.Checkbox readWithValue

writeDisabled

java.awt.Checkbox writeDisabled

writeEnabled

java.awt.Checkbox writeEnabled

writeWithValue

java.awt.Checkbox writeWithValue

readVal

java.awt.TextField readVal

writeVal

java.awt.TextField writeVal

readLabel

java.awt.Label readLabel

writeLabel

java.awt.Label writeLabel

close

java.awt.Button close

Class hades.models.mips.gui.ShowDisFrame extends java.awt.Frame implements Serializable

Serialized Fields

mem

Memory mem

memViewHandler

MemoryViewHandler memViewHandler

partHandler

PartHandler partHandler

disView

MemoryDisView disView

Class hades.models.mips.gui.ShowDisList extends java.awt.Canvas implements Serializable

Serialized Fields

WIDTH

int WIDTH

HEIGHT

int HEIGHT

mem

Memory mem

readBP

Memory readBP

writeBP

Memory writeBP

bpMem

BreakPointMemory bpMem

memDisView

MemoryDisView memDisView

scroll

java.awt.Scrollbar scroll

scroll2

java.awt.Scrollbar scroll2

factor

int factor

instrFrame

InstrFrame instrFrame

adrWidth

int adrWidth

wordWidth

int wordWidth

lines

int lines

memorySize

int memorySize

editMode

boolean editMode

editAdr

int editAdr

editVal

int editVal

breakPointRange

int breakPointRange

Class hades.models.mips.gui.ShowDispatchList extends java.awt.Canvas implements Serializable

Serialized Fields

WIDTH

int WIDTH

HEIGHT

int HEIGHT

dispatch

MemoryDispatcher dispatch

font

java.awt.Font font

scroll

java.awt.Scrollbar scroll

selectedLine

int selectedLine

visibleOffset

int visibleOffset

visibleLines

int visibleLines

Class hades.models.mips.gui.ShowMemConfigFrame extends java.awt.Frame implements Serializable

Serialized Fields

dispatch

MemoryDispatcher dispatch

partHandler

PartHandler partHandler

showMips

ShowMips showMips

memoryVector

java.util.Vector memoryVector

createSize

int createSize

font

java.awt.Font font

dispatchLabel

java.awt.Label dispatchLabel

dispatchScrollbar

java.awt.Scrollbar dispatchScrollbar

dispatchList

ShowDispatchList dispatchList

registerButton

java.awt.Button registerButton

deregisterButton

java.awt.Button deregisterButton

registerAllButton

java.awt.Button registerAllButton

memoryLabel

java.awt.Label memoryLabel

memoryList

java.awt.List memoryList

deleteButton

java.awt.Button deleteButton

showButton

java.awt.Button showButton

createHeadingLabel

java.awt.Label createHeadingLabel

sizeLabel

java.awt.Label sizeLabel

sizeScrollbar

java.awt.Scrollbar sizeScrollbar

memTypeLabel

java.awt.Label memTypeLabel

memTypeChoice

java.awt.List memTypeChoice

memNameLabel

java.awt.Label memNameLabel

memNameTextField

java.awt.TextField memNameTextField

createButton

java.awt.Button createButton

closeButton

java.awt.Button closeButton

Class hades.models.mips.gui.ShowPipe extends java.awt.Canvas implements Serializable

Serialized Fields

lastPipeStage

int[] lastPipeStage

core

Core core


Package hades.models.mips.mipsmemory

Class hades.models.mips.mipsmemory.IDTR3051 extends SimObject implements Serializable

Serialized Fields

showMips

ShowMips showMips

resetHandler

ResetHandler resetHandler

core

Core core

hadesInterface

HadesInterface hadesInterface

portCount

int portCount

tmpPorts

Port[] tmpPorts

portAD

PortStdLogicVector portAD

portAddr

PortStdLogicVector portAddr

portALE

Port portALE

port_DataEn

Port port_DataEn

port_BurstWrNear

Port port_BurstWrNear

port_Rd

Port port_Rd

port_Wr

Port port_Wr

port_Ack

Port port_Ack

port_RdCEn

Port port_RdCEn

port_BusErr

Port port_BusErr

portDiag1

Port portDiag1

portDiag0

Port portDiag0

port_BusReq

Port port_BusReq

port_BusGnt

Port port_BusGnt

portBrCond1

Port portBrCond1

portBrCond0

Port portBrCond0

portSBrCond3

Port portSBrCond3

portSBrCond2

Port portSBrCond2

port_Int

Port[] port_Int

portClkIn

Port portClkIn

port_SysClk

Port port_SysClk

port_Reset

Port port_Reset

portRsvd

Port[] portRsvd

value_Z

StdLogic1164 value_Z

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

vector_ZZZ32

StdLogicVector vector_ZZZ32

vector_ZZZ2

StdLogicVector vector_ZZZ2

lastClkIn

boolean lastClkIn

resetActive

boolean resetActive

sysClk

boolean sysClk

lastInt

boolean[] lastInt

debug

boolean debug

resetCalled

boolean resetCalled

t_delay

double t_delay

Class hades.models.mips.mipsmemory.SmartIDTR3051 extends IDTR3051 implements Serializable

Serialized Fields

t_clk

double t_clk

t_now

double t_now


Package hades.models.pic

Class hades.models.pic.FastPic16F84 extends SimObject implements Serializable

Serialized Fields

show

ShowPic2 show

sd

StringDialog sd

pic

PicExec pic

regPortA

PicPortReg regPortA

regPortB

PicPortReg regPortB

regTrisA

PicWordReg regTrisA

regTrisB

PicWordReg regTrisB

portClkin

PortStdLogic1164 portClkin

portClkout

PortStdLogic1164 portClkout

portMclr

PortStdLogic1164 portMclr

portA

PortStdLogic1164[] portA

portB

PortStdLogic1164[] portB

value_Z

StdLogic1164 value_Z

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

signalClkin

Signal signalClkin

signalClkout

Signal signalClkout

signalMclr

Signal signalMclr

signalA

Signal[] signalA

signalB

Signal[] signalB

currentPortInputsA

int[] currentPortInputsA

currentPortInputsB

int[] currentPortInputsB

lastPortInputsB

int[] lastPortInputsB

currentPortOutputsA

int[] currentPortOutputsA

currentPortOutputsB

int[] currentPortOutputsB

n_inputPortChanges

int n_inputPortChanges

n_handledPortChanges

int n_handledPortChanges

n_cycles

int n_cycles

n_dirty_pa

int n_dirty_pa

n_dirty_ta

int n_dirty_ta

n_dirty_pb

int n_dirty_pb

n_dirty_tb

int n_dirty_tb

lastClk

int lastClk

lastOsc2

int lastOsc2

lastT0cki

int lastT0cki

resetActive

boolean resetActive

t_delay

double t_delay

wdtPeriod

double wdtPeriod

clk4Period

double clk4Period

Class hades.models.pic.HexMemoryCanvas extends MemoryHexEditorField implements Serializable

Serialized Fields

memory

PicMemory memory

noRegMap

boolean[] noRegMap

Class hades.models.pic.MemoryDisassemblerView extends javax.swing.JPanel implements Serializable

Serialized Fields

font

java.awt.Font font

label

javax.swing.JLabel label

scrollbar

javax.swing.JScrollBar scrollbar

eprom

PicEprom eprom

breakPoints

PicEpromBreakPoints breakPoints

pcreg

PicPcReg pcreg

decode

PicDecode decode

statusReg

PicByteReg statusReg

breakPoint

PicBreakPoint breakPoint

showDisList

ShowDisassemblerCanvas showDisList

factor

int factor

Class hades.models.pic.MemoryView extends javax.swing.JPanel implements Serializable

Serialized Fields

font

java.awt.Font font

label

javax.swing.JLabel label

textField

javax.swing.JTextField textField

list

javax.swing.JList list

mem

PicMemory mem

upButton

javax.swing.JButton upButton

downButton

javax.swing.JButton downButton

adrWidth

int adrWidth

wordWidth

int wordWidth

lineWidth

int lineWidth

memorySize

int memorySize

lines

int lines

visible

int visible

wordsPerLine

int wordsPerLine

isStack

boolean isStack

offset

int offset

offsetJump

int offsetJump

last

int[] last

lastSize

int lastSize

textListener

MemTextListener textListener

listListener

ListListener listListener

upListener

UpListener upListener

downListener

DownListener downListener

Class hades.models.pic.Pic16C84 extends SimObject implements Serializable

Serialized Fields

show

ShowPic2 show

pic

PicExec pic

portClkin

Port portClkin

portClkout

Port portClkout

portMclr

Port portMclr

portA

Port[] portA

portB

Port[] portB

value_Z

StdLogic1164 value_Z

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

signalClkin

Signal signalClkin

signalClkout

Signal signalClkout

signalMclr

Signal signalMclr

signalA

Signal[] signalA

signalB

Signal[] signalB

intValueA

int[] intValueA

intValueB

int[] intValueB

n_cycles

int n_cycles

lastClk

int lastClk

lastClkout

boolean lastClkout

lastT0cki

int lastT0cki

resetActive

boolean resetActive

t_delay

double t_delay

wdtPeriod

double wdtPeriod

_portBackupA

int[] _portBackupA

_portBackupB

int[] _portBackupB

Class hades.models.pic.Pic16C84Debug extends SimObject implements Serializable

Serialized Fields

show

ShowPic2 show

pic

PicExec pic

portClkin

Port portClkin

portClkout

Port portClkout

portMclr

Port portMclr

portA

Port[] portA

portB

Port[] portB

value_Z

StdLogic1164 value_Z

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

debugPortPC

Port debugPortPC

debugPortStatus

Port debugPortStatus

debugPortWork

Port debugPortWork

debugPortIreg

Port debugPortIreg

debugPortIntCon

Port debugPortIntCon

debugPortOption

Port debugPortOption

signalClkin

Signal signalClkin

signalClkout

Signal signalClkout

signalMclr

Signal signalMclr

signalA

Signal[] signalA

signalB

Signal[] signalB

intValueA

int[] intValueA

intValueB

int[] intValueB

lastClk

int lastClk

lastClkout

boolean lastClkout

lastT0cki

int lastT0cki

resetActive

boolean resetActive

t_delay

double t_delay

wdtPeriod

double wdtPeriod

Class hades.models.pic.Pic16F84 extends Pic16C84 implements Serializable

Class hades.models.pic.ShowSignals extends javax.swing.JComponent implements Serializable

Serialized Fields

signals

java.util.Vector signals

width

int width

height

int height

enabled

boolean enabled

Class hades.models.pic.SmartPic16F84 extends SimObject implements Serializable

Serialized Fields

show

ShowPic2 show

sd

StringDialog sd

pic

PicExec pic

regPortA

PicPortReg regPortA

regPortB

PicPortReg regPortB

regTrisA

PicWordReg regTrisA

regTrisB

PicWordReg regTrisB

portClkin

PortStdLogic1164 portClkin

portClkout

PortStdLogic1164 portClkout

portMclr

PortStdLogic1164 portMclr

portA

PortStdLogic1164[] portA

portB

PortStdLogic1164[] portB

value_Z

StdLogic1164 value_Z

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

signalClkin

Signal signalClkin

signalClkout

Signal signalClkout

signalMclr

Signal signalMclr

signalA

Signal[] signalA

signalB

Signal[] signalB

currentPortInputsA

int[] currentPortInputsA

currentPortInputsB

int[] currentPortInputsB

lastPortInputsB

int[] lastPortInputsB

currentPortOutputsA

int[] currentPortOutputsA

currentPortOutputsB

int[] currentPortOutputsB

n_inputPortChanges

int n_inputPortChanges

n_handledPortChanges

int n_handledPortChanges

t_now

double t_now

n_cycles

int n_cycles

n_dirty_pa

int n_dirty_pa

n_dirty_ta

int n_dirty_ta

n_dirty_pb

int n_dirty_pb

n_dirty_tb

int n_dirty_tb

lastClk

int lastClk

lastOsc2

int lastOsc2

lastT0cki

int lastT0cki

resetActive

boolean resetActive

t_delay

double t_delay

wdtPeriod

double wdtPeriod

clk4Period

double clk4Period

Class hades.models.pic.TurboPic16C84 extends TurboPicCore implements Serializable

Serialized Fields

portClkin

PortStdLogic1164 portClkin

portClkout

PortStdLogic1164 portClkout

portMclr

PortStdLogic1164 portMclr

portA

PortStdLogic1164[] portA

portB

PortStdLogic1164[] portB

portPC

PortInteger portPC

portW

PortInteger portW

portSTATUS

PortInteger portSTATUS

portINTCON

PortInteger portINTCON

portINSTR

PortString portINSTR

clk4Period

double clk4Period

clk8Period

double clk8Period

t_now

double t_now

t_portdelay

double t_portdelay

GUI

TurboPicGUI GUI

programResourceName

java.lang.String programResourceName

Class hades.models.pic.TurboPicCore extends SimObject implements Serializable

Serialized Fields

_period

double _period

_cycle

long _cycle

n_errors

long n_errors

enableWDT

boolean enableWDT

enableIRQs

boolean enableIRQs

isResetOrSleep

boolean isResetOrSleep

enableGUI

boolean enableGUI

enableDebugSignals

boolean enableDebugSignals

needCheckIRQs

boolean needCheckIRQs

register

int[] register

stack

int[] stack

eeprom

int[] eeprom

program

TurboPicCore.PicInstruction[] program

labelTable

java.util.Hashtable labelTable

_PC

int _PC

_W

int _W

_SP

int _SP

_WDT

int _WDT

_WDT_PRESCALER

int _WDT_PRESCALER

_INDF

int _INDF

_TMR0

int _TMR0

_PCL

int _PCL

_STATUS

int _STATUS

_FSR

int _FSR

_PORTA_LATCH

int _PORTA_LATCH

_PORTB_LATCH

int _PORTB_LATCH

_EEDATA

int _EEDATA

_EEADR

int _EEADR

_PCLATH

int _PCLATH

_INTCON

int _INTCON

_OPTION

int _OPTION

_TRISA

int _TRISA

_TRISB

int _TRISB

_EECON1

int _EECON1

_EECON2

int _EECON2

Class hades.models.pic.WordButton extends javax.swing.JPanel implements Serializable

Serialized Fields

reg

PicReg reg

textField

javax.swing.JTextField textField

last

int last


Package hades.models.register

Class hades.models.register.CounterRE extends GenericGate implements Serializable

Serialized Fields

n_outputs

int n_outputs

port_CLK

PortStdLogic1164 port_CLK

port_NRESET

PortStdLogic1164 port_NRESET

port_ENABLE

PortStdLogic1164 port_ENABLE

port_COUT

PortStdLogic1164 port_COUT

value

int value

limit

int limit

Class hades.models.register.CounterRE16 extends CounterRE implements Serializable

Class hades.models.register.CounterRE8 extends CounterRE implements Serializable

Class hades.models.register.LFSRAnalyzer extends GenericGate implements Serializable

Serialized Fields

n_inputs

int n_inputs

port_CLK

PortStdLogic1164 port_CLK

port_NRESET

PortStdLogic1164 port_NRESET

lfsr

LFSR32 lfsr

seed

int seed

uxz_mask

int uxz_mask

expectedValue

int expectedValue

Class hades.models.register.LFSRAnalyzer16 extends LFSRAnalyzer implements Serializable

Class hades.models.register.LFSRAnalyzer24 extends LFSRAnalyzer implements Serializable

Class hades.models.register.LFSRAnalyzer32 extends LFSRAnalyzer implements Serializable

Class hades.models.register.LFSRAnalyzer8 extends LFSRAnalyzer implements Serializable

Class hades.models.register.LFSRGenerator extends GenericGate implements Serializable

Serialized Fields

n_outputs

int n_outputs

port_CLK

PortStdLogic1164 port_CLK

port_NRESET

PortStdLogic1164 port_NRESET

lfsr

LFSR32 lfsr

seed

int seed

Class hades.models.register.LFSRGenerator16 extends LFSRGenerator implements Serializable

Class hades.models.register.LFSRGenerator24 extends LFSRGenerator implements Serializable

Class hades.models.register.LFSRGenerator32 extends LFSRGenerator implements Serializable

Class hades.models.register.LFSRGenerator8 extends LFSRGenerator implements Serializable

Class hades.models.register.Register extends SimObject implements Serializable

Serialized Fields

n_bits

int n_bits

port_C

Port port_C

value_U

StdLogic1164 value_U

value_X

StdLogic1164 value_X

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

data

StdLogic1164[] data

labels

Label[] labels

display

FigCompound display

w

int w
See Also:
Constant Field Values

h

int h
See Also:
Constant Field Values

Class hades.models.register.RegisterR extends Register implements Serializable

Serialized Fields

port_NR

Port port_NR

Class hades.models.register.RegisterRE extends Register implements Serializable

Serialized Fields

port_NR

Port port_NR

port_EN

Port port_EN

Class hades.models.register.ShiftRegister extends Register implements Serializable

Serialized Fields

port_NR

Port port_NR

port_SE

Port port_SE

port_Sin

Port port_Sin

port_Sout

Port port_Sout


Package hades.models.rtl

Class hades.models.rtl.IDT6116 extends SimObject implements Serializable

Serialized Fields

output_0

StdLogic1164 output_0

output_1

StdLogic1164 output_1

output_X

StdLogic1164 output_X

output_Z

StdLogic1164 output_Z

port_nCS

PortStdLogic1164 port_nCS

port_nOE

PortStdLogic1164 port_nOE

port_nWE

PortStdLogic1164 port_nWE

index_A0

int index_A0

index_D0

int index_D0

N_ADDRESS_INPUTS

int N_ADDRESS_INPUTS

n_words

int n_words

address

int address

data

long[] data

_listenerTable

java.util.Hashtable _listenerTable

t_access

double t_access

t_tristate

double t_tristate

t_undefined

double t_undefined

resourcename

java.lang.String resourcename

MEF

MemoryEditorFrame MEF

Class hades.models.rtl.IDT6164 extends IDT6116 implements Serializable

Class hades.models.rtl.RAM_256x8 extends SimObject implements Serializable

Serialized Fields

output_0

StdLogic1164 output_0

output_1

StdLogic1164 output_1

output_X

StdLogic1164 output_X

output_Z

StdLogic1164 output_Z

port_nCS

Port port_nCS

port_nWE

Port port_nWE

port_nME

Port port_nME

index_A0

int index_A0

index_DI0

int index_DI0

index_DO0

int index_DO0

n_words

int n_words

address

int address

data

long[] data

_listenerTable

java.util.Hashtable _listenerTable

MEF

MemoryEditorFrame MEF

resourcename

java.lang.String resourcename

Class hades.models.rtl.ROM_1Kx8 extends SimObject implements Serializable

Serialized Fields

output_0

StdLogic1164 output_0

output_1

StdLogic1164 output_1

output_X

StdLogic1164 output_X

output_Z

StdLogic1164 output_Z

port_nCS

Port port_nCS

port_nOE

Port port_nOE

n_address_ports

int n_address_ports

n_words

int n_words

index_a0

int index_a0

index_y0

int index_y0

data

long[] data

resourcename

java.lang.String resourcename

_listenerTable

java.util.Hashtable _listenerTable

MEF

MemoryEditorFrame MEF

Class hades.models.rtl.ROM_256x8 extends ROM_1Kx8 implements Serializable

Class hades.models.rtl.ROM_64Kx8 extends ROM_1Kx8 implements Serializable

Class hades.models.rtl.ROM_64x8 extends ROM_1Kx8 implements Serializable

Class hades.models.rtl.ROM_8Kx8 extends ROM_1Kx8 implements Serializable


Package hades.models.rtlib

Class hades.models.rtlib.GenericRtlibObject extends SimObject implements Serializable

Serialized Fields

n_bits

int n_bits

vector

StdLogicVector vector

vector_UUU

StdLogicVector vector_UUU

vector_XXX

StdLogicVector vector_XXX

vector_ZZZ

StdLogicVector vector_ZZZ

vector_000

StdLogicVector vector_000

vector_111

StdLogicVector vector_111

vectorOutputPort

PortStdLogicVector vectorOutputPort

delay

double delay

defaultdelay

double defaultdelay

enableAnimationFlag

boolean enableAnimationFlag

valueLabel

ColoredValueLabel valueLabel

labelFormatter

GenericRtlibObject.FlexibleLabelFormatter labelFormatter


Package hades.models.rtlib.arith

Class hades.models.rtlib.arith.Add extends GenericRtlibObject implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

port_B

PortStdLogicVector port_B

port_SUM

PortStdLogicVector port_SUM

value_A

StdLogicVector value_A

value_B

StdLogicVector value_B

Class hades.models.rtlib.arith.Addc extends GenericRtlibObject implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

port_B

PortStdLogicVector port_B

port_SUM

PortStdLogicVector port_SUM

port_CIN

PortStdLogic1164 port_CIN

port_COUT

PortStdLogic1164 port_COUT

vector_A

StdLogicVector vector_A

vector_B

StdLogicVector vector_B

value_CIN

StdLogic1164 value_CIN

value_COUT

StdLogic1164 value_COUT

Class hades.models.rtlib.arith.DcoreALU extends GenericRtlibObject implements Serializable

Serialized Fields

port_OPC

PortStdLogicVector port_OPC

port_A

PortStdLogicVector port_A

port_B

PortStdLogicVector port_B

port_IMM

PortStdLogicVector port_IMM

port_Y

PortStdLogicVector port_Y

port_Cin

PortStdLogic1164 port_Cin

port_Cout

PortStdLogic1164 port_Cout

vector_Y

StdLogicVector vector_Y

value_Cout

StdLogic1164 value_Cout

zero12

StdLogicVector zero12

n_operations

int n_operations

opcodeArray

int[] opcodeArray

currentOpcode

int currentOpcode

CONST_0

int CONST_0
See Also:
Constant Field Values

CONST_1

int CONST_1
See Also:
Constant Field Values

CONST_FFFF

int CONST_FFFF
See Also:
Constant Field Values

PASS_B

int PASS_B
See Also:
Constant Field Values

INCR_A

int INCR_A
See Also:
Constant Field Values

ADD_AB

int ADD_AB
See Also:
Constant Field Values

ADD_ABCin

int ADD_ABCin
See Also:
Constant Field Values

SUB_AB

int SUB_AB
See Also:
Constant Field Values

AND_AB

int AND_AB
See Also:
Constant Field Values

OR_AB

int OR_AB
See Also:
Constant Field Values

XOR_AB

int XOR_AB
See Also:
Constant Field Values

NOT_A

int NOT_A
See Also:
Constant Field Values

SHL_A

int SHL_A
See Also:
Constant Field Values

SRA_A

int SRA_A
See Also:
Constant Field Values

ROL_A

int ROL_A
See Also:
Constant Field Values

ROR_A

int ROR_A
See Also:
Constant Field Values

CMP_EQ

int CMP_EQ
See Also:
Constant Field Values

CMP_NEQ

int CMP_NEQ
See Also:
Constant Field Values

CMP_AGTB

int CMP_AGTB
See Also:
Constant Field Values

CMP_ALTB

int CMP_ALTB
See Also:
Constant Field Values

ADDI

int ADDI
See Also:
Constant Field Values

SUBI

int SUBI
See Also:
Constant Field Values

ANDI

int ANDI
See Also:
Constant Field Values

SHLI

int SHLI
See Also:
Constant Field Values

operationLabels

java.lang.String[] operationLabels

configDialog

DcoreALU.ConfigDialog configDialog

Class hades.models.rtlib.arith.DcoreALU2 extends GenericRtlibObject implements Serializable

Serialized Fields

port_OPC

PortStdLogicVector port_OPC

port_A

PortStdLogicVector port_A

port_B

PortStdLogicVector port_B

port_IMM

PortStdLogicVector port_IMM

port_Y

PortStdLogicVector port_Y

port_Cin

PortStdLogic1164 port_Cin

port_Cout

PortStdLogic1164 port_Cout

vector_Y

StdLogicVector vector_Y

value_Cout

StdLogic1164 value_Cout

zero12

StdLogicVector zero12

n_operations

int n_operations

opcodeArray

int[] opcodeArray

currentOpcode

int currentOpcode

MOV

int MOV
See Also:
Constant Field Values

ADDU

int ADDU
See Also:
Constant Field Values

ADDC

int ADDC
See Also:
Constant Field Values

SUBU

int SUBU
See Also:
Constant Field Values

AND_AB

int AND_AB
See Also:
Constant Field Values

OR_AB

int OR_AB
See Also:
Constant Field Values

XOR_AB

int XOR_AB
See Also:
Constant Field Values

NOT_A

int NOT_A
See Also:
Constant Field Values

LSL

int LSL
See Also:
Constant Field Values

LSR

int LSR
See Also:
Constant Field Values

ASR

int ASR
See Also:
Constant Field Values

ILLEGAL_0b

int ILLEGAL_0b
See Also:
Constant Field Values

LSLC

int LSLC
See Also:
Constant Field Values

LSRC

int LSRC
See Also:
Constant Field Values

ASRC

int ASRC
See Also:
Constant Field Values

ILLEGAL_0f

int ILLEGAL_0f
See Also:
Constant Field Values

CMP_EQ

int CMP_EQ
See Also:
Constant Field Values

CMP_NEQ

int CMP_NEQ
See Also:
Constant Field Values

CMP_AGTB

int CMP_AGTB
See Also:
Constant Field Values

CMP_ALTB

int CMP_ALTB
See Also:
Constant Field Values

MOVI

int MOVI
See Also:
Constant Field Values

ADDI

int ADDI
See Also:
Constant Field Values

SUBI

int SUBI
See Also:
Constant Field Values

ANDI

int ANDI
See Also:
Constant Field Values

LSLI

int LSLI
See Also:
Constant Field Values

LSRI

int LSRI
See Also:
Constant Field Values

BSETI

int BSETI
See Also:
Constant Field Values

BCLRI

int BCLRI
See Also:
Constant Field Values

operationLabels

java.lang.String[] operationLabels

configDialog

DcoreALU2.ConfigDialog configDialog

Class hades.models.rtlib.arith.Decr extends GenericRtlibObject implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

port_Y

PortStdLogicVector port_Y

value_A

StdLogicVector value_A

Class hades.models.rtlib.arith.GenericShifter extends GenericRtlibObject implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

port_Y

PortStdLogicVector port_Y

value_A

StdLogicVector value_A

shiftcount

int shiftcount

shiftLabel

Label shiftLabel

Class hades.models.rtlib.arith.Incr extends GenericRtlibObject implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

port_Y

PortStdLogicVector port_Y

value_A

StdLogicVector value_A

Class hades.models.rtlib.arith.Incr2 extends Incr implements Serializable

Class hades.models.rtlib.arith.RotateLeft extends GenericShifter implements Serializable

Class hades.models.rtlib.arith.RotateRight extends GenericShifter implements Serializable

Class hades.models.rtlib.arith.ShiftLeft extends GenericShifter implements Serializable

Class hades.models.rtlib.arith.ShiftRightArith extends GenericShifter implements Serializable

Class hades.models.rtlib.arith.ShiftRightLogic extends GenericShifter implements Serializable

Class hades.models.rtlib.arith.Sub extends GenericRtlibObject implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

port_B

PortStdLogicVector port_B

port_SUM

PortStdLogicVector port_SUM

value_A

StdLogicVector value_A

value_B

StdLogicVector value_B

Class hades.models.rtlib.arith.TwosComplement extends GenericRtlibObject implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

port_Y

PortStdLogicVector port_Y

value_A

StdLogicVector value_A

Class hades.models.rtlib.arith.UserDefinedALU extends GenericRtlibObject implements Serializable

Serialized Fields

port_OPC

PortStdLogicVector port_OPC

port_A

PortStdLogicVector port_A

port_B

PortStdLogicVector port_B

port_Y

PortStdLogicVector port_Y

port_Cin

PortStdLogic1164 port_Cin

port_Cout

PortStdLogic1164 port_Cout

port_ZERO

PortStdLogic1164 port_ZERO

port_NEG

PortStdLogic1164 port_NEG

port_EQ

PortStdLogic1164 port_EQ

port_OVF

PortStdLogic1164 port_OVF

vector_Y

StdLogicVector vector_Y

value_Cout

StdLogic1164 value_Cout

value_ZERO

StdLogic1164 value_ZERO

value_NEG

StdLogic1164 value_NEG

value_EQ

StdLogic1164 value_EQ

value_OVF

StdLogic1164 value_OVF

n_operations

int n_operations
See Also:
Constant Field Values

opcodeArray

int[] opcodeArray

currentOpcode

int currentOpcode

ieee_U

StdLogic1164 ieee_U

ieee_0

StdLogic1164 ieee_0

ieee_1

StdLogic1164 ieee_1

CONST_0

int CONST_0
See Also:
Constant Field Values

CONST_1

int CONST_1
See Also:
Constant Field Values

CONST_FFFF

int CONST_FFFF
See Also:
Constant Field Values

PASS_A

int PASS_A
See Also:
Constant Field Values

PASS_B

int PASS_B
See Also:
Constant Field Values

INCR_A

int INCR_A
See Also:
Constant Field Values

INCR_B

int INCR_B
See Also:
Constant Field Values

DECR_A

int DECR_A
See Also:
Constant Field Values

DECR_B

int DECR_B
See Also:
Constant Field Values

ADD_AB

int ADD_AB
See Also:
Constant Field Values

ADD_AB1

int ADD_AB1
See Also:
Constant Field Values

ADD_ABCin

int ADD_ABCin
See Also:
Constant Field Values

SUB_AB

int SUB_AB
See Also:
Constant Field Values

NOT_A

int NOT_A
See Also:
Constant Field Values

NOT_B

int NOT_B
See Also:
Constant Field Values

AND_AB

int AND_AB
See Also:
Constant Field Values

OR_AB

int OR_AB
See Also:
Constant Field Values

XOR_AB

int XOR_AB
See Also:
Constant Field Values

XNOR_AB

int XNOR_AB
See Also:
Constant Field Values

SHL_A

int SHL_A
See Also:
Constant Field Values

SRL_A

int SRL_A
See Also:
Constant Field Values

SRA_A

int SRA_A
See Also:
Constant Field Values

ROL_A

int ROL_A
See Also:
Constant Field Values

ROR_A

int ROR_A
See Also:
Constant Field Values

ROL_AC

int ROL_AC
See Also:
Constant Field Values

ROR_AC

int ROR_AC
See Also:
Constant Field Values

operationLabels

java.lang.String[] operationLabels

configDialog

UserDefinedALU.ConfigDialog configDialog


Package hades.models.rtlib.compare

Class hades.models.rtlib.compare.CompareAll extends GenericOnebitLogicObject implements Serializable

Serialized Fields

port_A

Port port_A

port_B

Port port_B

port_LT

Port port_LT

port_LE

Port port_LE

port_EQ

Port port_EQ

port_GE

Port port_GE

port_GT

Port port_GT

value_A

StdLogicVector value_A

value_B

StdLogicVector value_B

output_0

StdLogic1164 output_0

output_1

StdLogic1164 output_1

output_X

StdLogic1164 output_X

_0

int _0

_1

int _1

_X

int _X

Class hades.models.rtlib.compare.CompareEqual extends GenericOnebitLogicObject implements Serializable

Serialized Fields

port_A

Port port_A

port_B

Port port_B

port_Y

Port port_Y

value_A

StdLogicVector value_A

value_B

StdLogicVector value_B

output_0

StdLogic1164 output_0

output_1

StdLogic1164 output_1

output_X

StdLogic1164 output_X

Class hades.models.rtlib.compare.CompareGreater extends GenericOnebitLogicObject implements Serializable

Serialized Fields

port_A

Port port_A

port_B

Port port_B

port_Y

Port port_Y

value_A

StdLogicVector value_A

value_B

StdLogicVector value_B

output_0

StdLogic1164 output_0

output_1

StdLogic1164 output_1

output_X

StdLogic1164 output_X

Class hades.models.rtlib.compare.CompareLess extends GenericOnebitLogicObject implements Serializable

Serialized Fields

port_A

Port port_A

port_B

Port port_B

port_Y

Port port_Y

value_A

StdLogicVector value_A

value_B

StdLogicVector value_B

output_0

StdLogic1164 output_0

output_1

StdLogic1164 output_1

output_X

StdLogic1164 output_X

Class hades.models.rtlib.compare.CompareNotEqual extends GenericOnebitLogicObject implements Serializable

Serialized Fields

port_A

Port port_A

port_B

Port port_B

port_Y

Port port_Y

value_A

StdLogicVector value_A

value_B

StdLogicVector value_B

output_0

StdLogic1164 output_0

output_1

StdLogic1164 output_1

output_X

StdLogic1164 output_X


Package hades.models.rtlib.io

Class hades.models.rtlib.io.BusTapBottom extends Subset implements Serializable

Class hades.models.rtlib.io.BusTapRight extends Subset implements Serializable

Class hades.models.rtlib.io.Constant extends GenericRtlibObject implements Serializable

Serialized Fields

port_Y

Port port_Y

Class hades.models.rtlib.io.ExpandBit extends GenericRtlibObject implements Serializable

Serialized Fields

port_A

PortStdLogic1164 port_A

port_Y

PortStdLogicVector port_Y

Class hades.models.rtlib.io.Expander extends GenericRtlibObject implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

Class hades.models.rtlib.io.ExpanderVertical extends Expander implements Serializable

Class hades.models.rtlib.io.IpinVector extends GenericRtlibObject implements Serializable

Serialized Fields

port_Y

Port port_Y

port_toplevel

Port port_toplevel

numberFormat

int numberFormat

t_delay

double t_delay

Class hades.models.rtlib.io.IpinVectorLarge extends IpinVector implements Serializable

Class hades.models.rtlib.io.Merge extends GenericRtlibObject implements Serializable

Serialized Fields

port_A

Port port_A

port_B

Port port_B

port_Y

Port port_Y

mergeLabel

Label mergeLabel

upper

int upper

lower

int lower

n_bits

int n_bits

Class hades.models.rtlib.io.Merge3 extends GenericRtlibObject implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

port_B

PortStdLogicVector port_B

port_C

PortStdLogicVector port_C

port_Y

PortStdLogicVector port_Y

mergeLabel

Label mergeLabel

upper

int upper

middle

int middle

lower

int lower

n_bits

int n_bits

Class hades.models.rtlib.io.MergeBits extends GenericRtlibObject implements Serializable

Serialized Fields

port_Y

PortStdLogicVector port_Y

port_A

PortStdLogic1164[] port_A

Class hades.models.rtlib.io.OpinVector extends GenericRtlibObject implements Serializable

Serialized Fields

numberFormat

int numberFormat

port_A

Port port_A

port_toplevel

Port port_toplevel

t_delay

double t_delay

labelFormatter

GenericRtlibObject.FlexibleLabelFormatter labelFormatter

Class hades.models.rtlib.io.OpinVectorLarge extends OpinVector implements Serializable

Class hades.models.rtlib.io.SelectBit extends GenericRtlibObject implements Serializable

Serialized Fields

port_A

Port port_A

port_Y

Port port_Y

value_A

StdLogicVector value_A

value_Y

StdLogic1164 value_Y

indexLabel

Label indexLabel

n_subset

int n_subset

bitIndex

int bitIndex

Class hades.models.rtlib.io.SmallConstant extends Constant implements Serializable

Class hades.models.rtlib.io.Subset extends GenericRtlibObject implements Serializable

Serialized Fields

port_A

Port port_A

port_Y

Port port_Y

value_A

StdLogicVector value_A

subsetLabel

Label subsetLabel

n_subset

int n_subset

upper

int upper

lower

int lower

Class hades.models.rtlib.io.SubsetFlip extends Subset implements Serializable


Package hades.models.rtlib.logic

Class hades.models.rtlib.logic.And extends GenericOnebitLogicObject implements Serializable

Serialized Fields

port_A

Port port_A

port_Y

Port port_Y

value_A

StdLogicVector value_A

Class hades.models.rtlib.logic.BitwiseAnd extends GenericRtlibObject implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

port_B

PortStdLogicVector port_B

port_Y

PortStdLogicVector port_Y

value_A

StdLogicVector value_A

value_B

StdLogicVector value_B

Class hades.models.rtlib.logic.BitwiseNot extends GenericRtlibObject implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

port_B

PortStdLogicVector port_B

port_Y

PortStdLogicVector port_Y

value_A

StdLogicVector value_A

value_B

StdLogicVector value_B

Class hades.models.rtlib.logic.BitwiseOr extends GenericRtlibObject implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

port_B

PortStdLogicVector port_B

port_Y

PortStdLogicVector port_Y

value_A

StdLogicVector value_A

value_B

StdLogicVector value_B

Class hades.models.rtlib.logic.BitwiseXor extends GenericRtlibObject implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

port_B

PortStdLogicVector port_B

port_Y

PortStdLogicVector port_Y

value_A

StdLogicVector value_A

value_B

StdLogicVector value_B

Class hades.models.rtlib.logic.GenericOnebitLogicObject extends SimObject implements Serializable

Serialized Fields

n_bits

int n_bits

vector

StdLogicVector vector

vector_UUU

StdLogicVector vector_UUU

vector_XXX

StdLogicVector vector_XXX

vector_ZZZ

StdLogicVector vector_ZZZ

vector_000

StdLogicVector vector_000

vector_111

StdLogicVector vector_111

value

StdLogic1164 value

value_U

StdLogic1164 value_U

value_X

StdLogic1164 value_X

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

value_Z

StdLogic1164 value_Z

delay

double delay

defaultdelay

double defaultdelay

valueLabel

ColoredValueLabel valueLabel

Class hades.models.rtlib.logic.N1And extends GenericRtlibObject implements Serializable

Serialized Fields

port_B

PortStdLogicVector port_B

port_Y

PortStdLogicVector port_Y

port_A

PortStdLogic1164 port_A

value_A

StdLogicVector value_A

value_B

StdLogicVector value_B

Class hades.models.rtlib.logic.N1Or extends GenericRtlibObject implements Serializable

Serialized Fields

port_B

PortStdLogicVector port_B

port_Y

PortStdLogicVector port_Y

port_A

PortStdLogic1164 port_A

value_A

StdLogicVector value_A

value_B

StdLogicVector value_B

Class hades.models.rtlib.logic.Nand extends GenericOnebitLogicObject implements Serializable

Serialized Fields

port_A

Port port_A

port_Y

Port port_Y

value_A

StdLogicVector value_A

Class hades.models.rtlib.logic.Nor extends GenericOnebitLogicObject implements Serializable

Serialized Fields

port_A

Port port_A

port_Y

Port port_Y

value_A

StdLogicVector value_A

Class hades.models.rtlib.logic.Or extends GenericOnebitLogicObject implements Serializable

Serialized Fields

port_A

Port port_A

port_Y

Port port_Y

value_A

StdLogicVector value_A

Class hades.models.rtlib.logic.Xnor extends GenericOnebitLogicObject implements Serializable

Serialized Fields

port_A

Port port_A

port_Y

Port port_Y

value_A

StdLogicVector value_A

Class hades.models.rtlib.logic.Xor extends GenericOnebitLogicObject implements Serializable

Serialized Fields

port_A

Port port_A

port_Y

Port port_Y

value_A

StdLogicVector value_A


Package hades.models.rtlib.memory

Class hades.models.rtlib.memory.AddressDecoder4 extends GenericOnebitLogicObject implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

port_nCS0

PortStdLogic1164 port_nCS0

port_nCS1

PortStdLogic1164 port_nCS1

port_nCS2

PortStdLogic1164 port_nCS2

port_nCS3

PortStdLogic1164 port_nCS3

value_A

StdLogicVector value_A

_0

int _0

_1

int _1

_X

int _X

_nCS0

StdLogic1164 _nCS0

_nCS1

StdLogic1164 _nCS1

_nCS2

StdLogic1164 _nCS2

_nCS3

StdLogic1164 _nCS3

base0

int base0

limit0

int limit0

base1

int base1

limit1

int limit1

base2

int base2

limit2

int limit2

base3

int base3

limit3

int limit3

Class hades.models.rtlib.memory.DPRAM extends GenericMemory implements Serializable

Serialized Fields

port_A0

PortStdLogicVector port_A0

port_A1

PortStdLogicVector port_A1

port_DI0

PortStdLogicVector port_DI0

port_DO0

PortStdLogicVector port_DO0

port_DO1

PortStdLogicVector port_DO1

port_nWE

PortStdLogic1164 port_nWE

port_nCS

PortStdLogic1164 port_nCS

Class hades.models.rtlib.memory.GenericMemory extends SimObject implements Serializable

Serialized Fields

resourcename

java.lang.String resourcename

n_words

int n_words

n_bits

int n_bits

data

long[] data

bit_mask

long bit_mask

last_read_data

long last_read_data

last_write_data

long last_write_data

last_read_addr

int last_read_addr

last_write_addr

int last_write_addr

vector_UUU

StdLogicVector vector_UUU

vector_XXX

StdLogicVector vector_XXX

vector_ZZZ

StdLogicVector vector_ZZZ

vector_000

StdLogicVector vector_000

vector_111

StdLogicVector vector_111

enableAnimationFlag

boolean enableAnimationFlag

_listenerTable

java.util.Hashtable _listenerTable

_listenerArray

MemoryListener[] _listenerArray

_listenerCount

int _listenerCount

_decoder

InstructionDecoder _decoder

MEF

MemoryEditorFrame MEF

Class hades.models.rtlib.memory.MicroROM extends GenericMemory implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

port_X

PortStdLogicVector port_X

port_E

PortStdLogicVector port_E

port_F

PortStdLogicVector port_F

port_G

PortStdLogicVector port_G

port_H

PortStdLogicVector port_H

port_D

PortStdLogic1164[] port_D

Class hades.models.rtlib.memory.MipsRegBank extends GenericMemory implements Serializable

Serialized Fields

port_AR0

PortStdLogicVector port_AR0

port_AR1

PortStdLogicVector port_AR1

port_AW0

PortStdLogicVector port_AW0

port_DR0

PortStdLogicVector port_DR0

port_DR1

PortStdLogicVector port_DR1

port_DW0

PortStdLogicVector port_DW0

port_nWE

PortStdLogic1164 port_nWE

port_nCS

PortStdLogic1164 port_nCS

Class hades.models.rtlib.memory.MR extends GenericMemory implements Serializable

Serialized Fields

n_words

int n_words

n_fields

int n_fields

alabel

java.lang.String[] alabel

flabel

java.lang.String[] flabel

flength

int[] flength

fdata

int[][] fdata

fdefaultValues

int[] fdefaultValues

fseparator

boolean[] fseparator

MEF

MREditorFrame MEF

D_SIZE

int D_SIZE

stateLabel

FatLabel stateLabel

cache_read_addr

int cache_read_addr

port_A

PortStdLogicVector port_A

port_S1

PortStdLogic1164 port_S1

port_S0

PortStdLogic1164 port_S0

port_X

PortStdLogicVector port_X

port_Y

PortStdLogicVector port_Y

port_D

PortStdLogic1164[] port_D

port_STATE

Port port_STATE

Class hades.models.rtlib.memory.MR20 extends MR implements Serializable

Class hades.models.rtlib.memory.MRCanvas extends MemoryHexEditorField implements Serializable

Serialized Fields

microRom

MR microRom

n_fields

int n_fields

label_x

int label_x

field_x

int[] field_x

textFont

java.awt.Font textFont

activeDataColor

java.awt.Color activeDataColor

passiveDataColor

java.awt.Color passiveDataColor

Class hades.models.rtlib.memory.MREditorFrame extends MemoryEditorFrame implements Serializable

Serialized Fields

versionString

java.lang.String versionString

helpfilename

java.lang.String helpfilename

memoryObject

MR memoryObject

n_words_per_row

int n_words_per_row

memoryCanvas

MRCanvas memoryCanvas

Class hades.models.rtlib.memory.MRLabelCanvas extends javax.swing.JComponent implements Serializable

Serialized Fields

width

int width

height

int height

border_width

int border_width

border_height

int border_height

n_columns

int n_columns

n_rows

int n_rows

n_words

int n_words

n_fields

int n_fields

n_chars_per_addr

int n_chars_per_addr

start_address

int start_address

end_address

int end_address

x0_addr

int x0_addr

x0_data

int x0_data

y0_addr

int y0_addr

y0_data

int y0_data

textFont

java.awt.Font textFont

char_width

int char_width

char_height

int char_height

baseline

int baseline

dataColor

java.awt.Color dataColor

addrColor

java.awt.Color addrColor

readHighlightColor

java.awt.Color readHighlightColor

writeHighlightColor

java.awt.Color writeHighlightColor

Class hades.models.rtlib.memory.RAM extends GenericMemory implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

port_DIN

PortStdLogicVector port_DIN

port_DOUT

PortStdLogicVector port_DOUT

port_nWE

PortStdLogic1164 port_nWE

port_nCS

PortStdLogic1164 port_nCS

Class hades.models.rtlib.memory.RAMoe extends GenericMemory implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

port_DIN

PortStdLogicVector port_DIN

port_DOUT

PortStdLogicVector port_DOUT

port_nWE

PortStdLogic1164 port_nWE

port_nCS

PortStdLogic1164 port_nCS

port_nOE

PortStdLogic1164 port_nOE

Class hades.models.rtlib.memory.RealTimeClock extends GenericMemory implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

port_DIN

PortStdLogicVector port_DIN

port_DOUT

PortStdLogicVector port_DOUT

port_nWE

PortStdLogic1164 port_nWE

port_nCS

PortStdLogic1164 port_nCS

port_nOE

PortStdLogic1164 port_nOE

t_tick

double t_tick

Class hades.models.rtlib.memory.RegBank extends GenericMemory implements Serializable

Serialized Fields

port_AX

PortStdLogicVector port_AX

port_AY

PortStdLogicVector port_AY

port_AZ

PortStdLogicVector port_AZ

port_DX

PortStdLogicVector port_DX

port_DY

PortStdLogicVector port_DY

port_DZ

PortStdLogicVector port_DZ

port_nWE

PortStdLogic1164 port_nWE

port_CLK

PortStdLogic1164 port_CLK

Class hades.models.rtlib.memory.ROM extends GenericMemory implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

port_D

PortStdLogicVector port_D

Class hades.models.rtlib.memory.ROMcs extends ROM implements Serializable

Serialized Fields

port_nCS

PortStdLogic1164 port_nCS

Class hades.models.rtlib.memory.ROMoe extends ROM implements Serializable

Serialized Fields

port_nCS

PortStdLogic1164 port_nCS

port_nOE

PortStdLogic1164 port_nOE


Package hades.models.rtlib.muxes

Class hades.models.rtlib.muxes.BitDecoder extends GenericRtlibObject implements Serializable

Serialized Fields

n_outputs

int n_outputs

port_A

PortStdLogicVector port_A

value_U

StdLogic1164 value_U

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

values

StdLogic1164[] values

Class hades.models.rtlib.muxes.Decoder extends GenericRtlibObject implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

port_Y

PortStdLogicVector port_Y

value_A

StdLogicVector value_A

Class hades.models.rtlib.muxes.Mux21 extends GenericRtlibObject implements Serializable

Serialized Fields

port_A1

PortStdLogicVector port_A1

port_A0

PortStdLogicVector port_A0

port_Y

PortStdLogicVector port_Y

port_S

PortStdLogic1164 port_S

marker1

FigObject marker1

marker0

FigObject marker0

Class hades.models.rtlib.muxes.Mux41 extends GenericRtlibObject implements Serializable

Serialized Fields

port_A3

PortStdLogicVector port_A3

port_A2

PortStdLogicVector port_A2

port_A1

PortStdLogicVector port_A1

port_A0

PortStdLogicVector port_A0

port_Y

PortStdLogicVector port_Y

port_S1

PortStdLogic1164 port_S1

port_S0

PortStdLogic1164 port_S0

Class hades.models.rtlib.muxes.TriBuf extends GenericRtlibObject implements Serializable

Serialized Fields

port_A

PortStdLogicVector port_A

port_Y

PortStdLogicVector port_Y

port_S

PortStdLogic1164 port_S

Class hades.models.rtlib.muxes.TriBufBig extends TriBuf implements Serializable


Package hades.models.rtlib.register

Class hades.models.rtlib.register.CounterRE extends GenericRtlibObject implements Serializable

Serialized Fields

port_Q

PortStdLogicVector port_Q

port_CLK

PortStdLogic1164 port_CLK

port_NR

PortStdLogic1164 port_NR

port_ENA

PortStdLogic1164 port_ENA

t_setup

double t_setup

ieee_U

StdLogic1164 ieee_U

Class hades.models.rtlib.register.Latch extends GenericRtlibObject implements Serializable

Serialized Fields

port_D

PortStdLogicVector port_D

port_Q

PortStdLogicVector port_Q

port_CLK

PortStdLogic1164 port_CLK

t_setup

double t_setup

Class hades.models.rtlib.register.LatchR extends GenericRtlibObject implements Serializable

Serialized Fields

port_D

PortStdLogicVector port_D

port_Q

PortStdLogicVector port_Q

port_CLK

PortStdLogic1164 port_CLK

port_NR

PortStdLogic1164 port_NR

t_setup

double t_setup

Class hades.models.rtlib.register.LFSR extends GenericRtlibObject implements Serializable

Serialized Fields

port_Q

PortStdLogicVector port_Q

port_CLK

PortStdLogic1164 port_CLK

port_NR

PortStdLogic1164 port_NR

t_setup

double t_setup

lfsr

LFSR32 lfsr

seed

int seed

Class hades.models.rtlib.register.Reg extends GenericRtlibObject implements Serializable

Serialized Fields

port_D

PortStdLogicVector port_D

port_Q

PortStdLogicVector port_Q

port_CLK

PortStdLogic1164 port_CLK

t_setup

double t_setup

Class hades.models.rtlib.register.RegE extends GenericRtlibObject implements Serializable

Serialized Fields

port_D

PortStdLogicVector port_D

port_Q

PortStdLogicVector port_Q

port_CLK

PortStdLogic1164 port_CLK

port_ENA

PortStdLogic1164 port_ENA

t_setup

double t_setup

ieee_U

StdLogic1164 ieee_U

Class hades.models.rtlib.register.RegR extends GenericRtlibObject implements Serializable

Serialized Fields

port_D

PortStdLogicVector port_D

port_Q

PortStdLogicVector port_Q

port_CLK

PortStdLogic1164 port_CLK

port_NR

PortStdLogic1164 port_NR

t_setup

double t_setup

Class hades.models.rtlib.register.RegRE extends GenericRtlibObject implements Serializable

Serialized Fields

port_D

PortStdLogicVector port_D

port_Q

PortStdLogicVector port_Q

port_CLK

PortStdLogic1164 port_CLK

port_NR

PortStdLogic1164 port_NR

port_ENA

PortStdLogic1164 port_ENA

t_setup

double t_setup

ieee_U

StdLogic1164 ieee_U

Class hades.models.rtlib.register.RegWithInitialValue extends GenericRtlibObject implements Serializable

Serialized Fields

port_Q

PortStdLogicVector port_Q

port_D

PortStdLogicVector port_D

port_CLK

PortStdLogic1164 port_CLK

t_setup

double t_setup

initialValue

long initialValue

Class hades.models.rtlib.register.ShiftRegR extends GenericRtlibObject implements Serializable

Serialized Fields

port_D

PortStdLogicVector port_D

port_Q

PortStdLogicVector port_Q

port_CLK

PortStdLogic1164 port_CLK

port_NR

PortStdLogic1164 port_NR

port_ENA

PortStdLogic1164 port_ENA

port_SIN

PortStdLogic1164 port_SIN

port_SOUT

PortStdLogic1164 port_SOUT


Package hades.models.ruge

Class hades.models.ruge.Adder extends SimObject implements Serializable

Serialized Fields

port_A

Port port_A

port_B

Port port_B

port_SUM

Port port_SUM

sum

java.lang.Integer sum

value_U

java.lang.Integer value_U

delay

double delay

defaultdelay

double defaultdelay

Class hades.models.ruge.Alu extends SimObject implements Serializable

Serialized Fields

port_A

Port port_A

port_B

Port port_B

port_Y

Port port_Y

port_SEL

Port port_SEL

sum

java.lang.Integer sum

value_U

java.lang.Integer value_U

delay

double delay

defaultdelay

double defaultdelay

Class hades.models.ruge.ColoredRectangle extends Rectangle implements Serializable

Serialized Fields

position

java.awt.Point position

color

java.awt.Color color

Class hades.models.ruge.ColoredValueLabel extends Label implements Serializable

Serialized Fields

color

java.awt.Color color

Class hades.models.ruge.Constant extends SimObject implements Serializable

Serialized Fields

port_Y

Port port_Y

value

java.lang.Integer value

t_delay

double t_delay

defaultValue

int defaultValue

Class hades.models.ruge.DelayNode extends SimObject implements Serializable

Serialized Fields

value

java.lang.Integer value

delay

double delay

defaultdelay

double defaultdelay

defaultValue

int defaultValue

Class hades.models.ruge.Incr extends SimObject implements Serializable

Serialized Fields

port_A

Port port_A

port_SUM

Port port_SUM

sum

java.lang.Integer sum

value_U

java.lang.Integer value_U

delay

double delay

defaultdelay

double defaultdelay

Class hades.models.ruge.IntegerSignal extends Signal implements Serializable

Serialized Fields

defaultValue

java.lang.Integer defaultValue

Class hades.models.ruge.Latch extends SimObject implements Serializable

Serialized Fields

port_CLK

Port port_CLK

port_D

Port port_D

port_Q

Port port_Q

value

java.lang.Integer value

value_U

java.lang.Integer value_U

ieee_U

StdLogic1164 ieee_U

delay

double delay

defaultdelay

double defaultdelay

t_setup

double t_setup

Class hades.models.ruge.Mux extends SimObject implements Serializable

Serialized Fields

port_S

Port port_S

port_A1

Port port_A1

port_A0

Port port_A0

port_Y

Port port_Y

next_Y

java.lang.Integer next_Y

value_U

java.lang.Integer value_U

delay

double delay

defaultdelay

double defaultdelay

Class hades.models.ruge.RAM_64K extends SimObject implements Serializable

Serialized Fields

output_0

StdLogic1164 output_0

output_1

StdLogic1164 output_1

output_X

StdLogic1164 output_X

output_Z

StdLogic1164 output_Z

port_nWE

Port port_nWE

port_nME

Port port_nME

port_ADDR

Port port_ADDR

port_DIN

Port port_DIN

port_DOUT

Port port_DOUT

value_ADDR

java.lang.Integer value_ADDR

value_DIN

java.lang.Integer value_DIN

value_DOUT

java.lang.Integer value_DOUT

n_words

int n_words

address

int address

data

int[] data

resourcename

java.lang.String resourcename

Class hades.models.ruge.Register extends SimObject implements Serializable

Serialized Fields

port_CLK

Port port_CLK

port_ENA

Port port_ENA

port_D

Port port_D

port_Q

Port port_Q

value

java.lang.Integer value

value_U

java.lang.Integer value_U

ieee_U

StdLogic1164 ieee_U

delay

double delay

defaultdelay

double defaultdelay

t_setup

double t_setup

Class hades.models.ruge.TriBuf extends SimObject implements Serializable

Serialized Fields

port_S

Port port_S

port_A

Port port_A

port_Y

Port port_Y

next_Y

java.lang.Integer next_Y

value_U

java.lang.Integer value_U

value_Z

java.lang.Integer value_Z

delay

double delay

defaultdelay

double defaultdelay


Package hades.models.special

Class hades.models.special.Counter extends SimObject implements Serializable

Serialized Fields

port_D

PortStdLogic1164 port_D

port_C

PortStdLogic1164 port_C

intValue

int intValue

oldValue

int oldValue

_events

int _events
See Also:
Constant Field Values

_rising

int _rising
See Also:
Constant Field Values

_falling

int _falling
See Also:
Constant Field Values

_U

int _U
See Also:
Constant Field Values

_X

int _X
See Also:
Constant Field Values

_0

int _0
See Also:
Constant Field Values

_1

int _1
See Also:
Constant Field Values

_Z

int _Z
See Also:
Constant Field Values

_L

int _L
See Also:
Constant Field Values

_H

int _H
See Also:
Constant Field Values

_W

int _W
See Also:
Constant Field Values

_D

int _D
See Also:
Constant Field Values

_0hazards

int _0hazards
See Also:
Constant Field Values

_1hazards

int _1hazards
See Also:
Constant Field Values

activeCounter

int activeCounter

counterNames

java.lang.String[] counterNames

counters

long[] counters

symbolTypeLabel

Label symbolTypeLabel

symbolValueLabel

ColoredValueLabel symbolValueLabel

topFrame

javax.swing.JFrame topFrame

counterPanel

javax.swing.JPanel counterPanel

buttonPanel

javax.swing.JPanel buttonPanel

valueField

javax.swing.JLabel valueField

eventChoice

javax.swing.JComboBox eventChoice

clearAllButton

javax.swing.JButton clearAllButton

clearSelectedButton

javax.swing.JButton clearSelectedButton

closeButton

javax.swing.JButton closeButton

changeNameButton

javax.swing.JButton changeNameButton

Class hades.models.special.EdgeTrigger extends SimObject implements Serializable

Serialized Fields

port_A

Port port_A

port_Q

Port port_Q

previousValue

StdLogic1164 previousValue

currentValue

StdLogic1164 currentValue

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

_U

int _U
See Also:
Constant Field Values

_X

int _X
See Also:
Constant Field Values

_0

int _0
See Also:
Constant Field Values

_1

int _1
See Also:
Constant Field Values

_Z

int _Z
See Also:
Constant Field Values

_L

int _L
See Also:
Constant Field Values

_H

int _H
See Also:
Constant Field Values

_W

int _W
See Also:
Constant Field Values

_D

int _D
See Also:
Constant Field Values

_0L

int _0L
See Also:
Constant Field Values

_1H

int _1H
See Also:
Constant Field Values

_UX

int _UX
See Also:
Constant Field Values

_ZWLHD

int _ZWLHD
See Also:
Constant Field Values

_ANY

int _ANY
See Also:
Constant Field Values

_NONE

int _NONE
See Also:
Constant Field Values

valueNames

java.lang.String[] valueNames

previousIndex

int previousIndex

currentIndex

int currentIndex

pauseSimulationFlag

boolean pauseSimulationFlag

beepFlag

boolean beepFlag

logMessageFlag

boolean logMessageFlag

symbolTypeLabel

Label symbolTypeLabel

topFrame

javax.swing.JFrame topFrame

edgePanel

javax.swing.JPanel edgePanel

buttonPanel

javax.swing.JPanel buttonPanel

actionPanel

javax.swing.JPanel actionPanel

previousIndexChoice

javax.swing.JComboBox previousIndexChoice

currentIndexChoice

javax.swing.JComboBox currentIndexChoice

closeButton

javax.swing.JButton closeButton

beepCB

javax.swing.JCheckBox beepCB

pauseSimulationCB

javax.swing.JCheckBox pauseSimulationCB

logMessageCB

javax.swing.JCheckBox logMessageCB

Class hades.models.special.GraphicsLCD extends SimObject implements Serializable

Serialized Fields

debug

boolean debug

busy

boolean busy

command_word

int command_word

port_RS

PortStdLogic1164 port_RS

port_RW

PortStdLogic1164 port_RW

port_E

PortStdLogic1164 port_E

port_nCS1

PortStdLogic1164 port_nCS1

port_nCS2

PortStdLogic1164 port_nCS2

port_nR

PortStdLogic1164 port_nR

port_D7

PortStdLogic1164 port_D7

port_D6

PortStdLogic1164 port_D6

port_D5

PortStdLogic1164 port_D5

port_D4

PortStdLogic1164 port_D4

port_D3

PortStdLogic1164 port_D3

port_D2

PortStdLogic1164 port_D2

port_D1

PortStdLogic1164 port_D1

port_D0

PortStdLogic1164 port_D0

port_VO

PortStdLogic1164 port_VO

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

value_X

StdLogic1164 value_X

value_H

StdLogic1164 value_H

symbolTypeLabel

Label symbolTypeLabel

driver1

GraphicsLCD.KS0108 driver1

driver2

GraphicsLCD.KS0108 driver2

topFrame

javax.swing.JFrame topFrame

lcdCanvas

GraphicsLCDCanvas lcdCanvas

theIcon

java.awt.Image theIcon

t_awt_repaint_millis

int t_awt_repaint_millis

Class hades.models.special.GraphicsLCDCanvas extends javax.swing.JComponent implements Serializable

Serialized Fields

bufferImage

java.awt.Image bufferImage

bufferGraphics

java.awt.Graphics bufferGraphics

bufferMemory

int[][] bufferMemory

lcdBackground

java.awt.Color lcdBackground

lcdInactivePixel

java.awt.Color lcdInactivePixel

lcdActivePixel

java.awt.Color lcdActivePixel

n_rows

int n_rows

n_pages

int n_pages

n_columns

int n_columns

memory_size

int memory_size

left_border

int left_border

top_border

int top_border

pixel_size

int pixel_size

pixel_spacer

int pixel_spacer

width

int width

height

int height

display_enable

boolean display_enable

Class hades.models.special.GraphicsLCDCanvasuniv extends java.awt.Canvas implements Serializable

Serialized Fields

bufferImage

java.awt.image.BufferedImage bufferImage

bufferGraphics

java.awt.Graphics bufferGraphics

bufferMemory

boolean[][] bufferMemory

lcdBackground

java.awt.Color lcdBackground

lcdInactivePixel

java.awt.Color lcdInactivePixel

lcdActivePixel

java.awt.Color lcdActivePixel

n_rows

int n_rows

n_pages

int n_pages

n_columns

int n_columns

memory_size

int memory_size

left_border

int left_border

top_border

int top_border

pixel_size

int pixel_size

pixel_spacer

int pixel_spacer

width

int width

height

int height

row

int row

col

int col

display_enable

boolean display_enable

Class hades.models.special.GraphicsLCDnfb extends SimObject implements Serializable

Serialized Fields

debug

boolean debug

busy

boolean busy

command_word

int command_word

port_RS

PortStdLogic1164 port_RS

port_FLM

PortStdLogic1164 port_FLM

port_M

PortStdLogic1164 port_M

port_CL1

PortStdLogic1164 port_CL1

port_CL2

PortStdLogic1164 port_CL2

port_nR

PortStdLogic1164 port_nR

port_D7

PortStdLogic1164 port_D7

port_D6

PortStdLogic1164 port_D6

port_D5

PortStdLogic1164 port_D5

port_D4

PortStdLogic1164 port_D4

port_D3

PortStdLogic1164 port_D3

port_D2

PortStdLogic1164 port_D2

port_D1

PortStdLogic1164 port_D1

port_D0

PortStdLogic1164 port_D0

port_VO

PortStdLogic1164 port_VO

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

value_X

StdLogic1164 value_X

value_H

StdLogic1164 value_H

symbolTypeLabel

Label symbolTypeLabel

driver1

GraphicsLCDnfb.KS0108 driver1

driver2

GraphicsLCDnfb.KS0108 driver2

topFrame

java.awt.Frame topFrame

lcdCanvas

GraphicsLCDCanvasuniv lcdCanvas

theIcon

java.awt.Image theIcon

t_awt_repaint_millis

int t_awt_repaint_millis

Class hades.models.special.HazardTrigger extends SimObject implements Serializable

Serialized Fields

port_A

Port port_A

port_Q

Port port_Q

intValue

int intValue

oldValue

int oldValue

previousValue

StdLogic1164 previousValue

currentValue

StdLogic1164 currentValue

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

_U

int _U
See Also:
Constant Field Values

_X

int _X
See Also:
Constant Field Values

_0

int _0
See Also:
Constant Field Values

_1

int _1
See Also:
Constant Field Values

_Z

int _Z
See Also:
Constant Field Values

_L

int _L
See Also:
Constant Field Values

_H

int _H
See Also:
Constant Field Values

_W

int _W
See Also:
Constant Field Values

_D

int _D
See Also:
Constant Field Values

_0L

int _0L
See Also:
Constant Field Values

_1H

int _1H
See Also:
Constant Field Values

_UX

int _UX
See Also:
Constant Field Values

_ZWLHD

int _ZWLHD
See Also:
Constant Field Values

_ANY

int _ANY
See Also:
Constant Field Values

_NONE

int _NONE
See Also:
Constant Field Values

valueNames

java.lang.String[] valueNames

activeValue

int activeValue

duration

double duration

maxDuration

double maxDuration

currentTime

double currentTime

previousTime

double previousTime

pauseSimulationFlag

boolean pauseSimulationFlag

beepFlag

boolean beepFlag

logMessageFlag

boolean logMessageFlag

symbolTypeLabel

Label symbolTypeLabel

topFrame

javax.swing.JFrame topFrame

valuePanel

javax.swing.JPanel valuePanel

buttonPanel

javax.swing.JPanel buttonPanel

actionPanel

javax.swing.JPanel actionPanel

valueChoice

javax.swing.JComboBox valueChoice

durationTF

javax.swing.JTextField durationTF

closeButton

javax.swing.JButton closeButton

beepCB

javax.swing.JCheckBox beepCB

pauseSimulationCB

javax.swing.JCheckBox pauseSimulationCB

logMessageCB

javax.swing.JCheckBox logMessageCB

Class hades.models.special.MidiReceiver extends SimObject implements Serializable

Serialized Fields

port_RX

PortStdLogic1164 port_RX

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

value_X

StdLogic1164 value_X

NO_PARITY

int NO_PARITY
See Also:
Constant Field Values

ODD_PARITY

int ODD_PARITY
See Also:
Constant Field Values

EVEN_PARITY

int EVEN_PARITY
See Also:
Constant Field Values

baud_rate

int baud_rate

n_databits

int n_databits

n_stopbits

int n_stopbits

parity_mode

int parity_mode

bit_time

double bit_time

n_rx_bits

int n_rx_bits

rx_state

int rx_state

rx_waiting

boolean rx_waiting

rx_samples

boolean[] rx_samples

lastSendTime

double lastSendTime

Class hades.models.special.ParallelTerminal extends SimObject implements Serializable

Serialized Fields

port_CLR

PortStdLogic1164 port_CLR

port_CLK

PortStdLogic1164 port_CLK

port_D0

PortStdLogic1164 port_D0

port_STR

PortStdLogic1164 port_STR

port_Q0

PortStdLogic1164 port_Q0

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

value_X

StdLogic1164 value_X

index_D0

int index_D0

index_STR

int index_STR

index_Q0

int index_Q0

lastSendTime

double lastSendTime

symbolTypeLabel

Label symbolTypeLabel

topFrame

javax.swing.JFrame topFrame

buttonPanel

javax.swing.JPanel buttonPanel

clearButton

javax.swing.JButton clearButton

closeButton

javax.swing.JButton closeButton

vt52Canvas

VT52Canvas vt52Canvas

receiveTF

javax.swing.JLabel receiveTF

receiveHexTF

javax.swing.JLabel receiveHexTF

transmitTF

javax.swing.JLabel transmitTF

transmitHexTF

javax.swing.JLabel transmitHexTF

theIcon

java.awt.Image theIcon

logCB

javax.swing.JCheckBox logCB

Class hades.models.special.SerialTerminal extends SimObject implements Serializable

Serialized Fields

port_RX

PortStdLogic1164 port_RX

port_TX

PortStdLogic1164 port_TX

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

value_X

StdLogic1164 value_X

NO_PARITY

int NO_PARITY
See Also:
Constant Field Values

ODD_PARITY

int ODD_PARITY
See Also:
Constant Field Values

EVEN_PARITY

int EVEN_PARITY
See Also:
Constant Field Values

baud_rate

int baud_rate

n_databits

int n_databits

n_stopbits

int n_stopbits

parity_mode

int parity_mode

bit_time

double bit_time

n_rx_bits

int n_rx_bits

rx_state

int rx_state

rx_waiting

boolean rx_waiting

rx_samples

boolean[] rx_samples

lastSendTime

double lastSendTime

enable_log

boolean enable_log

topFrame

javax.swing.JFrame topFrame

buttonPanel

javax.swing.JPanel buttonPanel

clearButton

javax.swing.JButton clearButton

closeButton

javax.swing.JButton closeButton

configButton

javax.swing.JButton configButton

vt52Canvas

VT52Canvas vt52Canvas

receiveTF

javax.swing.JLabel receiveTF

receiveHexTF

javax.swing.JLabel receiveHexTF

transmitTF

javax.swing.JLabel transmitTF

transmitHexTF

javax.swing.JLabel transmitHexTF

enableLogCB

javax.swing.JCheckBox enableLogCB

configDialog

SerialTerminal.JConfigDialog configDialog

theIcon

java.awt.Image theIcon

Class hades.models.special.SerialTerminal.JConfigDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

configPanel

javax.swing.JPanel configPanel

buttonPanel

javax.swing.JPanel buttonPanel

baudRateChoice

javax.swing.JComboBox baudRateChoice

dataBitsChoice

javax.swing.JComboBox dataBitsChoice

stopBitsChoice

javax.swing.JComboBox stopBitsChoice

parityChoice

javax.swing.JComboBox parityChoice

okButton

javax.swing.JButton okButton

applyButton

javax.swing.JButton applyButton

cancelButton

javax.swing.JButton cancelButton

imageCanvas

javax.swing.JLabel imageCanvas

baudRates

int[] baudRates

dataBits

int[] dataBits

stopBits

int[] stopBits

parityModes

java.lang.String[] parityModes

Class hades.models.special.TextLCD extends SimObject implements Serializable

Serialized Fields

debug

boolean debug

port_RS

PortStdLogic1164 port_RS

port_RW

PortStdLogic1164 port_RW

port_E

PortStdLogic1164 port_E

port_D7

PortStdLogic1164 port_D7

port_D6

PortStdLogic1164 port_D6

port_D5

PortStdLogic1164 port_D5

port_D4

PortStdLogic1164 port_D4

port_D3

PortStdLogic1164 port_D3

port_D2

PortStdLogic1164 port_D2

port_D1

PortStdLogic1164 port_D1

port_D0

PortStdLogic1164 port_D0

port_VO

PortStdLogic1164 port_VO

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

value_X

StdLogic1164 value_X

value_H

StdLogic1164 value_H

symbolTypeLabel

Label symbolTypeLabel

n_rows

int n_rows

n_cols

int n_cols

DATA_MEMORY

int DATA_MEMORY
See Also:
Constant Field Values

CG_MEMORY

int CG_MEMORY
See Also:
Constant Field Values

BIT_RS

int BIT_RS
See Also:
Constant Field Values

BIT_RW

int BIT_RW
See Also:
Constant Field Values

BIT_D7

int BIT_D7
See Also:
Constant Field Values

BIT_D6

int BIT_D6
See Also:
Constant Field Values

BIT_D5

int BIT_D5
See Also:
Constant Field Values

BIT_D4

int BIT_D4
See Also:
Constant Field Values

BIT_D3

int BIT_D3
See Also:
Constant Field Values

BIT_D2

int BIT_D2
See Also:
Constant Field Values

BIT_D1

int BIT_D1
See Also:
Constant Field Values

BIT_D0

int BIT_D0
See Also:
Constant Field Values

CMD_IDLE

int CMD_IDLE
See Also:
Constant Field Values

CMD_CLEAR

int CMD_CLEAR
See Also:
Constant Field Values

CMD_CURSOR_HOME

int CMD_CURSOR_HOME
See Also:
Constant Field Values

CMD_ENTRY_MODE

int CMD_ENTRY_MODE
See Also:
Constant Field Values

CMD_DISPLAY_ON

int CMD_DISPLAY_ON
See Also:
Constant Field Values

CMD_SHIFT_MOVE

int CMD_SHIFT_MOVE
See Also:
Constant Field Values

CMD_FUNCTION

int CMD_FUNCTION
See Also:
Constant Field Values

CMD_CG_ADDR

int CMD_CG_ADDR
See Also:
Constant Field Values

CMD_DATA_ADDR

int CMD_DATA_ADDR
See Also:
Constant Field Values

CMD_READ_BUSY

int CMD_READ_BUSY
See Also:
Constant Field Values

CMD_WRITE_RAM

int CMD_WRITE_RAM
See Also:
Constant Field Values

CMD_READ_RAM

int CMD_READ_RAM
See Also:
Constant Field Values

T_INITIALIZE

double T_INITIALIZE
See Also:
Constant Field Values

T_CLEAR

double T_CLEAR
See Also:
Constant Field Values

T_CURSOR_HOME

double T_CURSOR_HOME
See Also:
Constant Field Values

T_ENTRY_MODE

double T_ENTRY_MODE
See Also:
Constant Field Values

T_DISPLAY_ON

double T_DISPLAY_ON
See Also:
Constant Field Values

T_SHIFT_MOVE

double T_SHIFT_MOVE
See Also:
Constant Field Values

T_FUNCTION

double T_FUNCTION
See Also:
Constant Field Values

T_CG_ADDR

double T_CG_ADDR
See Also:
Constant Field Values

T_DATA_ADDR

double T_DATA_ADDR
See Also:
Constant Field Values

T_WRITE_RAM

double T_WRITE_RAM
See Also:
Constant Field Values

T_READ_RAM

double T_READ_RAM
See Also:
Constant Field Values

command_word

int command_word

command_old

int command_old

cg_address

int cg_address

data_address

int data_address

active_memory

int active_memory

busy

boolean busy

incr_not_decr

boolean incr_not_decr

decrement_mode

boolean decrement_mode

shift_not_move

boolean shift_not_move

four_bit_mode

boolean four_bit_mode

four_bit_first

boolean four_bit_first

lcdCanvas

TextLCDCanvas lcdCanvas

topFrame

javax.swing.JFrame topFrame

controlPanel

javax.swing.JPanel controlPanel

debugCheckbox

javax.swing.JCheckBox debugCheckbox

theIcon

java.awt.Image theIcon

Class hades.models.special.TextLCDCanvas extends javax.swing.JComponent implements Serializable

Serialized Fields

characterMatrix

java.awt.Image characterMatrix

characterImage

java.awt.Image[] characterImage

cgRAM

int[] cgRAM

lcdBackground

java.awt.Color lcdBackground

lcdInactivePixel

java.awt.Color lcdInactivePixel

lcdActivePixel

java.awt.Color lcdActivePixel

bufferImage

java.awt.Image bufferImage

bufferGraphics

java.awt.Graphics bufferGraphics

n_rows

int n_rows

n_cols

int n_cols

MEM_SIZE

int MEM_SIZE
See Also:
Constant Field Values

NO_SUCH_DATA

int NO_SUCH_DATA
See Also:
Constant Field Values

data

int[] data

char_width

int char_width

char_height

int char_height

left_border

int left_border

top_border

int top_border

char_spacer

int char_spacer

base_address

int base_address

cursor_address

int cursor_address

display_enable

boolean display_enable

cursor_enable

boolean cursor_enable

cursor_blink

boolean cursor_blink

cursor_is_small

boolean cursor_is_small

two_line_enable

boolean two_line_enable

auto_repaint_enable

boolean auto_repaint_enable

t_repaint

int t_repaint

Class hades.models.special.ValueTrigger extends SimObject implements Serializable

Serialized Fields

port_A

Port port_A

port_Q

Port port_Q

intValue

int intValue

oldValue

int oldValue

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

_U

int _U
See Also:
Constant Field Values

_X

int _X
See Also:
Constant Field Values

_0

int _0
See Also:
Constant Field Values

_1

int _1
See Also:
Constant Field Values

_Z

int _Z
See Also:
Constant Field Values

_L

int _L
See Also:
Constant Field Values

_H

int _H
See Also:
Constant Field Values

_W

int _W
See Also:
Constant Field Values

_D

int _D
See Also:
Constant Field Values

_0L

int _0L
See Also:
Constant Field Values

_1H

int _1H
See Also:
Constant Field Values

_UX

int _UX
See Also:
Constant Field Values

_ZWLHD

int _ZWLHD
See Also:
Constant Field Values

_ANY

int _ANY
See Also:
Constant Field Values

_NONE

int _NONE
See Also:
Constant Field Values

valueNames

java.lang.String[] valueNames

activeValue

int activeValue

pauseSimulationFlag

boolean pauseSimulationFlag

beepFlag

boolean beepFlag

logMessageFlag

boolean logMessageFlag

symbolTypeLabel

Label symbolTypeLabel

topFrame

javax.swing.JFrame topFrame

valuePanel

javax.swing.JPanel valuePanel

buttonPanel

javax.swing.JPanel buttonPanel

actionPanel

javax.swing.JPanel actionPanel

valueChoice

javax.swing.JComboBox valueChoice

closeButton

javax.swing.JButton closeButton

beepCB

javax.swing.JCheckBox beepCB

pauseSimulationCB

javax.swing.JCheckBox pauseSimulationCB

logMessageCB

javax.swing.JCheckBox logMessageCB

Class hades.models.special.VT52Canvas extends javax.swing.JPanel implements Serializable

Serialized Fields

cursor_x

int cursor_x

cursor_y

int cursor_y

cursor_old_x

int cursor_old_x

cursor_old_y

int cursor_old_y

cursor_on

boolean cursor_on

char_width

int char_width

char_height

int char_height

max_ascent

int max_ascent

width

int width

height

int height

textFont

java.awt.Font textFont

textColor

java.awt.Color textColor

t_repaint

int t_repaint

auto_repaint_enable

boolean auto_repaint_enable

displayBuffer

java.lang.StringBuffer[] displayBuffer

mode

int mode

moveto_x

int moveto_x

moveto_y

int moveto_y


Package hades.models.stimuli

Class hades.models.stimuli.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class hades.models.stimuli.StimuliGenerator extends SimObject implements Serializable

Serialized Fields

stimuliFileName

java.lang.String stimuliFileName

enabled

boolean enabled

Class hades.models.stimuli.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package hades.models.string

Class hades.models.string.PortString extends Port implements Serializable

Class hades.models.string.StringDisplay extends SimObject implements Serializable

Serialized Fields

port_A

Port port_A

string

java.lang.String string

stringLabel

Label stringLabel

background

Rectangle background

Class hades.models.string.StringSignal extends Signal implements Serializable


Package hades.models.ttl74

Class hades.models.ttl74.SN7400 extends SimObject implements Serializable

Serialized Fields

port_A1

Port port_A1

port_B1

Port port_B1

port_Y1

Port port_Y1

port_A2

Port port_A2

port_B2

Port port_B2

port_Y2

Port port_Y2

port_A3

Port port_A3

port_B3

Port port_B3

port_Y3

Port port_Y3

port_A4

Port port_A4

port_B4

Port port_B4

port_Y4

Port port_Y4

port_GND

Port port_GND

port_VCC

Port port_VCC

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

value_X

StdLogic1164 value_X

value_U

StdLogic1164 value_U

Class hades.models.ttl74.SN7400_pinout extends SN7400 implements Serializable

Class hades.models.ttl74.SN7405 extends SimObject implements Serializable

Serialized Fields

port_A1

Port port_A1

port_Y1

Port port_Y1

port_A2

Port port_A2

port_Y2

Port port_Y2

port_A3

Port port_A3

port_Y3

Port port_Y3

port_A4

Port port_A4

port_Y4

Port port_Y4

port_A5

Port port_A5

port_Y5

Port port_Y5

port_A6

Port port_A6

port_Y6

Port port_Y6

port_GND

Port port_GND

port_VCC

Port port_VCC

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

value_Z

StdLogic1164 value_Z

value_X

StdLogic1164 value_X

value_U

StdLogic1164 value_U

Class hades.models.ttl74.SN7405_pinout extends SN7405 implements Serializable

Class hades.models.ttl74.SN7408_pinout extends SN7400 implements Serializable

Class hades.models.ttl74.SN74189 extends SimObject implements Serializable

Serialized Fields

output_0

StdLogic1164 output_0

output_1

StdLogic1164 output_1

output_X

StdLogic1164 output_X

output_Z

StdLogic1164 output_Z

port_nCS

PortStdLogic1164 port_nCS

port_RnW

PortStdLogic1164 port_RnW

index_A0

int index_A0

index_DI0

int index_DI0

index_Q0

int index_Q0

n_words

int n_words

address

int address

data

long[] data

_listenerTable

java.util.Hashtable _listenerTable

MEF

MemoryEditorFrame MEF

resourcename

java.lang.String resourcename

Class hades.models.ttl74.SN74219 extends SimObject implements Serializable

Serialized Fields

output_0

StdLogic1164 output_0

output_1

StdLogic1164 output_1

output_X

StdLogic1164 output_X

output_Z

StdLogic1164 output_Z

port_nCE

PortStdLogic1164 port_nCE

port_nWE

PortStdLogic1164 port_nWE

index_A0

int index_A0

index_DI0

int index_DI0

index_Q0

int index_Q0

n_words

int n_words

address

int address

data

long[] data

_listenerTable

java.util.Hashtable _listenerTable

MEF

MemoryEditorFrame MEF

resourcename

java.lang.String resourcename

Class hades.models.ttl74.SN7432_pinout extends SN7400 implements Serializable

Class hades.models.ttl74.SN7449 extends SimObject implements Serializable

Serialized Fields

port_A

Port port_A

port_B

Port port_B

port_C

Port port_C

port_D

Port port_D

port_Ndark

Port port_Ndark

segments

Port[] segments

port_GND

Port port_GND

port_VCC

Port port_VCC

next_Q

StdLogic1164 next_Q

value_0

StdLogic1164 value_0

value_1

StdLogic1164 value_1

value_X

StdLogic1164 value_X

value_U

StdLogic1164 value_U

values

StdLogic1164[] values

index

int index

Class hades.models.ttl74.SN7449_pinout extends SN7449 implements Serializable

Class hades.models.ttl74.SN7486_pinout extends SN7400 implements Serializable


Package hades.signals

Class hades.signals.PortInteger extends Port implements Serializable

Class hades.signals.Signal extends java.lang.Object implements Serializable

Serialized Fields

simulator

SimKernel simulator

receivers

Port[] receivers

senders

Port[] senders

driverValues

java.lang.Object[] driverValues

design

Design design

name

java.lang.String name

value

java.lang.Object value

lastValue

java.lang.Object lastValue

lastChangeTime

double lastChangeTime

visible

boolean visible

segments

WireSegment[] segments

solderDots

SolderDot[] solderDots

glowMode

boolean glowMode

label

Label label

probeSymbol

ProbeSymbol probeSymbol

probe

Waveform probe

st

java.util.StringTokenizer st

vertexTable

java.util.Hashtable vertexTable

portPositionTable

java.util.Hashtable portPositionTable

VI

java.util.Hashtable VI

VA

java.awt.Point[] VA

EA

java.util.Vector[] EA

visited

boolean[] visited

isRoot

boolean[] isRoot

DFS

int[] DFS

ri

int ri

Class hades.signals.SignalInteger extends Signal implements Serializable

Serialized Fields

defaultValue

java.lang.Integer defaultValue

Class hades.signals.SignalStdLogic1164 extends Signal implements Serializable

Serialized Fields

current_1164

StdLogic1164 current_1164

last_1164

StdLogic1164 last_1164

_cur

int _cur

_last

int _last

myDriverValues

StdLogic1164[] myDriverValues

Class hades.signals.SignalStdLogicVector extends Signal implements Serializable

Serialized Fields

width

int width


Package hades.simulator

Class hades.simulator.Port extends java.lang.Object implements Serializable

Serialized Fields

parent

SimObject parent

handler

SimObject handler

name

java.lang.String name

type

int type

signal

Signal signal

signalClass

java.lang.Class signalClass

optArg

java.lang.Object optArg

value

java.lang.Object value

class1164

java.lang.Class class1164

Class hades.simulator.SignalEvent extends SimEvent implements Serializable

Serialized Fields

target

SimObject target

Class hades.simulator.SimDebugPanel extends java.awt.Panel implements Serializable

Serialized Fields

simulator

SimKernel simulator

debugButton

java.awt.Button debugButton

printEventListButton

java.awt.Button printEventListButton

Class hades.simulator.SimEvent extends java.lang.Object implements Serializable

Serialized Fields

source

java.lang.Object source

time

double time

arg

java.lang.Object arg

target

Simulatable target

targetPort

Port targetPort

id

long id

Class hades.simulator.SimEvent1164 extends SimEvent implements Serializable

Serialized Fields

isActive

boolean isActive

Class hades.simulator.SimObject extends java.lang.Object implements Serializable

Serialized Fields

ports

Port[] ports

name

java.lang.String name

versionId

long versionId

parent

SimObject parent

simulator

SimKernel simulator

editor

Editor editor

classloader

java.lang.ClassLoader classloader

symbol

Symbol symbol

visible

boolean visible

console

Console console

propertySheet

PropertySheet propertySheet

Class hades.simulator.SimulatorInterruptEvent extends SimEvent implements Serializable

Serialized Fields

target

SimKernel target

Class hades.simulator.WakeupEvent extends SimEvent implements Serializable

Serialized Fields

target

Wakeable target


Package hades.styx

Class hades.styx.TimePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

deltat

double deltat

xMax

double xMax

tLeft

double tLeft

tRight

double tRight

t

double t

t2

double t2

xRes

double xRes

timestep

double timestep

timestep2

double timestep2

x

int x

oldX

int oldX

i

int i

mark1

int mark1

mark2

int mark2

trafo

Transformation trafo

s

java.lang.String s

Zeit

java.lang.String Zeit

str

java.lang.String str

timeLabel

javax.swing.JLabel timeLabel

scaleLabel

javax.swing.JLabel scaleLabel

timeFormatter

TimeFormatter timeFormatter

Class hades.styx.WaveCanvas extends javax.swing.JPanel implements Serializable

Serialized Fields

trafo

Transformation trafo

n_signals

int n_signals

oldx

int oldx

oldy

int oldy

mark1

int mark1

mark2

int mark2

marks

int marks

wav

int wav

clickwave

int clickwave

time

double time

lasttime

double lasttime

clicktime

double clicktime

findx

double findx

eps

double eps

showfind

boolean showfind

timeFormatter

TimeFormatter timeFormatter

xorColor

java.awt.Color xorColor

backgroundColor

java.awt.Color backgroundColor

SIZE

int SIZE

waveArray

Waveform[] waveArray

timeLabel

javax.swing.JLabel timeLabel

valueLabel

javax.swing.JLabel valueLabel

g

java.awt.Graphics g

M

java.awt.event.MouseEvent M

findmenu

javax.swing.JPopupMenu findmenu

findnextMI

javax.swing.JMenuItem findnextMI

findprevMI

javax.swing.JMenuItem findprevMI

findlastnextMI

javax.swing.JMenuItem findlastnextMI

findlastprevMI

javax.swing.JMenuItem findlastprevMI

findforwardMI

javax.swing.JMenuItem findforwardMI

findbackwardMI

javax.swing.JMenuItem findbackwardMI

sw

WaveformViewer sw

Class hades.styx.Waveform extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
read a waveform object from an ObjectInputStream


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
serialize this waveform to an ObjectOutputStream

Serialized Fields

SIZE

int SIZE

times

double[] times

events

java.lang.Object[] events

fill

int fill

pos

int pos

trafo

Transformation trafo

name

java.lang.String name

fullName

java.lang.String fullName

in

int in

Class hades.styx.WaveformViewer extends javax.swing.JFrame implements Serializable

Serialization Methods

readObject

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

writeObject

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

wavePanel

javax.swing.JPanel wavePanel

controlPanel

javax.swing.JPanel controlPanel

buttonPanel

javax.swing.JPanel buttonPanel

timeLabel

javax.swing.JLabel timeLabel

scaleLabel

javax.swing.JLabel scaleLabel

valueLabel

javax.swing.JLabel valueLabel

trafo

Transformation trafo

timePanel

TimePanel timePanel

waveCanvas

WaveCanvas waveCanvas

nameCanvas

NameCanvas nameCanvas

xscroller

Xscroller xscroller

yscroller

Yscroller yscroller

statusCanvas

JStatusCanvas statusCanvas

fileMenu

javax.swing.JMenu fileMenu

editMenu

javax.swing.JMenu editMenu

searchMenu

javax.swing.JMenu searchMenu

optionsMenu

javax.swing.JMenu optionsMenu

helpMenu

javax.swing.JMenu helpMenu

formatMenu

javax.swing.JMenu formatMenu

openMI

javax.swing.JMenuItem openMI

saveAsMI

javax.swing.JMenuItem saveAsMI

savePPMMI

javax.swing.JMenuItem savePPMMI

closeMI

javax.swing.JMenuItem closeMI

exitMI

javax.swing.JMenuItem exitMI

updateWavesMI

javax.swing.JMenuItem updateWavesMI

clearWavesMI

javax.swing.JMenuItem clearWavesMI

deleteWaveMI

javax.swing.JMenuItem deleteWaveMI

deleteAllWavesMI

javax.swing.JMenuItem deleteAllWavesMI

addSpacerMI

javax.swing.JMenuItem addSpacerMI

binaryFormatMI

javax.swing.JMenuItem binaryFormatMI

decimalFormatMI

javax.swing.JMenuItem decimalFormatMI

hexFormatMI

javax.swing.JMenuItem hexFormatMI

aboutMI

javax.swing.JMenuItem aboutMI

keysMI

javax.swing.JMenuItem keysMI

swapButton

JImageButton swapButton

moveUpButton

JImageButton moveUpButton

moveDownButton

JImageButton moveDownButton

zoom400Button

JImageButton zoom400Button

zoom200Button

JImageButton zoom200Button

zoomFitButton

JImageButton zoomFitButton

zoomAreaButton

JImageButton zoomAreaButton

zoom050Button

JImageButton zoom050Button

zoom025Button

JImageButton zoom025Button

zoomEndButton

JImageButton zoomEndButton

helper

StatusMessage helper

editor

Editor editor

x

int x

n

int n

tleft

double tleft

tright

double tright

tend

double tend

tstart

double tstart

deltat

double deltat

tges

double tges

Class hades.styx.WaveInteger extends Waveform implements Serializable

Class hades.styx.WaveStdLogic1164 extends Waveform implements Serializable

Serialized Fields

intValues

int[] intValues

Class hades.styx.WaveString extends Waveform implements Serializable

Class hades.styx.Xscroller extends javax.swing.JScrollBar implements Serializable

Serialized Fields

trafo

Transformation trafo

size

double size

inc1

int inc1

inc2

int inc2

Class hades.styx.Yscroller extends javax.swing.JScrollBar implements Serializable

Serialized Fields

trafo

Transformation trafo

Wc

WaveCanvas Wc


Package hades.symbols

Class hades.symbols.Arc extends FigArc implements Serializable

Serialized Fields

position

java.awt.Point position

Class hades.symbols.BboxRectangle extends FigRectangle implements Serializable

Serialized Fields

position

java.awt.Point position

label

java.lang.String label

Class hades.symbols.BindkeyLabel extends Label implements Serializable

Class hades.symbols.BusPortSymbol extends PortSymbol implements Serializable

Class hades.symbols.Circle extends FigEllipse implements Serializable

Serialized Fields

colorSource

ColorSource colorSource

Class hades.symbols.ClassLabel extends Label implements Serializable

Class hades.symbols.ClockArm extends FigPolyline implements Serializable

Serialized Fields

x

int x

y

int y

radius

int radius

angle

double angle

Class hades.symbols.ColoredCircle extends Circle implements Serializable

Class hades.symbols.ColoredPolyline extends Polyline implements Serializable

Class hades.symbols.ColoredRectangle extends Rectangle implements Serializable

Serialized Fields

position

java.awt.Point position

color

java.awt.Color color

Class hades.symbols.ColoredValueLabel extends Label implements Serializable

Serialized Fields

color

java.awt.Color color

Class hades.symbols.ErrorMarker extends FigPolyline implements Serializable

Serialized Fields

x

int x

y

int y

w

int w

h

int h

Class hades.symbols.FatInstanceLabel extends InstanceLabel implements Serializable

Class hades.symbols.FatLabel extends Label implements Serializable

Class hades.symbols.FigWrapper extends FigCompound implements Serializable

Serialized Fields

debug

boolean debug

position

java.awt.Point position

filename

java.lang.String filename

parent

SimObject parent

Class hades.symbols.HighlightRectangle extends Rectangle implements Serializable

Serialized Fields

position

java.awt.Point position

color

java.awt.Color color

Class hades.symbols.HighlightWireSegment extends Polyline implements Serializable

Serialized Fields

position

java.awt.Point position

label

java.lang.String label

signal

Signal signal

Class hades.symbols.HorizontalBarGraph extends FigCompound implements Serializable

Serialized Fields

n_segments

int n_segments

value

int value

n_color

int n_color

xl

int xl

xr

int xr

yt

int yt

yb

int yb

rectangles

FigRectangle[] rectangles

Class hades.symbols.ImageObject extends FigImage implements Serializable

Serialized Fields

debug

boolean debug

position

java.awt.Point position

resourcename

java.lang.String resourcename

Class hades.symbols.InstanceLabel extends Label implements Serializable

Class hades.symbols.Label extends FigText implements Serializable

Serialized Fields

textSource

TextSource textSource

colorSource

ColorSource colorSource

Class hades.symbols.PersistentInstanceLabel extends InstanceLabel implements Serializable

Class hades.symbols.Polyline extends FigPolyline implements Serializable

Class hades.symbols.PortLabel extends Label implements Serializable

Class hades.symbols.PortSymbol extends FigRectangle implements Serializable

Serialized Fields

name

java.lang.String name

pos

java.awt.Point pos

Class hades.symbols.ProbeSymbol extends FigCompound implements Serializable

Serialized Fields

signal

Signal signal

pos

java.awt.Point pos

polyline

Polyline polyline

label

Label label

Class hades.symbols.Rectangle extends FigRectangle implements Serializable

Serialized Fields

position

java.awt.Point position

label

java.lang.String label

colorSource

ColorSource colorSource

Class hades.symbols.SolderDot extends FigEllipse implements Serializable

Serialized Fields

position

java.awt.Point position

label

java.lang.String label

signal

Signal signal

colorSource

ColorSource colorSource

Class hades.symbols.Symbol extends FigCompound implements Serializable

Serialized Fields

parent

SimObject parent

pos

java.awt.Point pos

rotationAngle

double rotationAngle

isMirroredX

boolean isMirroredX

isMirroredY

boolean isMirroredY

Class hades.symbols.SymbolManager extends java.lang.Object implements Serializable

Serialized Fields

_symbolCache

java.util.Hashtable _symbolCache

Class hades.symbols.TinyPortSymbol extends PortSymbol implements Serializable

Class hades.symbols.WireSegment extends FigPolyline implements Serializable

Serialized Fields

position

java.awt.Point position

label

java.lang.String label

signal

Signal signal

colorSource

ColorSource colorSource


Package hades.utils

Class hades.utils.AudioPlayer extends javax.swing.JPanel implements Serializable

Serialized Fields

loader

AudioFileLoader loader

audioClip

java.applet.AudioClip audioClip

nameListener

NameListener nameListener

parent

java.awt.Window parent

playButton

javax.swing.JButton playButton

loopButton

javax.swing.JButton loopButton

stopButton

javax.swing.JButton stopButton

loadButton

javax.swing.JButton loadButton

okButton

javax.swing.JButton okButton

filenameTF

javax.swing.JTextField filenameTF

Class hades.utils.DidYouKnowFrame extends java.awt.Frame implements Serializable

Serialized Fields

resourcename

java.lang.String resourcename

tips

java.util.Vector tips

index

int index

iconCanvas

ImageCanvas iconCanvas

nextButton

java.awt.Button nextButton

prevButton

java.awt.Button prevButton

closeButton

java.awt.Button closeButton

againCheckbox

java.awt.Checkbox againCheckbox

textArea

java.awt.TextArea textArea

buttonFont

java.awt.Font buttonFont

textAreaFont

java.awt.Font textAreaFont


Package jfig.canvas

Class jfig.canvas.EditorCanvas extends FigBasicCanvas implements Serializable

Class jfig.canvas.FigBasicCanvas extends java.awt.Canvas implements Serializable

Serialized Fields

objectEnumerator

FigDrawableEnumerator objectEnumerator

trafo

FigTrafo2D trafo

printer

ConsoleMessage printer

helper

StatusMessage helper

canvasListener

FigCanvasListener canvasListener

zoomListenerVector

java.util.Vector zoomListenerVector

waitCursor

java.awt.Cursor waitCursor

defaultCursor

java.awt.Cursor defaultCursor

rubberband

FigCanvasRubberband rubberband

offscreenImage

java.awt.Image offscreenImage

theObserver

java.awt.image.ImageObserver theObserver

gridGR

java.awt.Graphics gridGR

offscreenGR

java.awt.Graphics offscreenGR

objectGR

java.awt.Graphics objectGR

cur_x

int cur_x

cur_y

int cur_y

old_x

int old_x

old_y

int old_y

cur_width

int cur_width

cur_height

int cur_height

ptmp

java.awt.Point ptmp

tmp_sc

java.awt.Point tmp_sc

tmp_wc

java.awt.Point tmp_wc

backgroundColor

java.awt.Color backgroundColor

gridColor

java.awt.Color gridColor

defaultColor

java.awt.Color defaultColor

pdbg

boolean pdbg

gridVisible

boolean gridVisible

gridMode

int gridMode

redrawMode

int redrawMode

BASE_ANCHOR_X

int BASE_ANCHOR_X

BASE_ANCHOR_Y

int BASE_ANCHOR_Y

RULER_XL_OFFSET

int RULER_XL_OFFSET

RULER_XR_OFFSET

int RULER_XR_OFFSET

RULER_YT_OFFSET

int RULER_YT_OFFSET

RULER_YB_OFFSET

int RULER_YB_OFFSET

mouse_drag_x

int mouse_drag_x

mouse_drag_y

int mouse_drag_y

ltx

int[] ltx

lty

int[] lty

rtx

int[] rtx

rty

int[] rty

xtr

int[] xtr

ytr

int[] ytr

xbr

int[] xbr

ybr

int[] ybr

hasRulers

boolean hasRulers

enableRulerDragging

boolean enableRulerDragging

debug

boolean debug

enableTimingInfo

boolean enableTimingInfo

n_updates

int n_updates

n_redraws

int n_redraws

t_redraw

long t_redraw

t_redraw_mean

long t_redraw_mean

n_grid

int n_grid

t_grid

long t_grid

t_grid_mean

long t_grid_mean

t_delay

long t_delay

n_trials_to_create_offscreenImage

int n_trials_to_create_offscreenImage

options2D

FigBasicCanvas.Options2D options2D

Class jfig.canvas.FigCanvasEvent extends java.awt.event.MouseEvent implements Serializable

Serialized Fields

WP

java.awt.Point WP

SP

java.awt.Point SP

Class jfig.canvas.FigSwingCanvas extends javax.swing.JComponent implements Serializable

Serialized Fields

objectEnumerator

FigDrawableEnumerator objectEnumerator

trafo

FigTrafo2D trafo

printer

ConsoleMessage printer

helper

StatusMessage helper

canvasListener

FigCanvasListener canvasListener

zoomListenerVector

java.util.Vector zoomListenerVector

waitCursor

java.awt.Cursor waitCursor

defaultCursor

java.awt.Cursor defaultCursor

rubberband

FigCanvasRubberband rubberband

theObserver

java.awt.image.ImageObserver theObserver

offscreenImage

java.awt.Image offscreenImage

tripleBuffer

java.awt.Image tripleBuffer

offscreenGR

java.awt.Graphics offscreenGR

objectGR

java.awt.Graphics objectGR

tripleBufferGR

java.awt.Graphics tripleBufferGR

cur_x

int cur_x

cur_y

int cur_y

old_x

int old_x

old_y

int old_y

cur_width

int cur_width

cur_height

int cur_height

XXX

java.awt.Dimension XXX

ptmp

java.awt.Point ptmp

tmp_sc

java.awt.Point tmp_sc

tmp_wc

java.awt.Point tmp_wc

backgroundColor

java.awt.Color backgroundColor

gridColor

java.awt.Color gridColor

defaultColor

java.awt.Color defaultColor

gridVisible

boolean gridVisible

gridMode

int gridMode

zoomFitBorderWidth

int zoomFitBorderWidth

mode

int mode

BASE_ANCHOR_X

int BASE_ANCHOR_X

BASE_ANCHOR_Y

int BASE_ANCHOR_Y

RULER_XL_OFFSET

int RULER_XL_OFFSET

RULER_XR_OFFSET

int RULER_XR_OFFSET

RULER_YT_OFFSET

int RULER_YT_OFFSET

RULER_YB_OFFSET

int RULER_YB_OFFSET

mouse_drag_x

int mouse_drag_x

mouse_drag_y

int mouse_drag_y

hasRulers

boolean hasRulers

enableRulerDragging

boolean enableRulerDragging

debug

boolean debug

Jdebug

boolean Jdebug

enableTimingInfo

boolean enableTimingInfo

useTripleBuffering

boolean useTripleBuffering

n_updates

int n_updates

n_redraws

int n_redraws

t_redraw

long t_redraw

t_redraw_mean

long t_redraw_mean

n_grid

int n_grid

t_grid

long t_grid

t_grid_mean

long t_grid_mean

t_delay

long t_delay

two_decimals

Format two_decimals

_lastTextClipRectangle

java.awt.Rectangle _lastTextClipRectangle

n_trials_to_create_offscreenImage

int n_trials_to_create_offscreenImage

options2D

FigSwingCanvas.Options2D options2D

Class jfig.canvas.PresentationViewerCanvas extends FigBasicCanvas implements Serializable

Serialized Fields

moveCursor

java.awt.Cursor moveCursor

drag_base_x

int drag_base_x

drag_base_y

int drag_base_y

drag_base_anchor

java.awt.Point drag_base_anchor

Class jfig.canvas.TopLeftRulerCanvas extends FigBasicCanvas implements Serializable

Class jfig.canvas.ViewerCanvas extends FigBasicCanvas implements Serializable

Serialized Fields

moveCursor

java.awt.Cursor moveCursor

drag_base_x

int drag_base_x

drag_base_y

int drag_base_y

drag_base_anchor

java.awt.Point drag_base_anchor


Package jfig.gui

Class jfig.gui.AboutDialog extends java.awt.Dialog implements Serializable

Serialized Fields

labelPanel

java.awt.Panel labelPanel

imagePanel

java.awt.Panel imagePanel

buttonPanel

java.awt.Panel buttonPanel

OK

java.awt.Button OK

text0

java.awt.Label text0

text1

java.awt.Label text1

text2

java.awt.Label text2

text3

java.awt.Label text3

image

java.awt.Image image

imageCanvas

ImageCanvas imageCanvas

backgroundColor

java.awt.Color backgroundColor

Class jfig.gui.AddUserColorDialog extends java.awt.Dialog implements Serializable

Serialized Fields

DEFAULT_RGB

java.lang.String DEFAULT_RGB
See Also:
Constant Field Values

okButton

java.awt.Button okButton

cancelButton

java.awt.Button cancelButton

rgbTF

java.awt.TextField rgbTF

Class jfig.gui.AttribsButtonPanel extends InsetsPanel implements Serializable

Serialized Fields

attr

FigAttribs attr

AC

AttribsControls AC

helper

StatusMessage helper

updateModeButton

UpdateModeButton updateModeButton

lineStyleButton

StateButton lineStyleButton

lineWidthButton

StateButton lineWidthButton

lineColorButton

ColorStateButton lineColorButton

arrowModeButton

StateButton arrowModeButton

arrowStyleButton

StateButton arrowStyleButton

fillColorButton

ColorStateButton fillColorButton

fillPatternButton

FillPatternButton fillPatternButton

fontSelectButton

FontStateButton fontSelectButton

fontSizeButton

NumericStateButton fontSizeButton

textAlignButton

StateButton textAlignButton

fontFlagMask

StateButton fontFlagMask

fontFlagChoice

ChoiceWithHelpMessage fontFlagChoice

cornerRadiusButton

NumericStateButton cornerRadiusButton

depthButton

NumericStateButton depthButton

objectAlignXButton

StateButton objectAlignXButton

objectAlignYButton

StateButton objectAlignYButton

rotationAngleButton

NumericStateButton rotationAngleButton

smartLinksButton

StateButton smartLinksButton

Class jfig.gui.ChoiceWithHelpMessage extends java.awt.Choice implements Serializable

Serialized Fields

helper

StatusMessage helper

helpMessage

java.lang.String helpMessage

mouseHandler

MouseEnterHandler mouseHandler

Class jfig.gui.CloseableDialog extends java.awt.Dialog implements Serializable

Class jfig.gui.CloseCompoundDialog extends java.awt.Dialog implements Serializable

Serialized Fields

closeOneButton

java.awt.Button closeOneButton

closeAllButton

java.awt.Button closeAllButton

Class jfig.gui.ColorButton extends java.awt.Canvas implements Serializable

Serialized Fields

parent

java.awt.Component parent

width

int width

height

int height

colorCache

ColorCache colorCache

helper

StatusMessage helper

helpMessage

java.lang.String helpMessage

actionListener

java.awt.event.ActionListener actionListener

backgroundColor

java.awt.Color backgroundColor

tri_left

java.awt.Polygon tri_left

tri_right

java.awt.Polygon tri_right

cur_color_index

int cur_color_index

offset

int offset

currentColor

java.awt.Color currentColor

updateMode

boolean updateMode

updateStatus

boolean updateStatus

mouseInside

boolean mouseInside

Class jfig.gui.ColorStateButton extends StateButton implements Serializable

Serialized Fields

colorCache

ColorCache colorCache

selectColorDialog

ColorStateButton.SelectColorDialog selectColorDialog

Class jfig.gui.ConfirmDialog extends java.awt.Dialog implements Serializable

Serialized Fields

buttonPanel

java.awt.Panel buttonPanel

leftButton

java.awt.Button leftButton

middleButton

java.awt.Button middleButton

rightButton

java.awt.Button rightButton

title

java.lang.String title

AL

java.awt.event.ActionListener AL

Class jfig.gui.Console extends java.awt.Frame implements Serializable

Serialized Fields

ta

java.awt.TextArea ta

okButton

java.awt.Button okButton

clearButton

java.awt.Button clearButton

consoleFont

java.awt.Font consoleFont

buttonFont

java.awt.Font buttonFont

n_lines

int n_lines

max_lines

int max_lines

popupConsoleOnWEF

boolean popupConsoleOnWEF

Class jfig.gui.CreateImageDialog extends java.awt.Frame implements Serializable

Serialized Fields

aspectRatioChoice

java.awt.Choice aspectRatioChoice

sizeLabel

java.awt.Label sizeLabel

filenameButton

java.awt.Button filenameButton

filenameTF

java.awt.TextField filenameTF

filetypeChoice

java.awt.Choice filetypeChoice

wizardCheckbox

java.awt.Checkbox wizardCheckbox

okButton

java.awt.Button okButton

loadImageNowButton

java.awt.Button loadImageNowButton

cancelButton

java.awt.Button cancelButton

crop1Button

java.awt.Button crop1Button

crop2Button

java.awt.Button crop2Button

menuFont

java.awt.Font menuFont

debug

boolean debug

name

java.lang.String name

dm

java.awt.Dimension dm

filename

java.lang.String filename

Class jfig.gui.DepthTextField extends TextFieldWithHelpMessage implements Serializable

Serialized Fields

depthSteppingHandler

DepthTextField.DepthSteppingHandler depthSteppingHandler

Class jfig.gui.EditCompoundDialog extends EditObjectBaseDialog implements Serializable

Serialized Fields

editor

FigBasicEditor editor

compound

FigCompound compound

savedAttribs

FigAttribs savedAttribs

currentAttribs

FigAttribs currentAttribs

okButton

java.awt.Button okButton

applyButton

java.awt.Button applyButton

cancelButton

java.awt.Button cancelButton

AC

AttribsControls AC

depthButton

NumericStateButton depthButton

coordsTextArea

java.awt.TextArea coordsTextArea

depthLabel

java.awt.Label depthLabel

statusMessage

StatusMessage statusMessage

defaultFont

java.awt.Font defaultFont

backgroundColor

java.awt.Color backgroundColor

debug

boolean debug

_textObjectVector

java.util.Vector _textObjectVector

_textFieldVector

java.util.Vector _textFieldVector

_textFieldPanel

java.awt.Panel _textFieldPanel

Class jfig.gui.EditEllipseDialog extends EditObjectBaseDialog implements Serializable

Serialized Fields

editor

FigBasicEditor editor

ellipse

FigEllipse ellipse

savedAttribs

FigAttribs savedAttribs

currentAttribs

FigAttribs currentAttribs

savedCenter

java.awt.Point savedCenter

savedRadius

java.awt.Point savedRadius

okButton

java.awt.Button okButton

applyButton

java.awt.Button applyButton

cancelButton

java.awt.Button cancelButton

AC

AttribsControls AC

lineStyleButton

StateButton lineStyleButton

lineWidthButton

StateButton lineWidthButton

lineColorButton

ColorStateButton lineColorButton

fillColorButton

ColorStateButton fillColorButton

fillPatternButton

FillPatternButton fillPatternButton

cornerRadiusChoice

ChoiceWithHelpMessage cornerRadiusChoice

depthButton

NumericStateButton depthButton

rotationAngleButton

NumericStateButton rotationAngleButton

dashLengthField

TextFieldWithHelpMessage dashLengthField

centerField

java.awt.TextField centerField

radiusField

java.awt.TextField radiusField

lineStyleLabel

java.awt.Label lineStyleLabel

lineWidthLabel

java.awt.Label lineWidthLabel

lineColorLabel

java.awt.Label lineColorLabel

fillStyleLabel

java.awt.Label fillStyleLabel

fillColorLabel

java.awt.Label fillColorLabel

fillPatternLabel

java.awt.Label fillPatternLabel

centerLabel

java.awt.Label centerLabel

radiusLabel

java.awt.Label radiusLabel

rotationLabel

java.awt.Label rotationLabel

depthLabel

java.awt.Label depthLabel

statusMessage

StatusMessage statusMessage

defaultFont

java.awt.Font defaultFont

backgroundColor

java.awt.Color backgroundColor

debug

boolean debug

Class jfig.gui.EditGlobalAttributesDialog extends java.awt.Dialog implements Serializable

Serialized Fields

editor

FigBasicEditor editor

savedAttribs

FigAttribs savedAttribs

currentAttribs

FigAttribs currentAttribs

savedCoords

java.lang.String savedCoords

okButton

java.awt.Button okButton

applyButton

java.awt.Button applyButton

cancelButton

java.awt.Button cancelButton

AC

AttribsControls AC

lineStyleButton

StateButton lineStyleButton

lineWidthButton

StateButton lineWidthButton

dashLengthField

TextFieldWithHelpMessage dashLengthField

lineColorButton

ColorStateButton lineColorButton

arrowModeButton

StateButton arrowModeButton

arrowStyleButton

StateButton arrowStyleButton

f_arrowWidthField

TextFieldWithHelpMessage f_arrowWidthField

f_arrowLengthField

TextFieldWithHelpMessage f_arrowLengthField

f_arrowThicknessField

TextFieldWithHelpMessage f_arrowThicknessField

b_arrowWidthField

TextFieldWithHelpMessage b_arrowWidthField

b_arrowLengthField

TextFieldWithHelpMessage b_arrowLengthField

b_arrowThicknessField

TextFieldWithHelpMessage b_arrowThicknessField

fillColorButton

ColorStateButton fillColorButton

fillPatternButton

FillPatternButton fillPatternButton

depthButton

NumericStateButton depthButton

fontSelectButton

FontStateButton fontSelectButton

fontSizeButton

NumericStateButton fontSizeButton

textAlignButton

StateButton textAlignButton

landscapePortraitChoice

ChoiceWithHelpMessage landscapePortraitChoice

centerFlushLeftChoice

ChoiceWithHelpMessage centerFlushLeftChoice

coordsTextArea

java.awt.TextArea coordsTextArea

lineStyleLabel

java.awt.Label lineStyleLabel

lineWidthLabel

java.awt.Label lineWidthLabel

lineColorLabel

java.awt.Label lineColorLabel

arrowModeLabel

java.awt.Label arrowModeLabel

arrowStyleLabel

java.awt.Label arrowStyleLabel

fillStyleLabel

java.awt.Label fillStyleLabel

fillColorLabel

java.awt.Label fillColorLabel

fillPatternLabel

java.awt.Label fillPatternLabel

fontStyleLabel

java.awt.Label fontStyleLabel

textAlignLabel

java.awt.Label textAlignLabel

depthLabel

java.awt.Label depthLabel

landscapeLabel

java.awt.Label landscapeLabel

statusMessage

StatusMessage statusMessage

defaultFont

java.awt.Font defaultFont

backgroundColor

java.awt.Color backgroundColor

debug

boolean debug

Class jfig.gui.EditImageDialog extends EditObjectBaseDialog implements Serializable

Serialized Fields

editor

FigBasicEditor editor

imageObject

FigImage imageObject

savedAttribs

FigAttribs savedAttribs

currentAttribs

FigAttribs currentAttribs

savedCoords

java.lang.String savedCoords

savedImageName

java.lang.String savedImageName

okButton

java.awt.Button okButton

applyButton

java.awt.Button applyButton

cancelButton

java.awt.Button cancelButton

AC

AttribsControls AC

lineStyleButton

StateButton lineStyleButton

lineWidthButton

StateButton lineWidthButton

lineColorButton

ColorStateButton lineColorButton

imageNameField

TextFieldWithHelpMessage imageNameField

depthButton

NumericStateButton depthButton

aspectRatioChoice

java.awt.Choice aspectRatioChoice

fitToXString

java.lang.String fitToXString

fitToYString

java.lang.String fitToYString

selectedString

java.lang.String selectedString

coordsTextArea

java.awt.TextArea coordsTextArea

lineStyleLabel

java.awt.Label lineStyleLabel

lineWidthLabel

java.awt.Label lineWidthLabel

lineColorLabel

java.awt.Label lineColorLabel

imageNameLabel

java.awt.Label imageNameLabel

depthLabel

java.awt.Label depthLabel

aspectRatioLabel

java.awt.Label aspectRatioLabel

statusMessage

StatusMessage statusMessage

defaultFont

java.awt.Font defaultFont

backgroundColor

java.awt.Color backgroundColor

debug

boolean debug

Class jfig.gui.EditObjectBaseDialog extends java.awt.Dialog implements Serializable

Class jfig.gui.EditorApplet extends java.applet.Applet implements Serializable

Serialized Fields

editor

Editor editor

image

java.awt.Image image

appletServerName

java.lang.String appletServerName

appletBaseDirName

java.lang.String appletBaseDirName

Class jfig.gui.EditorStatusPanel extends InsetsPanel implements Serializable

Serialized Fields

parent

java.awt.event.ActionListener parent

leftPanel

InsetsPanel leftPanel

messagePanel

InsetsPanel messagePanel

filenameField

java.awt.TextField filenameField

zoomField

java.awt.TextField zoomField

messageField

StatusCanvas messageField

Class jfig.gui.EditPolylineDialog extends EditObjectBaseDialog implements Serializable

Serialized Fields

editor

FigBasicEditor editor

polyline

FigPolyline polyline

savedAttribs

FigAttribs savedAttribs

currentAttribs

FigAttribs currentAttribs

savedCoords

java.lang.String savedCoords

okButton

java.awt.Button okButton

applyButton

java.awt.Button applyButton

cancelButton

java.awt.Button cancelButton

AC

AttribsControls AC

lineStyleButton

StateButton lineStyleButton

lineWidthButton

StateButton lineWidthButton

lineColorButton

ColorStateButton lineColorButton

arrowModeButton

StateButton arrowModeButton

arrowStyleButton

StateButton arrowStyleButton

f_arrowWidthField

TextFieldWithHelpMessage f_arrowWidthField

f_arrowLengthField

TextFieldWithHelpMessage f_arrowLengthField

f_arrowThicknessField

TextFieldWithHelpMessage f_arrowThicknessField

b_arrowWidthField

TextFieldWithHelpMessage b_arrowWidthField

b_arrowLengthField

TextFieldWithHelpMessage b_arrowLengthField

b_arrowThicknessField

TextFieldWithHelpMessage b_arrowThicknessField

dashLengthField

TextFieldWithHelpMessage dashLengthField

fillColorButton

ColorStateButton fillColorButton

fillPatternButton

FillPatternButton fillPatternButton

depthButton

NumericStateButton depthButton

coordsTextArea

java.awt.TextArea coordsTextArea

lineStyleLabel

java.awt.Label lineStyleLabel

lineWidthLabel

java.awt.Label lineWidthLabel

lineColorLabel

java.awt.Label lineColorLabel

arrowModeLabel

java.awt.Label arrowModeLabel

arrowStyleLabel

java.awt.Label arrowStyleLabel

fillStyleLabel

java.awt.Label fillStyleLabel

fillColorLabel

java.awt.Label fillColorLabel

fillPatternLabel

java.awt.Label fillPatternLabel

depthLabel

java.awt.Label depthLabel

statusMessage

StatusMessage statusMessage

defaultFont

java.awt.Font defaultFont

backgroundColor

java.awt.Color backgroundColor

debug

boolean debug

Class jfig.gui.EditRectangleDialog extends EditObjectBaseDialog implements Serializable

Serialized Fields

editor

FigBasicEditor editor

rectangle

FigRectangle rectangle

savedAttribs

FigAttribs savedAttribs

currentAttribs

FigAttribs currentAttribs

savedCoords

java.lang.String savedCoords

okButton

java.awt.Button okButton

applyButton

java.awt.Button applyButton

cancelButton

java.awt.Button cancelButton

AC

AttribsControls AC

lineStyleButton

StateButton lineStyleButton

lineWidthButton

StateButton lineWidthButton

lineColorButton

ColorStateButton lineColorButton

dashLengthField

TextFieldWithHelpMessage dashLengthField

fillColorButton

ColorStateButton fillColorButton

fillPatternButton

FillPatternButton fillPatternButton

cornerRadiusButton

NumericStateButton cornerRadiusButton

depthButton

NumericStateButton depthButton

coordsTextArea

java.awt.TextArea coordsTextArea

lineStyleLabel

java.awt.Label lineStyleLabel

lineWidthLabel

java.awt.Label lineWidthLabel

lineColorLabel

java.awt.Label lineColorLabel

fillStyleLabel

java.awt.Label fillStyleLabel

fillColorLabel

java.awt.Label fillColorLabel

fillPatternLabel

java.awt.Label fillPatternLabel

cornerRadiusLabel

java.awt.Label cornerRadiusLabel

depthLabel

java.awt.Label depthLabel

statusMessage

StatusMessage statusMessage

defaultFont

java.awt.Font defaultFont

backgroundColor

java.awt.Color backgroundColor

debug

boolean debug

Class jfig.gui.EditTextDialog extends EditObjectBaseDialog implements Serializable

Serialized Fields

editor

FigBasicEditor editor

textObject

FigText textObject

savedAttribs

FigAttribs savedAttribs

currentAttribs

FigAttribs currentAttribs

savedCoords

java.lang.String savedCoords

savedText

java.lang.String savedText

okButton

java.awt.Button okButton

applyButton

java.awt.Button applyButton

cancelButton

java.awt.Button cancelButton

AC

AttribsControls AC

lineColorButton

ColorStateButton lineColorButton

fontSelectButton

FontStateButton fontSelectButton

fontSizeButton

NumericStateButton fontSizeButton

textAlignButton

StateButton textAlignButton

fontFlagChoice

ChoiceWithHelpMessage fontFlagChoice

depthButton

NumericStateButton depthButton

coordsTextField

java.awt.TextField coordsTextField

rotationAngleButton

NumericStateButton rotationAngleButton

textTF

java.awt.TextField textTF

lineColorLabel

java.awt.Label lineColorLabel

fontStyleLabel

java.awt.Label fontStyleLabel

textAlignLabel

java.awt.Label textAlignLabel

fontFlagLabel

java.awt.Label fontFlagLabel

depthLabel

java.awt.Label depthLabel

rotationLabel

java.awt.Label rotationLabel

textLabel

java.awt.Label textLabel

statusMessage

StatusMessage statusMessage

defaultFont

java.awt.Font defaultFont

backgroundColor

java.awt.Color backgroundColor

debug

boolean debug

Class jfig.gui.EditTriggerDialog extends EditObjectBaseDialog implements Serializable

Serialized Fields

editor

FigBasicEditor editor

triggerObject

FigTrigger triggerObject

savedAttribs

FigAttribs savedAttribs

currentAttribs

FigAttribs currentAttribs

savedCoords

java.lang.String savedCoords

savedBasename

java.lang.String savedBasename

savedFilename

java.lang.String savedFilename

okButton

java.awt.Button okButton

applyButton

java.awt.Button applyButton

cancelButton

java.awt.Button cancelButton

AC

AttribsControls AC

lineStyleButton

StateButton lineStyleButton

lineWidthButton

StateButton lineWidthButton

lineColorButton

ColorStateButton lineColorButton

depthButton

NumericStateButton depthButton

basenameField

TextFieldWithHelpMessage basenameField

filenameField

TextFieldWithHelpMessage filenameField

coordsTextArea

java.awt.TextArea coordsTextArea

lineStyleLabel

java.awt.Label lineStyleLabel

lineWidthLabel

java.awt.Label lineWidthLabel

lineColorLabel

java.awt.Label lineColorLabel

basenameLabel

java.awt.Label basenameLabel

filenameLabel

java.awt.Label filenameLabel

depthLabel

java.awt.Label depthLabel

statusMessage

StatusMessage statusMessage

defaultFont

java.awt.Font defaultFont

backgroundColor

java.awt.Color backgroundColor

debug

boolean debug

Class jfig.gui.ExportOptionsDialog extends java.awt.Frame implements Serializable

Serialized Fields

FULL_COLORS

int FULL_COLORS
See Also:
Constant Field Values

IO_COLORS

int IO_COLORS
See Also:
Constant Field Values

BLACK_WHITE

int BLACK_WHITE
See Also:
Constant Field Values

FULL_COLORS_STRING

java.lang.String FULL_COLORS_STRING
See Also:
Constant Field Values

IO_COLORS_STRING

java.lang.String IO_COLORS_STRING
See Also:
Constant Field Values

BLACK_WHITE_STRING

java.lang.String BLACK_WHITE_STRING
See Also:
Constant Field Values

A4_WIDTH

int A4_WIDTH
See Also:
Constant Field Values

A4_HEIGHT

int A4_HEIGHT
See Also:
Constant Field Values

magnificationTF

java.awt.TextField magnificationTF

xoffsetTF

java.awt.TextField xoffsetTF

yoffsetTF

java.awt.TextField yoffsetTF

languageChoice

java.awt.Choice languageChoice

orientationChoice

java.awt.Choice orientationChoice

centerChoice

java.awt.Choice centerChoice

colorChoice

java.awt.Choice colorChoice

autosaveCB

java.awt.Checkbox autosaveCB

exportNowButton

java.awt.Button exportNowButton

cancelButton

java.awt.Button cancelButton

filenameButton

java.awt.Button filenameButton

fitToPageButton

java.awt.Button fitToPageButton

filenameTF

java.awt.TextField filenameTF

directoryTF

java.awt.TextField directoryTF

fig2devPathTF

java.awt.TextField fig2devPathTF

commandLineTF

java.awt.TextField commandLineTF

sizeLabel

java.awt.Label sizeLabel

fileDialog

java.awt.FileDialog fileDialog

debug

boolean debug

autosave

boolean autosave

waitExec

boolean waitExec

data

java.lang.String[][] data

printCommand

java.lang.String printCommand

fig2devPath

java.lang.String fig2devPath

fig2devPS

java.lang.String fig2devPS

fig2devEPS

java.lang.String fig2devEPS

fig2devIBMGL

java.lang.String fig2devIBMGL

fig2devLATEX

java.lang.String fig2devLATEX

fig2devPSTEX

java.lang.String fig2devPSTEX

fig2devPICTEX

java.lang.String fig2devPICTEX

fig2devJPG

java.lang.String fig2devJPG

fig2devGIF

java.lang.String fig2devGIF

fig2devTIFF

java.lang.String fig2devTIFF

fig2devPNG

java.lang.String fig2devPNG

fig2devPPM

java.lang.String fig2devPPM

fig2devEPIC

java.lang.String fig2devEPIC

fig2devEEPIC

java.lang.String fig2devEEPIC

fig2devPSCentered

boolean fig2devPSCentered

fig2devPSOrientation

boolean fig2devPSOrientation

fig2devMagnification

double fig2devMagnification

editor

FigBasicEditor editor

bbox

FigBbox bbox

Class jfig.gui.FillPatternButton extends StateButton implements Serializable

Serialized Fields

sd

FillPatternButton.SelectDialog sd

Class jfig.gui.FontStateButton extends StateButton implements Serializable

Serialized Fields

selectFontDialog

FontStateButton.SelectFontDialog selectFontDialog

Class jfig.gui.ImageButton extends java.awt.Canvas implements Serializable

Serialized Fields

parent

java.awt.Component parent

passive

java.awt.Image passive

active

java.awt.Image active

width

int width

height

int height

state

boolean state

mouseIsDown

boolean mouseIsDown

mouseInside

boolean mouseInside

enabled

boolean enabled

label

java.lang.String label

helper

StatusMessage helper

helpMessage

java.lang.String helpMessage

actionListener

java.awt.event.ActionListener actionListener

Class jfig.gui.ImageCanvas extends java.awt.Canvas implements Serializable

Serialized Fields

icon

java.awt.Image icon

x_offset

int x_offset

y_offset

int y_offset

Class jfig.gui.InsetsPanel extends java.awt.Panel implements Serializable

Serialized Fields

left

int left

top

int top

bottom

int bottom

right

int right

raised

boolean raised

lowered

boolean lowered

Class jfig.gui.JAboutDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

labelPanel

javax.swing.JPanel labelPanel

imagePanel

javax.swing.JPanel imagePanel

buttonPanel

javax.swing.JPanel buttonPanel

OK

javax.swing.JButton OK

text0

javax.swing.JLabel text0

text1

javax.swing.JLabel text1

text2

javax.swing.JLabel text2

text3

javax.swing.JLabel text3

iconLabel

javax.swing.JLabel iconLabel

image

java.awt.Image image

backgroundColor

java.awt.Color backgroundColor

windowCloser

JWindowCloser windowCloser

Class jfig.gui.JAttribsButtonPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

attr

FigAttribs attr

AC

JAttribsControlsFactory AC

helper

StatusMessage helper

updateModeButton

JUpdateModeButton updateModeButton

lineStyleButton

JStateButton lineStyleButton

lineWidthButton

JStateButton lineWidthButton

lineColorButton

JColorButton lineColorButton

arrowModeButton

JStateButton arrowModeButton

arrowStyleButton

JStateButton arrowStyleButton

fillColorButton

JColorButton fillColorButton

fillPatternButton

JFillPatternButton fillPatternButton

fontSelectButton

JFontButton fontSelectButton

fontSizeButton

JNumericStateButton fontSizeButton

textAlignButton

JStateButton textAlignButton

fontFlagMask

JStateButton fontFlagMask

fontFlagButton

JStateButton fontFlagButton

fontFlagChoice

javax.swing.JComboBox fontFlagChoice

cornerRadiusButton

JNumericStateButton cornerRadiusButton

depthButton

JNumericStateButton depthButton

objectAlignXButton

JStateButton objectAlignXButton

objectAlignYButton

JStateButton objectAlignYButton

rotationAngleButton

JNumericStateButton rotationAngleButton

smartLinksButton

JStateButton smartLinksButton

geometryButton

JStateButton geometryButton

geometryLabel

javax.swing.JLabel geometryLabel

Class jfig.gui.JCloseCompoundDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

closeOneButton

javax.swing.JButton closeOneButton

closeAllButton

javax.swing.JButton closeAllButton

Class jfig.gui.JColorButton extends JStateButton implements Serializable

Serialized Fields

colorCache

ColorCache colorCache

selectColorDialog

JColorButton.SelectColorDialog selectColorDialog

timestamp

long timestamp

Class jfig.gui.JConfirmDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

buttonPanel

javax.swing.JPanel buttonPanel

leftButton

javax.swing.JButton leftButton

middleButton

javax.swing.JButton middleButton

rightButton

javax.swing.JButton rightButton

title

java.lang.String title

AL

java.awt.event.ActionListener AL

Class jfig.gui.JConsole extends javax.swing.JFrame implements Serializable

Serialized Fields

ta

javax.swing.JTextArea ta

okButton

javax.swing.JButton okButton

clearButton

javax.swing.JButton clearButton

consoleFont

java.awt.Font consoleFont

buttonFont

java.awt.Font buttonFont

n_lines

int n_lines

max_lines

int max_lines

popupJConsoleOnWEF

boolean popupJConsoleOnWEF

Class jfig.gui.JCreateImageDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

aspectRatioChoice

javax.swing.JComboBox aspectRatioChoice

sizeLabel

javax.swing.JLabel sizeLabel

filenameButton

javax.swing.JButton filenameButton

filenameTF

javax.swing.JTextField filenameTF

filetypeChoice

javax.swing.JComboBox filetypeChoice

wizardCheckbox

javax.swing.JCheckBox wizardCheckbox

okButton

javax.swing.JButton okButton

loadImageNowButton

javax.swing.JButton loadImageNowButton

cancelButton

javax.swing.JButton cancelButton

crop1Button

javax.swing.JButton crop1Button

crop2Button

javax.swing.JButton crop2Button

menuFont

java.awt.Font menuFont

debug

boolean debug

name

java.lang.String name

dm

java.awt.Dimension dm

filename

java.lang.String filename

Class jfig.gui.JEditBaseobjectDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

editor

FigBasicEditor editor

savedAttribs

FigAttribs savedAttribs

currentAttribs

FigAttribs currentAttribs

savedCoords

java.lang.String savedCoords

statusMessage

StatusMessage statusMessage

defaultFont

java.awt.Font defaultFont

backgroundColor

java.awt.Color backgroundColor

debug

boolean debug

okButton

javax.swing.JButton okButton

applyButton

javax.swing.JButton applyButton

cancelButton

javax.swing.JButton cancelButton

AC

JAttribsControlsFactory AC

lineStyleButton

JStateButton lineStyleButton

lineWidthButton

JStateButton lineWidthButton

dashLengthField

javax.swing.JTextField dashLengthField

lineColorButton

JColorButton lineColorButton

arrowModeButton

JStateButton arrowModeButton

arrowStyleButton

JStateButton arrowStyleButton

f_arrowWidthField

javax.swing.JTextField f_arrowWidthField

f_arrowLengthField

javax.swing.JTextField f_arrowLengthField

f_arrowThicknessField

javax.swing.JTextField f_arrowThicknessField

b_arrowWidthField

javax.swing.JTextField b_arrowWidthField

b_arrowLengthField

javax.swing.JTextField b_arrowLengthField

b_arrowThicknessField

javax.swing.JTextField b_arrowThicknessField

fillColorButton

JColorButton fillColorButton

fillPatternButton

JFillPatternButton fillPatternButton

depthButton

JNumericStateButton depthButton

fontSelectButton

JFontButton fontSelectButton

fontSizeButton

JNumericStateButton fontSizeButton

textAlignButton

JStateButton textAlignButton

cornerRadiusButton

JNumericStateButton cornerRadiusButton

rotationAngleButton

JNumericStateButton rotationAngleButton

landscapePortraitChoice

javax.swing.JComboBox landscapePortraitChoice

centerFlushLeftChoice

javax.swing.JComboBox centerFlushLeftChoice

coordsTextArea

javax.swing.JTextArea coordsTextArea

coordsScroller

javax.swing.JScrollPane coordsScroller

lineStyleLabel

javax.swing.JLabel lineStyleLabel

lineWidthLabel

javax.swing.JLabel lineWidthLabel

lineColorLabel

javax.swing.JLabel lineColorLabel

arrowModeLabel

javax.swing.JLabel arrowModeLabel

arrowStyleLabel

javax.swing.JLabel arrowStyleLabel

arrowFLabel

javax.swing.JLabel arrowFLabel

arrowBLabel

javax.swing.JLabel arrowBLabel

fillColorLabel

javax.swing.JLabel fillColorLabel

fontStyleLabel

javax.swing.JLabel fontStyleLabel

textAlignLabel

javax.swing.JLabel textAlignLabel

cornerRadiusLabel

javax.swing.JLabel cornerRadiusLabel

depthLabel

javax.swing.JLabel depthLabel

landscapeLabel

javax.swing.JLabel landscapeLabel

rotationAngleLabel

javax.swing.JLabel rotationAngleLabel

Class jfig.gui.JEditCompoundDialog extends JEditBaseobjectDialog implements Serializable

Serialized Fields

compound

FigCompound compound

_textObjectVector

java.util.Vector _textObjectVector

_textFieldVector

java.util.Vector _textFieldVector

_textFieldPanel

javax.swing.JPanel _textFieldPanel

Class jfig.gui.JEditEllipseDialog extends JEditBaseobjectDialog implements Serializable

Serialized Fields

ellipse

FigEllipse ellipse

savedCenter

java.awt.Point savedCenter

savedRadius

java.awt.Point savedRadius

centerTF

javax.swing.JTextField centerTF

radiusTF

javax.swing.JTextField radiusTF

Class jfig.gui.JEditGlobalAttributesDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

editor

FigBasicEditor editor

savedAttribs

FigAttribs savedAttribs

currentAttribs

FigAttribs currentAttribs

savedCoords

java.lang.String savedCoords

okButton

javax.swing.JButton okButton

applyButton

javax.swing.JButton applyButton

cancelButton

javax.swing.JButton cancelButton

AC

JAttribsControlsFactory AC

lineStyleButton

JStateButton lineStyleButton

lineWidthButton

JStateButton lineWidthButton

dashLengthField

javax.swing.JTextField dashLengthField

lineColorButton

JColorButton lineColorButton

arrowModeButton

JStateButton arrowModeButton

arrowStyleButton

JStateButton arrowStyleButton

f_arrowWidthField

javax.swing.JTextField f_arrowWidthField

f_arrowLengthField

javax.swing.JTextField f_arrowLengthField

f_arrowThicknessField

javax.swing.JTextField f_arrowThicknessField

b_arrowWidthField

javax.swing.JTextField b_arrowWidthField

b_arrowLengthField

javax.swing.JTextField b_arrowLengthField

b_arrowThicknessField

javax.swing.JTextField b_arrowThicknessField

fillColorButton

JColorButton fillColorButton

fillPatternButton

JFillPatternButton fillPatternButton

depthButton

JNumericStateButton depthButton

fontSelectButton

JFontButton fontSelectButton

fontSizeButton

JNumericStateButton fontSizeButton

textAlignButton

JStateButton textAlignButton

landscapePortraitChoice

javax.swing.JComboBox landscapePortraitChoice

centerFlushLeftChoice

javax.swing.JComboBox centerFlushLeftChoice

coordsTextArea

javax.swing.JTextArea coordsTextArea

lineStyleLabel

javax.swing.JLabel lineStyleLabel

lineWidthLabel

javax.swing.JLabel lineWidthLabel

lineColorLabel

javax.swing.JLabel lineColorLabel

arrowModeLabel

javax.swing.JLabel arrowModeLabel

arrowStyleLabel

javax.swing.JLabel arrowStyleLabel

fillStyleLabel

javax.swing.JLabel fillStyleLabel

fillColorLabel

javax.swing.JLabel fillColorLabel

fillPatternLabel

javax.swing.JLabel fillPatternLabel

fontStyleLabel

javax.swing.JLabel fontStyleLabel

textAlignLabel

javax.swing.JLabel textAlignLabel

depthLabel

javax.swing.JLabel depthLabel

landscapeLabel

javax.swing.JLabel landscapeLabel

statusMessage

StatusMessage statusMessage

defaultFont

java.awt.Font defaultFont

backgroundColor

java.awt.Color backgroundColor

debug

boolean debug

Class jfig.gui.JEditImageDialog extends JEditBaseobjectDialog implements Serializable

Serialized Fields

imageObject

FigImage imageObject

imageFilenameTF

javax.swing.JTextField imageFilenameTF

aspectRatioCB

javax.swing.JComboBox aspectRatioCB

savedImageName

java.lang.String savedImageName

FIT_TO_WIDTH

java.lang.String FIT_TO_WIDTH
See Also:
Constant Field Values

FIT_TO_HEIGHT

java.lang.String FIT_TO_HEIGHT
See Also:
Constant Field Values

SELECTED_SIZE

java.lang.String SELECTED_SIZE
See Also:
Constant Field Values

Class jfig.gui.JEditorStatusPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

java.awt.event.ActionListener parent

leftPanel

javax.swing.JPanel leftPanel

messagePanel

javax.swing.JPanel messagePanel

filenameField

javax.swing.JTextField filenameField

zoomField

javax.swing.JTextField zoomField

messageField

JStatusCanvas messageField

Class jfig.gui.JEditPolylineDialog extends JEditBaseobjectDialog implements Serializable

Serialized Fields

polyline

FigPolyline polyline

Class jfig.gui.JEditRectangleDialog extends JEditBaseobjectDialog implements Serializable

Serialized Fields

rectangle

FigRectangle rectangle

Class jfig.gui.JEditTextDialog extends JEditBaseobjectDialog implements Serializable

Serialized Fields

textBasePointTF

javax.swing.JTextField textBasePointTF

textStringTF

javax.swing.JTextField textStringTF

fontFlagsButton

JStateButton fontFlagsButton

textObject

FigText textObject

savedText

java.lang.String savedText

Class jfig.gui.JEditTriggerDialog extends JEditBaseobjectDialog implements Serializable

Serialized Fields

trigger

FigTrigger trigger

rectangle

FigRectangle rectangle

Class jfig.gui.JEditVertexDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

slider

javax.swing.JSlider slider

okButton

javax.swing.JButton okButton

approxButton

javax.swing.JButton approxButton

interpButton

javax.swing.JButton interpButton

cornerButton

javax.swing.JButton cornerButton

canvas

FigCanvas canvas

xspline

FigXSpline xspline

index

int index

Class jfig.gui.JEditXSplineDialog extends JEditBaseobjectDialog implements Serializable

Serialized Fields

xspline

FigXSpline xspline

Class jfig.gui.JExportOptionsDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

FULL_COLORS

int FULL_COLORS
See Also:
Constant Field Values

IO_COLORS

int IO_COLORS
See Also:
Constant Field Values

BLACK_WHITE

int BLACK_WHITE
See Also:
Constant Field Values

FULL_COLORS_STRING

java.lang.String FULL_COLORS_STRING
See Also:
Constant Field Values

IO_COLORS_STRING

java.lang.String IO_COLORS_STRING
See Also:
Constant Field Values

BLACK_WHITE_STRING

java.lang.String BLACK_WHITE_STRING
See Also:
Constant Field Values

A4_WIDTH

int A4_WIDTH
See Also:
Constant Field Values

A4_HEIGHT

int A4_HEIGHT
See Also:
Constant Field Values

parent

java.awt.Frame parent

magnificationTF

javax.swing.JTextField magnificationTF

xoffsetTF

javax.swing.JTextField xoffsetTF

yoffsetTF

javax.swing.JTextField yoffsetTF

languageChoice

javax.swing.JComboBox languageChoice

orientationChoice

javax.swing.JComboBox orientationChoice

centerChoice

javax.swing.JComboBox centerChoice

colorChoice

javax.swing.JComboBox colorChoice

autosaveCB

javax.swing.JCheckBox autosaveCB

quoteNamesCB

javax.swing.JCheckBox quoteNamesCB

exportNowButton

javax.swing.JButton exportNowButton

cancelButton

javax.swing.JButton cancelButton

filenameButton

javax.swing.JButton filenameButton

fitToPageButton

javax.swing.JButton fitToPageButton

filenameTF

javax.swing.JTextField filenameTF

directoryTF

javax.swing.JTextField directoryTF

fig2devPathTF

javax.swing.JTextField fig2devPathTF

commandLineTF

javax.swing.JTextField commandLineTF

sizeLabel

javax.swing.JLabel sizeLabel

fileChooser

javax.swing.JFileChooser fileChooser

console

JConsole console

debug

boolean debug

autosave

boolean autosave

waitExec

boolean waitExec

showColorOptions

boolean showColorOptions

requestAntiAliasing

boolean requestAntiAliasing

data

java.lang.String[][] data

printCommand

java.lang.String printCommand

fig2devPath

java.lang.String fig2devPath

fig2devPS

java.lang.String fig2devPS

fig2devEPS

java.lang.String fig2devEPS

fig2devIBMGL

java.lang.String fig2devIBMGL

fig2devLATEX

java.lang.String fig2devLATEX

fig2devPSTEX

java.lang.String fig2devPSTEX

fig2devPICTEX

java.lang.String fig2devPICTEX

fig2devJPG

java.lang.String fig2devJPG

fig2devGIF

java.lang.String fig2devGIF

fig2devTIFF

java.lang.String fig2devTIFF

fig2devPNG

java.lang.String fig2devPNG

fig2devPPM

java.lang.String fig2devPPM

fig2devEPIC

java.lang.String fig2devEPIC

fig2devEEPIC

java.lang.String fig2devEEPIC

fig2devPSCentered

boolean fig2devPSCentered

fig2devPSOrientation

boolean fig2devPSOrientation

fig2devMagnification

double fig2devMagnification

editor

FigBasicEditor editor

bbox

FigBbox bbox

Class jfig.gui.JFigViewerBean extends javax.swing.JPanel implements Serializable

Serialized Fields

console

JConsole console

objectCanvas

FigCanvas objectCanvas

attribs

FigAttribs attribs

parser

FigParser parser

objectList

FigObjectList objectList

figURL

java.net.URL figURL

debug

boolean debug

antiAlias

boolean antiAlias

renderQuality

boolean renderQuality

showRulers

boolean showRulers

zoomFactor

double zoomFactor

gridMode

int gridMode

enableRulerDragging

boolean enableRulerDragging

iconpath

java.lang.String iconpath

Class jfig.gui.JFigViewerBean.PositionAndZoomPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

textFont

java.awt.Font textFont

fm

java.awt.FontMetrics fm

dimension

java.awt.Dimension dimension

XF

Format XF

ZF

Format ZF

x

int x

y

int y

xoffset

int xoffset

baseline

int baseline

font_height

int font_height

Class jfig.gui.JFillPatternButton extends JStateButton implements Serializable

Serialized Fields

sd

JFillPatternButton.SelectDialog sd

Class jfig.gui.JFontButton extends JStateButton implements Serializable

Serialized Fields

selectFontDialog

JFontButton.SelectFontDialog selectFontDialog

Class jfig.gui.JFontConfigurationDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

debug

boolean debug

fontIconImages

java.awt.Image[] fontIconImages

availableFonts

java.awt.Font[] availableFonts

scaledFonts

java.awt.Font[] scaledFonts

psFontNames

java.lang.String[] psFontNames

psFontMetrics

float[] psFontMetrics

qbf

java.lang.String qbf

fontNameLabels

javax.swing.JLabel[] fontNameLabels

fontComboBoxes

javax.swing.JComboBox[] fontComboBoxes

widthLabels

javax.swing.JLabel[] widthLabels

cancelButton

javax.swing.JButton cancelButton

applyButton

javax.swing.JButton applyButton

mainPanel

javax.swing.JPanel mainPanel

labelPanel

javax.swing.JPanel labelPanel

comboPanel

javax.swing.JPanel comboPanel

buttonPanel

javax.swing.JPanel buttonPanel

deltaPanel

javax.swing.JPanel deltaPanel

scroller

javax.swing.JScrollPane scroller

Class jfig.gui.JImageButton extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

java.awt.Component parent

passive

java.awt.Image passive

active

java.awt.Image active

width

int width

height

int height

state

boolean state

mouseIsDown

boolean mouseIsDown

mouseInside

boolean mouseInside

enabled

boolean enabled

label

java.lang.String label

helper

StatusMessage helper

helpMessage

java.lang.String helpMessage

actionListener

java.awt.event.ActionListener actionListener

Class jfig.gui.JModeButtonPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

commandButtonPanel

javax.swing.JPanel commandButtonPanel

zoomButtonPanel

javax.swing.JPanel zoomButtonPanel

circleButton

JImageButton circleButton

ovalButton

JImageButton ovalButton

rectButton

JImageButton rectButton

roundrectButton

JImageButton roundrectButton

polylineButton

JImageButton polylineButton

polygonButton

JImageButton polygonButton

splineButton

JImageButton splineButton

csplineButton

JImageButton csplineButton

bezierButton

JImageButton bezierButton

cbezierButton

JImageButton cbezierButton

arcButton

JImageButton arcButton

imageButton

JImageButton imageButton

textButton

JImageButton textButton

linkButton

JImageButton linkButton

libraryObjectButton

JImageButton libraryObjectButton

openCompoundButton

JImageButton openCompoundButton

createCompoundButton

JImageButton createCompoundButton

breakCompoundButton

JImageButton breakCompoundButton

scaleButton

JImageButton scaleButton

alignButton

JImageButton alignButton

movePointButton

JImageButton movePointButton

moveButton

JImageButton moveButton

addPointButton

JImageButton addPointButton

copyButton

JImageButton copyButton

cutPointButton

JImageButton cutPointButton

deleteButton

JImageButton deleteButton

convertButton

JImageButton convertButton

rotateCWButton

JImageButton rotateCWButton

rotateCCWButton

JImageButton rotateCCWButton

updateButton

JImageButton updateButton

editButton

JImageButton editButton

mirrorXButton

JImageButton mirrorXButton

mirrorYButton

JImageButton mirrorYButton

textSizeButton

JImageButton textSizeButton

zoomRegionButton

JImageButton zoomRegionButton

zoomIn2Button

JImageButton zoomIn2Button

zoomOut2Button

JImageButton zoomOut2Button

zoom11Button

JImageButton zoom11Button

panHomeButton

JImageButton panHomeButton

buttonImages

java.awt.Image buttonImages

crop

java.awt.Image[] crop

printer

ConsoleMessage printer

statusField

StatusMessage statusField

selectedButton

JImageButton selectedButton

Class jfig.gui.JNumericStateButton extends JStateButton implements Serializable

Serialized Fields

minValue

int minValue

maxValue

int maxValue

steps

int[] steps

labelFont

java.awt.Font labelFont

selectDialog

JNumericStateButton.SelectValueDialog selectDialog

Class jfig.gui.JPdfExportOptionsDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

centered

boolean centered

portrait

boolean portrait

magnification

double magnification

parent

java.awt.Frame parent

magnificationTF

javax.swing.JTextField magnificationTF

xoffsetTF

javax.swing.JTextField xoffsetTF

yoffsetTF

javax.swing.JTextField yoffsetTF

languageChoice

javax.swing.JComboBox languageChoice

orientationChoice

javax.swing.JComboBox orientationChoice

centerChoice

javax.swing.JComboBox centerChoice

colorChoice

javax.swing.JComboBox colorChoice

extraBorderCB

javax.swing.JCheckBox extraBorderCB

exportNowButton

javax.swing.JButton exportNowButton

cancelButton

javax.swing.JButton cancelButton

filenameButton

javax.swing.JButton filenameButton

updateNameButton

javax.swing.JButton updateNameButton

fitToPageButton

javax.swing.JButton fitToPageButton

filenameTF

javax.swing.JTextField filenameTF

sizeLabel

javax.swing.JLabel sizeLabel

fileChooser

javax.swing.JFileChooser fileChooser

console

JConsole console

editor

FigBasicEditor editor

bbox

FigBbox bbox

Class jfig.gui.JPropertiesViewer extends javax.swing.JFrame implements Serializable

Serialized Fields

properties

java.util.Properties properties

textArea

javax.swing.JTextArea textArea

okButton

javax.swing.JButton okButton

applyButton

javax.swing.JButton applyButton

reloadButton

javax.swing.JButton reloadButton

saveAsUserPropertiesButton

javax.swing.JButton saveAsUserPropertiesButton

saveAsWorkingDirPropertiesButton

javax.swing.JButton saveAsWorkingDirPropertiesButton

userPropertiesTF

javax.swing.JTextField userPropertiesTF

workingDirPropertiesTF

javax.swing.JTextField workingDirPropertiesTF

Class jfig.gui.JSelectFromLibraryDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

attribs

FigAttribs attribs

objectList

FigObjectList objectList

parser

FigParser parser

objectEnumerator

JSelectFromLibraryDialog.ObjectEnumerator objectEnumerator

cancelButton

javax.swing.JButton cancelButton

selectButton

javax.swing.JButton selectButton

reloadButton

javax.swing.JButton reloadButton

libraryBasePathTF

javax.swing.JTextField libraryBasePathTF

libraryTree

javax.swing.JTree libraryTree

libraryTreeScroller

javax.swing.JScrollPane libraryTreeScroller

topPanel

javax.swing.JPanel topPanel

treePanel

javax.swing.JPanel treePanel

previewPanel

javax.swing.JPanel previewPanel

buttonPanel

javax.swing.JPanel buttonPanel

previewCanvas

FigCanvas previewCanvas

selectionListener

java.awt.event.ActionListener selectionListener

libraryBasePath

java.lang.String libraryBasePath

selectedFigName

java.lang.String selectedFigName

debug

boolean debug

Class jfig.gui.JStateButton extends javax.swing.JPanel implements Serializable

Serialized Fields

label

java.lang.String label

images

java.awt.Image[] images

objs

java.lang.Object[] objs

parent

java.awt.Component parent

width

int width

height

int height

img_width

int img_width

img_height

int img_height

state

int state

updateMode

boolean updateMode

updateStatus

boolean updateStatus

mouseInside

boolean mouseInside

helper

StatusMessage helper

helpMessage

java.lang.String helpMessage

ttt

java.lang.String ttt

actionListener

java.awt.event.ActionListener actionListener

sd

JStateButton.SelectDialog sd

Class jfig.gui.JStatusCanvas extends javax.swing.JLabel implements Serializable

Serialized Fields

message

java.lang.String message

statusMessageStack

java.util.Stack statusMessageStack

Class jfig.gui.JStringDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

parent

javax.swing.JFrame parent

tf

javax.swing.JTextField tf

titleLabel

javax.swing.JLabel titleLabel

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

debug

boolean debug

Class jfig.gui.JTextViewer extends javax.swing.JFrame implements Serializable

Serialized Fields

ta

javax.swing.JTextArea ta

okButton

javax.swing.JButton okButton

Class jfig.gui.JTextViewerDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

ta

javax.swing.JTextArea ta

okButton

javax.swing.JButton okButton

t

int t

enabler

javax.swing.Timer enabler

countdown

javax.swing.Timer countdown

Class jfig.gui.JUpdateModeButton extends javax.swing.JComponent implements Serializable

Serialized Fields

parent

java.awt.Component parent

passive

java.awt.Image passive

active

java.awt.Image active

width

int width

height

int height

state

boolean state

mouseIsDown

boolean mouseIsDown

mouseInside

boolean mouseInside

label

java.lang.String label

helper

StatusMessage helper

helpMessage

java.lang.String helpMessage

actionListener

java.awt.event.ActionListener actionListener

Class jfig.gui.ModeButtonPanel extends java.awt.Panel implements Serializable

Serialized Fields

commandButtonPanel

InsetsPanel commandButtonPanel

zoomButtonPanel

InsetsPanel zoomButtonPanel

circleButton

ImageButton circleButton

ovalButton

ImageButton ovalButton

rectButton

ImageButton rectButton

roundrectButton

ImageButton roundrectButton

polylineButton

ImageButton polylineButton

polygonButton

ImageButton polygonButton

splineButton

ImageButton splineButton

csplineButton

ImageButton csplineButton

bezierButton

ImageButton bezierButton

cbezierButton

ImageButton cbezierButton

arcButton

ImageButton arcButton

imageButton

ImageButton imageButton

textButton

ImageButton textButton

linkButton

ImageButton linkButton

libraryObjectButton

ImageButton libraryObjectButton

openCompoundButton

ImageButton openCompoundButton

createCompoundButton

ImageButton createCompoundButton

breakCompoundButton

ImageButton breakCompoundButton

scaleButton

ImageButton scaleButton

alignButton

ImageButton alignButton

movePointButton

ImageButton movePointButton

moveButton

ImageButton moveButton

addPointButton

ImageButton addPointButton

copyButton

ImageButton copyButton

cutPointButton

ImageButton cutPointButton

deleteButton

ImageButton deleteButton

convertButton

ImageButton convertButton

rotateCWButton

ImageButton rotateCWButton

rotateCCWButton

ImageButton rotateCCWButton

updateButton

ImageButton updateButton

editButton

ImageButton editButton

mirrorXButton

ImageButton mirrorXButton

mirrorYButton

ImageButton mirrorYButton

textSizeButton

ImageButton textSizeButton

zoomRegionButton

ImageButton zoomRegionButton

zoomIn2Button

ImageButton zoomIn2Button

zoomOut2Button

ImageButton zoomOut2Button

zoom11Button

ImageButton zoom11Button

panHomeButton

ImageButton panHomeButton

buttonImages

java.awt.Image buttonImages

crop

java.awt.Image[] crop

printer

ConsoleMessage printer

statusField

StatusMessage statusField

selectedButton

ImageButton selectedButton

Class jfig.gui.NumericStateButton extends StateButton implements Serializable

Serialized Fields

minValue

int minValue

maxValue

int maxValue

steps

int[] steps

selectDialog

NumericStateButton.SelectValueDialog selectDialog

Class jfig.gui.PresentationBrowser extends java.awt.Dialog implements Serializable

Serialized Fields

chapterChoice

java.awt.Choice chapterChoice

slideChoice

java.awt.Choice slideChoice

prevButton

java.awt.Button prevButton

nextButton

java.awt.Button nextButton

closeButton

java.awt.Button closeButton

presentationViewer

PresentationViewer presentationViewer

presentationParser

PresentationParser presentationParser

Class jfig.gui.PresentationControlPanel extends InsetsPanel implements Serializable

Serialized Fields

parent

java.awt.event.ActionListener parent

helper

StatusMessage helper

buttonImages

java.awt.Image buttonImages

crop

java.awt.Image[] crop

firstPageButton

ImageButton firstPageButton

lastPageButton

ImageButton lastPageButton

prevChapterButton

ImageButton prevChapterButton

nextChapterButton

ImageButton nextChapterButton

zoomRegionButton

ImageButton zoomRegionButton

selectFileButton

ImageButton selectFileButton

selectUrlButton

ImageButton selectUrlButton

redrawButton

ImageButton redrawButton

helpButton

ImageButton helpButton

nextPageButton

ImageButton nextPageButton

prevPageButton

ImageButton prevPageButton

backPageButton

ImageButton backPageButton

displayLinkButton

ImageButton displayLinkButton

printButton

ImageButton printButton

Class jfig.gui.PresentationViewerApplet extends java.applet.Applet implements Serializable

Serialized Fields

presentationBase

java.lang.String presentationBase

presentationFile

java.lang.String presentationFile

jarModeString

java.lang.String jarModeString

requestFocusOnMouseEnterString

java.lang.String requestFocusOnMouseEnterString

initialWindowXYWH

java.lang.String initialWindowXYWH

initialZoomFactor

java.lang.String initialZoomFactor

iconName

java.lang.String iconName

helpName

java.lang.String helpName

presentationViewer

PresentationViewer presentationViewer

Class jfig.gui.PropertiesViewer extends java.awt.Frame implements Serializable

Serialized Fields

properties

java.util.Properties properties

textArea

java.awt.TextArea textArea

okButton

java.awt.Button okButton

applyButton

java.awt.Button applyButton

reloadButton

java.awt.Button reloadButton

saveAsUserPropertiesButton

java.awt.Button saveAsUserPropertiesButton

saveAsWorkingDirPropertiesButton

java.awt.Button saveAsWorkingDirPropertiesButton

userPropertiesTF

java.awt.TextField userPropertiesTF

workingDirPropertiesTF

java.awt.TextField workingDirPropertiesTF

Class jfig.gui.RotationTextField extends TextFieldWithHelpMessage implements Serializable

Serialized Fields

angleSteppingHandler

RotationTextField.AngleSteppingHandler angleSteppingHandler

Class jfig.gui.SelectFromLibraryDialog extends CloseableDialog implements Serializable

Serialized Fields

attribs

FigAttribs attribs

objectList

FigObjectList objectList

parser

FigParser parser

objectEnumerator

SelectFromLibraryDialog.ObjectEnumerator objectEnumerator

cancelButton

java.awt.Button cancelButton

selectButton

java.awt.Button selectButton

libraryChoice

java.awt.Choice libraryChoice

symbolList

java.awt.List symbolList

libraryBasePathTF

java.awt.TextField libraryBasePathTF

previewCanvas

FigBasicCanvas previewCanvas

editor

FigBasicEditor editor

selectionListener

java.awt.event.ActionListener selectionListener

libraryBasePath

java.lang.String libraryBasePath

selectedFigName

java.lang.String selectedFigName

debug

boolean debug

Class jfig.gui.SimpleFigApplet extends java.applet.Applet implements Serializable

Serialized Fields

redrawButton

java.awt.Button redrawButton

zoomInButton

java.awt.Button zoomInButton

zoomOutButton

java.awt.Button zoomOutButton

objectCanvas

PresentationViewerCanvas objectCanvas

popupMenu

java.awt.PopupMenu popupMenu

attribs

FigAttribs attribs

parser

FigParser parser

objectList

FigObjectList objectList

inputStream

java.io.InputStream inputStream

url

java.net.URL url

debug

boolean debug

enablePrinting

boolean enablePrinting

zoomRegionMode

boolean zoomRegionMode

zoomRegionFirstCorner

java.awt.Point zoomRegionFirstCorner

zoomRegionSecondCorner

java.awt.Point zoomRegionSecondCorner

helpFrame

java.awt.Frame helpFrame

helpTextArea

java.awt.TextArea helpTextArea

helpOKButton

java.awt.Button helpOKButton

popupConsoleMI

java.awt.CheckboxMenuItem popupConsoleMI

antiAliasMI

java.awt.CheckboxMenuItem antiAliasMI

renderQualityMI

java.awt.CheckboxMenuItem renderQualityMI

Class jfig.gui.SimpleTextViewer extends java.awt.Frame implements Serializable

Serialized Fields

ta

java.awt.TextArea ta

okButton

java.awt.Button okButton

consoleFont

java.awt.Font consoleFont

buttonFont

java.awt.Font buttonFont

Class jfig.gui.StateButton extends java.awt.Canvas implements Serializable

Serialized Fields

label

java.lang.String label

images

java.awt.Image[] images

parent

java.awt.Component parent

width

int width

height

int height

img_width

int img_width

img_height

int img_height

objs

java.lang.Object[] objs

state

int state

updateMode

boolean updateMode

updateStatus

boolean updateStatus

mouseInside

boolean mouseInside

backgroundColor

java.awt.Color backgroundColor

helper

StatusMessage helper

helpMessage

java.lang.String helpMessage

actionListener

java.awt.event.ActionListener actionListener

sd

StateButton.SelectDialog sd

Class jfig.gui.StatusCanvas extends java.awt.Canvas implements Serializable

Serialized Fields

msg

java.lang.String msg

font

java.awt.Font font

fm

java.awt.FontMetrics fm

w

int w

h

int h

y

int y

statusMessageStack

java.util.Stack statusMessageStack

Class jfig.gui.StringDialog extends java.awt.Dialog implements Serializable

Serialized Fields

parent

java.awt.Frame parent

tf

java.awt.TextField tf

dm

java.awt.Dimension dm

debug

boolean debug

okButton

java.awt.Button okButton

cancelButton

java.awt.Button cancelButton

Class jfig.gui.TextFieldWithHelpMessage extends java.awt.TextField implements Serializable

Serialized Fields

helper

StatusMessage helper

mouseEnterHandler

MouseEnterHandler mouseEnterHandler

helpMessage

java.lang.String helpMessage

Class jfig.gui.UpdateModeButton extends java.awt.Canvas implements Serializable

Serialized Fields

parent

java.awt.Component parent

passive

java.awt.Image passive

active

java.awt.Image active

backgroundColor

java.awt.Color backgroundColor

width

int width

height

int height

state

boolean state

mouseIsDown

boolean mouseIsDown

mouseInside

boolean mouseInside

label

java.lang.String label

helper

StatusMessage helper

helpMessage

java.lang.String helpMessage

actionListener

java.awt.event.ActionListener actionListener

Class jfig.gui.ValueDialog extends java.awt.Frame implements Serializable

Serialized Fields

parent

java.awt.event.ActionListener parent

SF

java.awt.Label SF

TF

java.awt.TextField TF

okButton

java.awt.Button okButton

ppButton

java.awt.Button ppButton

mmButton

java.awt.Button mmButton

m2Button

java.awt.Button m2Button

m05Button

java.awt.Button m05Button

name

java.lang.String name

prompt

java.lang.String prompt

value

int value

vdefault

int vdefault

vmax

int vmax

vmin

int vmin

debug

boolean debug

dm

java.awt.Dimension dm

Class jfig.gui.ViewerApplet extends java.applet.Applet implements Serializable

Serialized Fields

viewer

Viewer viewer

image

java.awt.Image image

Class jfig.gui.ViewerButtonPanel extends InsetsPanel implements Serializable

Serialized Fields

parent

java.awt.event.ActionListener parent

helper

StatusMessage helper

buttonImages

java.awt.Image buttonImages

crop

java.awt.Image[] crop

zoomInButton

ImageButton zoomInButton

zoomOutButton

ImageButton zoomOutButton

zoom11Button

ImageButton zoom11Button

panHomeButton

ImageButton panHomeButton

zoomRegionButton

ImageButton zoomRegionButton

selectFileButton

ImageButton selectFileButton

selectUrlButton

ImageButton selectUrlButton

redrawButton

ImageButton redrawButton

helpButton

ImageButton helpButton

nextPageButton

ImageButton nextPageButton

prevPageButton

ImageButton prevPageButton

backPageButton

ImageButton backPageButton

displayLinkButton

ImageButton displayLinkButton

printButton

ImageButton printButton

Class jfig.gui.ViewerStatusPanel extends InsetsPanel implements Serializable

Serialized Fields

parent

java.awt.event.ActionListener parent

filenamePanel

InsetsPanel filenamePanel

zoomPanel

InsetsPanel zoomPanel

messagePanel

InsetsPanel messagePanel

filenameField

StatusCanvas filenameField

zoomField

StatusCanvas zoomField

messageField

StatusCanvas messageField


Package jfig.utils

Class jfig.utils.AppletPrintTest extends java.applet.Applet implements Serializable

Serialized Fields

dummyFrame

java.awt.Frame dummyFrame

Class jfig.utils.CreateFontTest extends javax.swing.JPanel implements Serializable

Serialized Fields

font

java.awt.Font font

Class jfig.utils.FileTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Class jfig.utils.FontDecodeTest extends java.awt.Frame implements Serializable

Serialized Fields

fontNames

java.lang.String[] fontNames

Class jfig.utils.FontTest extends java.awt.Frame implements Serializable

Serialized Fields

fontlist

java.awt.Font[] fontlist

Class jfig.utils.ImageIOTest extends javax.swing.JFrame implements Serializable

Serialized Fields

image

java.awt.Image image

Class jfig.utils.MHG.Figure extends javax.swing.JFrame implements Serializable

Serialized Fields

bean

JFigViewerBean bean

menubar

javax.swing.JMenuBar menubar

chooser

javax.swing.JFileChooser chooser

_callbackTable

java.util.Hashtable _callbackTable

properties

java.util.Properties properties

_menuTable

java.lang.String[][] _menuTable

Class jfig.utils.SwingPaintTest extends javax.swing.JPanel implements Serializable

Serialized Fields

n_paints

int n_paints

mouse_x

int mouse_x

mouse_y

int mouse_y

enable_background

boolean enable_background

enable_rubber

boolean enable_rubber

useRepaintManager

boolean useRepaintManager

rubber_x

int rubber_x

rubber_y

int rubber_y

buffer

java.awt.Image buffer

Class jfig.utils.Test2D extends java.awt.Canvas implements Serializable

Class jfig.utils.TestArc2D extends java.awt.Canvas implements Serializable