Serialized Form


Package org.diyefi.openlogviewer

Class org.diyefi.openlogviewer.OpenLogViewer extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

mainPanel

JPanel mainPanel

graphingPanel

EntireGraphingPanel graphingPanel

playBar

PlayBarPanel playBar

optionFrame

OptionFrameV2 optionFrame

prefFrame

PropertiesPane prefFrame

properties

List<E> properties

decoderInUse

AbstractDecoder decoderInUse

menuBar

JMenuBar menuBar

fullscreen

boolean fullscreen

Class org.diyefi.openlogviewer.PlayBarPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

zoomInButton

JButton zoomInButton

zoomResetButton

JButton zoomResetButton

zoomOutButton

JButton zoomOutButton

playButton

JButton playButton

slowDownButton

JButton slowDownButton

stopButton

JButton stopButton

ejectButton

JButton ejectButton

fastForwardButton

JButton fastForwardButton

pauseButton

JButton pauseButton

Package org.diyefi.openlogviewer.genericlog

Class org.diyefi.openlogviewer.genericlog.GenericDataElement extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

values

double[] values
The meat of this object! Previously in a slow fat ArrayList.


minValue

double minValue

maxValue

double maxValue

realMinAndMaxFound

boolean realMinAndMaxFound

displayMinValue

double displayMinValue

displayMaxValue

double displayMaxValue

displayColor

Color displayColor

displayMinAndMaxSet

boolean displayMinAndMaxSet

name

String name
GDE Header name


splitNumber

int splitNumber
Division on the Graphing layer


PCS

PropertyChangeSupport PCS

dataFlavor

DataFlavor[] dataFlavor

Class org.diyefi.openlogviewer.genericlog.GenericLog extends LinkedHashMap<String,GenericDataElement> implements Serializable

serialVersionUID: 1L

Serialized Fields

recordCountElement

GenericDataElement recordCountElement

metaData

String metaData

PCS

PropertyChangeSupport PCS

logStatus

GenericLog.LogState logStatus

logStatusMessage

String logStatusMessage

currentCapacity

int currentCapacity

currentPosition

int currentPosition

ourLoadFactor

int ourLoadFactor

numberOfInternalHeaders

int numberOfInternalHeaders

autoLoad

PropertyChangeListener autoLoad

Package org.diyefi.openlogviewer.graphing

Class org.diyefi.openlogviewer.graphing.EntireGraphingPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

multiGraph

MultiGraphLayeredPane multiGraph

graphPositionPanel

GraphPositionPanel graphPositionPanel

graphPosition

double graphPosition

graphSize

int graphSize

playing

boolean playing

wasPlaying

boolean wasPlaying

playTimer

Timer playTimer

flingTimer

Timer flingTimer

dragging

boolean dragging

flinging

boolean flinging

thePastMouseDragged

long thePastMouseDragged

thePastLeftArrow

long thePastLeftArrow

thePastRightArrow

long thePastRightArrow

scrollAcceleration

int scrollAcceleration

prevDragXCoord

int prevDragXCoord

flingInertia

int flingInertia

zoom

int zoom

zoomedOutBeyondOneToOne

boolean zoomedOutBeyondOneToOne

oldComponentWidth

int oldComponentWidth

Class org.diyefi.openlogviewer.graphing.GraphPositionPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

genLog

GenericLog genLog

majorGraduationColor

Color majorGraduationColor

positionDataColor

Color positionDataColor

backgroundColor

Color backgroundColor

validSnappingPositions

boolean[] validSnappingPositions

graduationSpacingMultiplier

double[] graduationSpacingMultiplier

majorGraduationSpacing

double majorGraduationSpacing

Class org.diyefi.openlogviewer.graphing.InfoPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

FPScounter

int FPScounter

FPS

int FPS

currentTime

long currentTime

builtTime

long builtTime

genLog

GenericLog genLog

vertBar

Color vertBar

textBackground

Color textBackground

xMouseCoord

int xMouseCoord

yMouseCoord

int yMouseCoord

mouseOver

boolean mouseOver

Class org.diyefi.openlogviewer.graphing.MultiGraphLayeredPane extends JLayeredPane implements Serializable

serialVersionUID: 1L

Serialized Fields

genLog

GenericLog genLog

infoPanel

InfoPanel infoPanel

totalSplits

int totalSplits

Class org.diyefi.openlogviewer.graphing.SingleGraphPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

GDE

GenericDataElement GDE

dataPointsToDisplay

double[] dataPointsToDisplay

dataPointRangeInfo

double[][] dataPointRangeInfo

availableDataRecords

int availableDataRecords

graphBeginningIndex

int graphBeginningIndex

graphEndingIndex

int graphEndingIndex

Package org.diyefi.openlogviewer.optionpanel

Class org.diyefi.openlogviewer.optionpanel.OptionFrameV2 extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

thisRef

JFrame thisRef

inactiveHeaders

JPanel inactiveHeaders

infoPanel

org.diyefi.openlogviewer.optionpanel.OptionFrameV2.ModifyGraphPane infoPanel

addDivisionButton

JButton addDivisionButton

layeredPane

JLayeredPane layeredPane

activePanelList

List<E> activePanelList

addDivisionListener

ActionListener addDivisionListener

remDivisionListener

ActionListener remDivisionListener

addRemoveListener

ContainerListener addRemoveListener

labelAdapter

MouseMotionAdapter labelAdapter

Package org.diyefi.openlogviewer.propertypanel

Class org.diyefi.openlogviewer.propertypanel.PropertiesPane extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

OLVProperties

File OLVProperties

properties

List<E> properties

removeProperties

List<E> removeProperties

propertyPanel

JPanel propertyPanel

propertyView

JPanel propertyView



Copyright © 2011 DIYEFI.org. All Rights Reserved.