A B C D E F G H I K L M O P R S T U V W Z

A

accept(File) - Method in class org.diyefi.openlogviewer.filefilters.CSVTypeFileFilter
 
accept(File) - Method in class org.diyefi.openlogviewer.filefilters.FreeEMSFileFilter
 
accept(File) - Method in class org.diyefi.openlogviewer.filefilters.FreeEMSLAFileFilter
 
actionPerformed(ActionEvent) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
add(Double) - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
override add( t) of ArrayList to find min and max values before adding to the List
addElement(Object) - Method in class org.diyefi.openlogviewer.optionpanel.SortComboBoxModel
 
addGraph(String) - Method in class org.diyefi.openlogviewer.graphing.MultiGraphLayeredPane
 
addProperty(SingleProperty) - Method in class org.diyefi.openlogviewer.propertypanel.PropertiesPane
 
addPropertyAndSave(SingleProperty) - Method in class org.diyefi.openlogviewer.propertypanel.PropertiesPane
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.diyefi.openlogviewer.genericlog.GenericLog
Add a property change listener to the generic log, REQUIRED!! GenericLog.LOG_STATUS is the name of the status property
addValue(String, double) - Method in class org.diyefi.openlogviewer.genericlog.GenericLog
Add a piece of data to the ArrayList associated with the key
ancestorMoved(HierarchyEvent) - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
 
ancestorResized(HierarchyEvent) - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
 

B

BaseDecoder - Class in org.diyefi.openlogviewer.decoder
Typical constructor for this class would look like this
public CSVTypeLog(File f) {
this.setLogFile(f);
this.setDecodedLog(new GenericLog());
this.setT(new Thread(this, "CSV Type Log Loading"));
this.getT().setPriority(Thread.MAX_PRIORITY);
this.getT().start();
}
BaseDecoder() - Constructor for class org.diyefi.openlogviewer.decoder.BaseDecoder
 

C

compareTo(Object) - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
compareTo(Object) - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
CSVTypeFileFilter - Class in org.diyefi.openlogviewer.filefilters
 
CSVTypeFileFilter() - Constructor for class org.diyefi.openlogviewer.filefilters.CSVTypeFileFilter
 
CSVTypeLog - Class in org.diyefi.openlogviewer.decoder
 
CSVTypeLog(String) - Constructor for class org.diyefi.openlogviewer.decoder.CSVTypeLog
Provide a string path to the log you want to parse
CSVTypeLog(File) - Constructor for class org.diyefi.openlogviewer.decoder.CSVTypeLog
This constructor is called when a string path is provided

D

decodeLog() - Method in class org.diyefi.openlogviewer.decoder.CSVTypeLog
Decodes a CSV type of text file, the first ten lines are parsed individually to detect the delimiter type accepted types of delimiters are TAB, comma, ; , : and \ this decoder does not yet support markers, it will skip them

E

eject() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
EntireGraphingPanel - Class in org.diyefi.openlogviewer.graphing
 
EntireGraphingPanel() - Constructor for class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
equals(MarkedColor) - Method in class org.diyefi.openlogviewer.coloring.MarkedColor
 
equals(Color) - Method in class org.diyefi.openlogviewer.coloring.MarkedColor
 
equals(String) - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 

F

fastForward() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
increases speed of the graph by 1 ms until 0, at which speed cannot be advanced any further and will essentially update as fast as possible
fling() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
FreeEMSBin - Class in org.diyefi.openlogviewer.decoder
This function takes a binary log file, plucks FreeEMS packets out of it, filters for standard packets and parses them into fields with appropriate scaling.
FreeEMSBin(String) - Constructor for class org.diyefi.openlogviewer.decoder.FreeEMSBin
FreeEmsBin Constructor: String path to your binary log
FreeEMSBin(File) - Constructor for class org.diyefi.openlogviewer.decoder.FreeEMSBin
FreeEmsBin Constructor: File object of your Binary log
FreeEMSByteLA - Class in org.diyefi.openlogviewer.decoder
 
