Serialized Form


Package org.diyefi.openlogviewer

Class org.diyefi.openlogviewer.GraphMenu extends JMenu implements Serializable

Serialized Fields

optionPaneItem

JMenuItem optionPaneItem

graphMenuSplit

JMenuItem graphMenuSplit

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

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

serialVersionUID: 7987394054547975563L

Serialized Fields

fileMenu

JMenu fileMenu

editMenu

JMenu editMenu

mainMenuBar

JMenuBar mainMenuBar

openFileMenuItem

JMenuItem openFileMenuItem

quitFileMenuItem

JMenuItem quitFileMenuItem

propertiesOptionMenuItem

JMenuItem propertiesOptionMenuItem

mainPanel

JPanel mainPanel

graphingPanel

EntireGraphingPanel graphingPanel

playBar

PlayBarPanel playBar

graphMenu

GraphMenu graphMenu

optionFrame

OptionFrameV2 optionFrame

prefFrame

PropertiesPane prefFrame

properties

ArrayList<E> properties

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

serialVersionUID: 1294732662423188903L

Serialized Fields

zoomInButton

JButton zoomInButton

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 ArrayList<Double> implements Serializable

Serialized Fields

maxValue

Double maxValue
default max value determined while loading up data


newMaxValue

Double newMaxValue
newMaxValue is the value returned at any time getMaxValue() is called. it can be modified to change the graphing display


minValue

Double minValue
default min value determined while loading up data


newMinValue

Double newMinValue
newMinValue is the value returned at any time getMinValue() is called. it can be modified to change the graphing display


color

Color color
default color created when building the GDE


newColor

Color newColor
Color that can be modified


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 HashMap<String,GenericDataElement> implements Serializable

Serialized Fields

lineKey

String lineKey

firstKey

String firstKey

lineCount

int lineCount

lineCountElement

GenericDataElement lineCountElement

metaData

String metaData

PCS

PropertyChangeSupport PCS

logStatus

int logStatus

autoLoad

PropertyChangeListener autoLoad

Package org.diyefi.openlogviewer.graphing

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

serialVersionUID: 6880240079754110792L

Serialized Fields

multiGraph

MultiGraphLayeredPane multiGraph

graphPositionPanel

GraphPositionPanel graphPositionPanel

graphPosition

double graphPosition

graphPositionMax

int graphPositionMax

playing

boolean playing

wasPlaying

boolean wasPlaying

playTimer

Timer playTimer

flingTimer

Timer flingTimer

dragging

boolean dragging

flinging

boolean flinging

thePast

long thePast

prevDragXCoord

int prevDragXCoord

flingInertia

int flingInertia

zoom

int zoom

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

serialVersionUID: -7808475370693818838L

Serialized Fields

genLog

GenericLog genLog

majorGraduationColor

Color majorGraduationColor

positionDataColor

Color positionDataColor

backgroundColor

Color backgroundColor

majorGraduationSpacing

int majorGraduationSpacing

validSnappingPositions

boolean[] validSnappingPositions

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

serialVersionUID: -6657156551430700622L

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: 1213851792900715691L

Serialized Fields

genLog

GenericLog genLog

infoPanel

InfoPanel infoPanel

totalSplits

int totalSplits

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

serialVersionUID: -7808406950399781712L

Serialized Fields

GDE

GenericDataElement GDE

leftDataPointsToDisplay

LinkedList<E> leftDataPointsToDisplay

rightDataPointsToDisplay

LinkedList<E> rightDataPointsToDisplay

Package org.diyefi.openlogviewer.optionpanel

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

Serialized Fields

thisRef

JFrame thisRef

inactiveHeaders

JPanel inactiveHeaders

infoPanel

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

addDivisionButton

JButton addDivisionButton

layeredPane

JLayeredPane layeredPane

activePanelList

ArrayList<E> activePanelList

addDivisionListener

ActionListener addDivisionListener

remDivisionListener

ActionListener remDivisionListener

addRemoveListener

ContainerListener addRemoveListener

labelAdapter

MouseMotionAdapter labelAdapter

Class org.diyefi.openlogviewer.optionpanel.SortComboBoxModel extends DefaultComboBoxModel implements Serializable


Package org.diyefi.openlogviewer.propertypanel

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

Serialized Fields

OLVProperties

File OLVProperties

properties

ArrayList<E> properties

removeProperties

ArrayList<E> removeProperties

propertyPanel

JPanel propertyPanel

propertyView

JPanel propertyView



Copyright © 2011 DIYEFI.org. All Rights Reserved.