FreeEMSByteLA(String) - Constructor for class org.diyefi.openlogviewer.decoder.FreeEMSByteLA
FreeEmsBin Constructor: String path to your binary log
FreeEMSByteLA(File) - Constructor for class org.diyefi.openlogviewer.decoder.FreeEMSByteLA
FreeEmsBin Constructor: File object of your Binary log
FreeEMSFileFilter - Class in org.diyefi.openlogviewer.filefilters
 
FreeEMSFileFilter() - Constructor for class org.diyefi.openlogviewer.filefilters.FreeEMSFileFilter
 
FreeEMSLAFileFilter - Class in org.diyefi.openlogviewer.filefilters
 
FreeEMSLAFileFilter() - Constructor for class org.diyefi.openlogviewer.filefilters.FreeEMSLAFileFilter
 
FreeEmsPacket - Class in org.diyefi.openlogviewer.decoder
Data storage for a generic FreeEMS packet.
FreeEmsPacket(short[]) - Constructor for class org.diyefi.openlogviewer.decoder.FreeEmsPacket
 

G

GenericDataElement - Class in org.diyefi.openlogviewer.genericlog
GenericDataElement is Comparable Serializable and Transferable and supports property change events it was built this way in order to be copy/pasteable later in the future when constructed this is the meat and potatoes of the program, the graphs and data displayed are pulled from these objects.
GenericDataElement() - Constructor for class org.diyefi.openlogviewer.genericlog.GenericDataElement
Constructor brings the GDE up to speed, defaulting with an available 50,000 datapoints in order to reduce the number of times the Array list has to copy its contents in order to increase size.
GenericLog - Class in org.diyefi.openlogviewer.genericlog
 
GenericLog() - Constructor for class org.diyefi.openlogviewer.genericlog.GenericLog
 
GenericLog(String[]) - Constructor for class org.diyefi.openlogviewer.genericlog.GenericLog
provide a String array of headers
each header will be used as a HashMap key, the data related to each header will be added to an ArrayList.
getAddTo() - Method in class org.diyefi.openlogviewer.decoder.LogField
 
getBestAvailableColor() - Method in enum org.diyefi.openlogviewer.coloring.InitialLineColoring
 
getBestSnappingPosition(int) - Method in class org.diyefi.openlogviewer.graphing.GraphPositionPanel
 
getBitFieldNames() - Method in class org.diyefi.openlogviewer.decoder.LogField
 
getChecksum() - Method in class org.diyefi.openlogviewer.decoder.FreeEmsPacket
 
getColor() - Method in class org.diyefi.openlogviewer.coloring.MarkedColor
 
getColor() - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
getter
getColor() - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
 
getColor() - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
getData() - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
 
getDecodedLog() - Method in class org.diyefi.openlogviewer.decoder.BaseDecoder
used for getting the decided log for injection to the main pieces of the program that will use it
getDescription() - Method in class org.diyefi.openlogviewer.decoder.LogField
 
getDescription() - Method in class org.diyefi.openlogviewer.filefilters.CSVTypeFileFilter
 
getDescription() - Method in class org.diyefi.openlogviewer.filefilters.FreeEMSFileFilter
 
getDescription() - Method in class org.diyefi.openlogviewer.filefilters.FreeEMSLAFileFilter
 
getDivBy() - Method in class org.diyefi.openlogviewer.decoder.LogField
 
getEntireGraphingPanel() - Method in class org.diyefi.openlogviewer.OpenLogViewerApp
 
getErrorId() - Method in class org.diyefi.openlogviewer.decoder.FreeEmsPacket
 
getExtension(File) - Static method in class org.diyefi.openlogviewer.utils.Utilities
 
getGraphMenu() - Method in class org.diyefi.openlogviewer.OpenLogViewerApp
 
getGraphPosition() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
getGraphPositionMax() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
getGraphPositionPanel() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
getGraphPositionPanel() - Method in class org.diyefi.openlogviewer.OpenLogViewerApp
 
getHeader() - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
getHue() - Method in class org.diyefi.openlogviewer.coloring.MarkedColor
 
getID() - Method in class org.diyefi.openlogviewer.decoder.LogField
 
getInfoPanel() - Method in class org.diyefi.openlogviewer.graphing.MultiGraphLayeredPane
 
getInstance() - Static method in class org.diyefi.openlogviewer.OpenLogViewerApp
Returns the reference to this instance, it is meant to be a method to make getting the main frame simpler
getLength() - Method in class org.diyefi.openlogviewer.decoder.FreeEmsPacket
 
getLogFile() - Method in class org.diyefi.openlogviewer.decoder.BaseDecoder
get the log File
getLogStatus() - Method in class org.diyefi.openlogviewer.genericlog.GenericLog
 
getMax() - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
getMaxValue() - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
getter
getMetadata() - Method in class org.diyefi.openlogviewer.genericlog.GenericLog
 
getMin() - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
getMinValue() - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
getter
getMouseInfo(int) - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
used for InfoLayer to get the data from the GraphLayers for data under the mouse needs to be rewritten.
getMultiGraphLayeredPane() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
getMultiGraphLayeredPane() - Method in class org.diyefi.openlogviewer.OpenLogViewerApp
 
getName() - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
getter
getOptionFrame() - Method in class org.diyefi.openlogviewer.OpenLogViewerApp
 
getPayload() - Method in class org.diyefi.openlogviewer.decoder.FreeEmsPacket
 
getPayloadId() - Method in class org.diyefi.openlogviewer.decoder.FreeEmsPacket
 
getPayloadLength() - Method in class org.diyefi.openlogviewer.decoder.FreeEmsPacket
 
getProperties() - Method in class org.diyefi.openlogviewer.OpenLogViewerApp
 
getPropertyPane() - Method in class org.diyefi.openlogviewer.OpenLogViewerApp
 
getSequence() - Method in class org.diyefi.openlogviewer.decoder.FreeEmsPacket
 
getSplit() - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
getSplitNumber() - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
getter
getT() - Method in class org.diyefi.openlogviewer.decoder.BaseDecoder
get the thread, use this if you would like to give the thread a name such as "TYPEOFLOG Thread"
can also be used to set the thread priority after initialization of all variables required by the extended class you MUST call:
this.getT().start();
getTotalSplits() - Method in class org.diyefi.openlogviewer.graphing.MultiGraphLayeredPane
 
getTransferData(DataFlavor) - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
getTransferDataFlavors() - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
getType() - Method in class org.diyefi.openlogviewer.decoder.LogField
 
getUnit() - Method in class org.diyefi.openlogviewer.decoder.LogField
 
getZoom() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
giveBackColor(Color) - Method in enum org.diyefi.openlogviewer.coloring.InitialLineColoring
 
GraphMenu - Class in org.diyefi.openlogviewer
 
GraphMenu() - Constructor for class org.diyefi.openlogviewer.GraphMenu
 
GraphPositionPanel - Class in org.diyefi.openlogviewer.graphing
 
GraphPositionPanel() - Constructor for class org.diyefi.openlogviewer.graphing.GraphPositionPanel
 
graphSize() - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
Graph total size
GraphWindow - Class in org.diyefi.openlogviewer
 
GraphWindow() - Constructor for class org.diyefi.openlogviewer.GraphWindow
 

H

hasLength() - Method in class org.diyefi.openlogviewer.decoder.FreeEmsPacket
 
hasSequence() - Method in class org.diyefi.openlogviewer.decoder.FreeEmsPacket
 

I

InfoPanel - Class in org.diyefi.openlogviewer.graphing
 
InfoPanel() - Constructor for class org.diyefi.openlogviewer.graphing.InfoPanel
 
initGraph() - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
initialize the graph when the width of the graph parent changes or any time a major update happens such as changing current
InitialLineColoring - Enum in org.diyefi.openlogviewer.coloring
InitialLineColoring is used to provide the coloring for the GenericDataElements.
insertElementAt(Object, int) - Method in class org.diyefi.openlogviewer.optionpanel.SortComboBoxModel
 
isActive() - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
isAvailable() - Method in class org.diyefi.openlogviewer.coloring.MarkedColor
 
isDataFlavorSupported(DataFlavor) - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
isNack() - Method in class org.diyefi.openlogviewer.decoder.FreeEmsPacket
 
isPlaying() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 

K

keyPressed(KeyEvent) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
keyReleased(KeyEvent) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
keyTyped(KeyEvent) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 

L

LOG_LOADED - Static variable in class org.diyefi.openlogviewer.genericlog.GenericLog
 
LOG_LOADING - Static variable in class org.diyefi.openlogviewer.genericlog.GenericLog
 
LOG_NOT_LOADED - Static variable in class org.diyefi.openlogviewer.genericlog.GenericLog
 
LogField - Class in org.diyefi.openlogviewer.decoder
 
LogField(String) - Constructor for class org.diyefi.openlogviewer.decoder.LogField
 
LogField(String, LogField.types) - Constructor for class org.diyefi.openlogviewer.decoder.LogField
 
LogField(String, LogField.types, double) - Constructor for class org.diyefi.openlogviewer.decoder.LogField
 
LogField(String, double) - Constructor for class org.diyefi.openlogviewer.decoder.LogField
 
LogField(String, double, double) - Constructor for class org.diyefi.openlogviewer.decoder.LogField
 
LogField(String, LogField.types, double, double) - Constructor for class org.diyefi.openlogviewer.decoder.LogField
 
LogField(String, LogField.types, String[]) - Constructor for class org.diyefi.openlogviewer.decoder.LogField
 
LogField.types - Enum in org.diyefi.openlogviewer.decoder
 

M

main(String[]) - Static method in class org.diyefi.openlogviewer.OpenLogViewerApp
 
mainAppRef - Static variable in class org.diyefi.openlogviewer.OpenLogViewerApp
 
MarkedColor - Class in org.diyefi.openlogviewer.coloring
MarkedColor is a couplet used to allow the marking of colors as "unavailable" or "available".
MarkedColor() - Constructor for class org.diyefi.openlogviewer.coloring.MarkedColor
 
MarkedColor(Color) - Constructor for class org.diyefi.openlogviewer.coloring.MarkedColor
 
MarkedColor(boolean) - Constructor for class org.diyefi.openlogviewer.coloring.MarkedColor
 
MarkedColor(Color, boolean) - Constructor for class org.diyefi.openlogviewer.coloring.MarkedColor
 
MarkedColor(Color, boolean, double) - Constructor for class org.diyefi.openlogviewer.coloring.MarkedColor
 
mouseClicked(MouseEvent) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
mouseClicked(MouseEvent) - Method in class org.diyefi.openlogviewer.graphing.InfoPanel
 
mouseDragged(MouseEvent) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
mouseDragged(MouseEvent) - Method in class org.diyefi.openlogviewer.graphing.InfoPanel
 
mouseEntered(MouseEvent) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
mouseEntered(MouseEvent) - Method in class org.diyefi.openlogviewer.graphing.InfoPanel
 
mouseExited(MouseEvent) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
mouseExited(MouseEvent) - Method in class org.diyefi.openlogviewer.graphing.InfoPanel
 
mouseMoved(MouseEvent) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
mouseMoved(MouseEvent) - Method in class org.diyefi.openlogviewer.graphing.InfoPanel
 
mousePressed(MouseEvent) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
mousePressed(MouseEvent) - Method in class org.diyefi.openlogviewer.graphing.InfoPanel
 
mouseReleased(MouseEvent) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
mouseReleased(MouseEvent) - Method in class org.diyefi.openlogviewer.graphing.InfoPanel
 
mouseWheelMoved(MouseWheelEvent) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
MultiGraphLayeredPane - Class in org.diyefi.openlogviewer.graphing
 
MultiGraphLayeredPane() - Constructor for class org.diyefi.openlogviewer.graphing.MultiGraphLayeredPane
 

O

openFile() - Method in class org.diyefi.openlogviewer.OpenLogViewerApp
 
OpenLogViewerApp - Class in org.diyefi.openlogviewer
 
OpenLogViewerApp() - Constructor for class org.diyefi.openlogviewer.OpenLogViewerApp
Creates new form OpenLogViewerApp
OptionFrameV2 - Class in org.diyefi.openlogviewer.optionpanel
 
OptionFrameV2() - Constructor for class org.diyefi.openlogviewer.optionpanel.OptionFrameV2
 
org.diyefi.openlogviewer - package org.diyefi.openlogviewer
 
org.diyefi.openlogviewer.coloring - package org.diyefi.openlogviewer.coloring
 
org.diyefi.openlogviewer.decoder - package org.diyefi.openlogviewer.decoder
 
org.diyefi.openlogviewer.filefilters - package org.diyefi.openlogviewer.filefilters
 
org.diyefi.openlogviewer.genericlog - package org.diyefi.openlogviewer.genericlog
 
org.diyefi.openlogviewer.graphing - package org.diyefi.openlogviewer.graphing
 
org.diyefi.openlogviewer.optionpanel - package org.diyefi.openlogviewer.optionpanel
 
org.diyefi.openlogviewer.propertypanel - package org.diyefi.openlogviewer.propertypanel
 
org.diyefi.openlogviewer.utils - package org.diyefi.openlogviewer.utils
 

P

paint(Graphics) - Method in class org.diyefi.openlogviewer.graphing.GraphPositionPanel
 
paint(Graphics) - Method in class org.diyefi.openlogviewer.graphing.InfoPanel
 
paint(Graphics) - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
 
pause() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
PCS - Variable in class org.diyefi.openlogviewer.genericlog.GenericLog
 
play() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
PlayBarPanel - Class in org.diyefi.openlogviewer
 
PlayBarPanel() - Constructor for class org.diyefi.openlogviewer.PlayBarPanel
Default JPanel constructor initializing the playbar buttons
PropertiesPane - Class in org.diyefi.openlogviewer.propertypanel
 
PropertiesPane(String) - Constructor for class org.diyefi.openlogviewer.propertypanel.PropertiesPane
 
propertyChange(PropertyChangeEvent) - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
 

R

removeGraph(String) - Method in class org.diyefi.openlogviewer.graphing.MultiGraphLayeredPane
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.diyefi.openlogviewer.genericlog.GenericLog
Remove a PropertyChangeListener
reserved3() - Method in class org.diyefi.openlogviewer.decoder.FreeEmsPacket
 
reserved4() - Method in class org.diyefi.openlogviewer.decoder.FreeEmsPacket
 
reserved5() - Method in class org.diyefi.openlogviewer.decoder.FreeEmsPacket
 
reserved6() - Method in class org.diyefi.openlogviewer.decoder.FreeEmsPacket
 
reserved7() - Method in class org.diyefi.openlogviewer.decoder.FreeEmsPacket
 
reset() - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
this will set the min and max to the default min/max values
resetProperties() - Method in class org.diyefi.openlogviewer.propertypanel.PropertiesPane
 
run() - Method in class org.diyefi.openlogviewer.decoder.BaseDecoder
Overriden Run from the Runnable Interface to do the work for us in a threaded fashion.
run() - Method in class org.diyefi.openlogviewer.decoder.FreeEMSBin
DecodeLog will use the current logFile parse through it and when required pass the job
to the required method of this class such as decodePacket or checksum.
run() - Method in class org.diyefi.openlogviewer.decoder.FreeEMSByteLA
DecodeLog will use the current logFile parse through it and when required pass the job
to the required method of this class such as decodePacket or checksum.

S

save() - Method in class org.diyefi.openlogviewer.propertypanel.PropertiesPane
 
setActive(boolean) - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
setAddTo(double) - Method in class org.diyefi.openlogviewer.decoder.LogField
 
setAvailability(boolean) - Method in class org.diyefi.openlogviewer.coloring.MarkedColor
 
setBitFieldNames(String[]) - Method in class org.diyefi.openlogviewer.decoder.LogField
 
setColor(Color) - Method in class org.diyefi.openlogviewer.coloring.MarkedColor
 
setColor(Color) - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
setter
setColor(String, Color) - Method in class org.diyefi.openlogviewer.graphing.MultiGraphLayeredPane
 
setColor(Color) - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
setter
setColor(Color) - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
setData(GenericDataElement) - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
this is where the GDE is referenced and the graph gets initialized for the first time
setDecodedLog(GenericLog) - Method in class org.diyefi.openlogviewer.decoder.BaseDecoder
sets the GenericLog
setDescription(String) - Method in class org.diyefi.openlogviewer.decoder.LogField
 
setDivBy(double) - Method in class org.diyefi.openlogviewer.decoder.LogField
 
setGraphPosition(double) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
setGraphPositionMax() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
setHeader(String) - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
setHeaders(String[]) - Method in class org.diyefi.openlogviewer.genericlog.GenericLog
sets the names of the headers for the Comparable interface of GenericDataElement
setHue(double) - Method in class org.diyefi.openlogviewer.coloring.MarkedColor
 
setID(String) - Method in class org.diyefi.openlogviewer.decoder.LogField
 
setLog(GenericLog) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
setLog(GenericLog) - Method in class org.diyefi.openlogviewer.graphing.GraphPositionPanel
 
setLog(GenericLog) - Method in class org.diyefi.openlogviewer.graphing.InfoPanel
 
setLog(GenericLog) - Method in class org.diyefi.openlogviewer.graphing.MultiGraphLayeredPane
 
setLog(GenericLog) - Method in class org.diyefi.openlogviewer.OpenLogViewerApp
 
setLogFile(File) - Method in class org.diyefi.openlogviewer.decoder.BaseDecoder
set the log File
setLogStatus(int) - Method in class org.diyefi.openlogviewer.genericlog.GenericLog
Set the state of the log
setMax(double) - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
setMaxValue(Double) - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
setter
setMetaData(String) - Method in class org.diyefi.openlogviewer.genericlog.GenericLog
Add metadata This is information about the log being converted such as the location it was from or the date
This method does not add to its self so in order to add more info you must VAR.addMetaData(VAR.getMetaData() + NEWINFO)
setMin(double) - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
setMinValue(Double) - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
setter
setName(String) - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
set header name, called during GenericLog construction
setProperties(ArrayList<SingleProperty>) - Method in class org.diyefi.openlogviewer.propertypanel.PropertiesPane
 
setSplit(int) - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
setSplitNumber(int) - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
sets the splitNumber or division of the graph in the graphing screen if its the same a property change event is fired called "Split"
setT(Thread) - Method in class org.diyefi.openlogviewer.decoder.BaseDecoder
set the Thread
setTotalSplits(int) - Method in class org.diyefi.openlogviewer.graphing.MultiGraphLayeredPane
 
setType(LogField.types) - Method in class org.diyefi.openlogviewer.decoder.LogField
 
setUnit(String) - Method in class org.diyefi.openlogviewer.decoder.LogField
 
SingleGraphPanel - Class in org.diyefi.openlogviewer.graphing
GraphLayer is a JPanel that uses a transparent background.
SingleGraphPanel() - Constructor for class org.diyefi.openlogviewer.graphing.SingleGraphPanel
 
SingleProperty - Class in org.diyefi.openlogviewer.propertypanel
 
SingleProperty() - Constructor for class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
SingleProperty(GenericDataElement) - Constructor for class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
sizeGraph() - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
maintains the size of the graph when applying divisions
slowDown() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
Slows the speed of playback by 1 ms
SortComboBoxModel - Class in org.diyefi.openlogviewer.optionpanel
 
SortComboBoxModel() - Constructor for class org.diyefi.openlogviewer.optionpanel.SortComboBoxModel
 
stop() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 

T

toString() - Method in class org.diyefi.openlogviewer.decoder.FreeEMSBin
 
toString() - Method in class org.diyefi.openlogviewer.decoder.FreeEMSByteLA
 
toString() - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
toString() - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 

U

updateFromLog(GenericLog) - Method in class org.diyefi.openlogviewer.optionpanel.OptionFrameV2
 
Utilities - Class in org.diyefi.openlogviewer.utils
 
Utilities() - Constructor for class org.diyefi.openlogviewer.utils.Utilities
 

V

valueOf(String) - Static method in enum org.diyefi.openlogviewer.coloring.InitialLineColoring
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.diyefi.openlogviewer.decoder.LogField.types
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.diyefi.openlogviewer.coloring.InitialLineColoring
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.diyefi.openlogviewer.decoder.LogField.types
Returns an array containing the constants of this enum type, in the order they are declared.

W

width - Variable in enum org.diyefi.openlogviewer.decoder.LogField.types
 

Z

zoomIn() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
zoomOut() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 

A B C D E F G H I K L M O P R S T U V W Z

Copyright © 2011 DIYEFI.org. All Rights Reserved.