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

A

AboutFrame - Class in org.diyefi.openlogviewer.subframes
 
AbstractDecoder - 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();
}
AbstractDecoder() - Constructor for class org.diyefi.openlogviewer.decoder.AbstractDecoder
 
accept(File) - Method in class org.diyefi.openlogviewer.filefilters.CSVFileFilter
 
accept(File) - Method in class org.diyefi.openlogviewer.filefilters.FreeEMSBinFileFilter
 
accept(File) - Method in class org.diyefi.openlogviewer.filefilters.FreeEMSFileFilter
 
accept(File) - Method in class org.diyefi.openlogviewer.filefilters.FreeEMSLAFileFilter
 
accept(File) - Method in class org.diyefi.openlogviewer.filefilters.LogFileFilter
 
accept(File) - Method in class org.diyefi.openlogviewer.filefilters.MSTypeFileFilter
 
actionPerformed(ActionEvent) - Method in class org.diyefi.openlogviewer.FramesPerSecondPanel
 
actionPerformed(ActionEvent) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
ACTIVE_PROPERTY - Static variable in class org.diyefi.openlogviewer.Text
 
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
ADD_DIVISION_BUTTON - Static variable in class org.diyefi.openlogviewer.Text
 
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
ALT_ENTER - Static variable in class org.diyefi.openlogviewer.Keys
 
ancestorMoved(HierarchyEvent) - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
 
ancestorResized(HierarchyEvent) - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
 
APPLE_LAF_USE_SCREEN_MENU_BAR - Static variable in class org.diyefi.openlogviewer.Keys
 
APPLY_BUTTON - Static variable in class org.diyefi.openlogviewer.Text
 
ATTEMPTING_TO_OPEN_FILE - Static variable in class org.diyefi.openlogviewer.Text
 

B

BIN - Static variable in class org.diyefi.openlogviewer.FileExtensions
 

C

CANCEL_BUTTON - Static variable in class org.diyefi.openlogviewer.Text
 
CANT_GO_FULLSCREEN_MESSAGE - Static variable in class org.diyefi.openlogviewer.Text
 
centerGraphPosition() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
Used by external sources that don't know or care about the size of the graph.
CHOOSE_BACKGROUND_COLOR - Static variable in class org.diyefi.openlogviewer.Text
 
CHOOSE_NEW_COLOR - Static variable in class org.diyefi.openlogviewer.Text
 
CLASS_NOT_FOUND - Static variable in class org.diyefi.openlogviewer.Text
 
clearOut() - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
clearOut() - Method in class org.diyefi.openlogviewer.genericlog.GenericLog
 
CLICK_TO_REMOVE_DIVISION - Static variable in class org.diyefi.openlogviewer.Text
 
CLOSE_WINDOW - Static variable in class org.diyefi.openlogviewer.Keys
 
COLOR_BUTTON - Static variable in class org.diyefi.openlogviewer.Text
 
COLOR_PROPERTY - Static variable in class org.diyefi.openlogviewer.Text
 
COMMAND_W - Static variable in class org.diyefi.openlogviewer.Keys
 
compareTo(GenericDataElement) - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
compareTo(SingleProperty) - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
componentHidden(ComponentEvent) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
componentMoved(ComponentEvent) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
componentResized(ComponentEvent) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
componentShown(ComponentEvent) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
CONTROL_ADD - Static variable in class org.diyefi.openlogviewer.Keys
 
CONTROL_EQUALS - Static variable in class org.diyefi.openlogviewer.Keys
 
CONTROL_LEFT - Static variable in class org.diyefi.openlogviewer.Keys
 
CONTROL_MINUS - Static variable in class org.diyefi.openlogviewer.Keys
 
CONTROL_Q - Static variable in class org.diyefi.openlogviewer.Keys
 
CONTROL_RIGHT - Static variable in class org.diyefi.openlogviewer.Keys
 
CONTROL_SUBTRACT - Static variable in class org.diyefi.openlogviewer.Keys
 
CONTROL_W - Static variable in class org.diyefi.openlogviewer.Keys
 
COULD_NOT_ACCESS_CLASS - Static variable in class org.diyefi.openlogviewer.Text
 
COULD_NOT_INSTANTIATE_CLASS - Static variable in class org.diyefi.openlogviewer.Text
 
countBytes(File, byte) - Static method in class org.diyefi.openlogviewer.utils.Utilities
 
CSV - Static variable in class org.diyefi.openlogviewer.FileExtensions
 
CSV_LOADED_MSG_PART1 - Static variable in class org.diyefi.openlogviewer.Text
 
CSV_LOADED_MSG_PART2 - Static variable in class org.diyefi.openlogviewer.Text
 
CSV_LOADED_MSG_PART3 - Static variable in class org.diyefi.openlogviewer.Text
 
CSVFileFilter - Class in org.diyefi.openlogviewer.filefilters
 
CSVFileFilter() - Constructor for class org.diyefi.openlogviewer.filefilters.CSVFileFilter
 
CSVTypeLog - Class in org.diyefi.openlogviewer.decoder
 
CSVTypeLog(File, ResourceBundle) - Constructor for class org.diyefi.openlogviewer.decoder.CSVTypeLog
 

D

DECIMAL_PLACES - Static variable in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
 
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
DECODER_CRASHED_PART1 - Static variable in class org.diyefi.openlogviewer.Text
 
DECODER_CRASHED_PART2 - Static variable in class org.diyefi.openlogviewer.Text
 
DEFAULT_BROWSER_ERROR_MESSAGE - Static variable in class org.diyefi.openlogviewer.Text
 
DEFAULT_BROWSER_ERROR_TITLE - Static variable in class org.diyefi.openlogviewer.Text
 
defaultBrowserNotFound() - Method in class org.diyefi.openlogviewer.OpenLogViewer
 
DETECTED_OOME_MEMORY_DOOM - Static variable in class org.diyefi.openlogviewer.Text
 
DISPLAY_MAX - Static variable in class org.diyefi.openlogviewer.Text
 
DISPLAY_MIN - Static variable in class org.diyefi.openlogviewer.Text
 
dispose() - Method in class org.diyefi.openlogviewer.subframes.AboutFrame
 
DOWN - Static variable in class org.diyefi.openlogviewer.Keys
 

E

elapsedTimeKey - Static variable in class org.diyefi.openlogviewer.genericlog.GenericLog
 
END - Static variable in class org.diyefi.openlogviewer.Keys
 
ENTER_FULL_SCREEN - Static variable in class org.diyefi.openlogviewer.Keys
 
ENTER_HEADER_FOR_PROPERTY - Static variable in class org.diyefi.openlogviewer.Text
 
enterFullScreen() - Method in class org.diyefi.openlogviewer.OpenLogViewer
 
EntireGraphingPanel - Class in org.diyefi.openlogviewer.graphing
 
EntireGraphingPanel(ResourceBundle) - Constructor for class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
equals(String) - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
ERROR - Static variable in class org.diyefi.openlogviewer.Text
 
ESCAPE - Static variable in class org.diyefi.openlogviewer.Keys
 
EXIT_FULL_SCREEN - Static variable in class org.diyefi.openlogviewer.Keys
 
exitFullScreen() - Method in class org.diyefi.openlogviewer.OpenLogViewer
 

F

F11 - Static variable in class org.diyefi.openlogviewer.Keys
 
FAILED_TO_CREATE_DIRECTORY_MESSAGE - Static variable in class org.diyefi.openlogviewer.Text
 
FAILED_TO_GO_FULLSCREEN_MESSAGE - Static variable in class org.diyefi.openlogviewer.Text
 
FALSE - Static variable in class org.diyefi.openlogviewer.Text
 
FIELD_INFORMATION_PART1 - Static variable in class org.diyefi.openlogviewer.Text
 
FIELD_INFORMATION_PART2 - Static variable in class org.diyefi.openlogviewer.Text
 
FIELD_INFORMATION_PART3 - Static variable in class org.diyefi.openlogviewer.Text
 
FIELD_INFORMATION_PART4 - Static variable in class org.diyefi.openlogviewer.Text
 
FIELD_INFORMATION_PART5 - Static variable in class org.diyefi.openlogviewer.Text
 
FIELD_INFORMATION_PART6 - Static variable in class org.diyefi.openlogviewer.Text
 
FILE_ARGUMENT_NOT_GOOD - Static variable in class org.diyefi.openlogviewer.Text
 
FILE_MENU_ITEM_OPEN_NAME - Static variable in class org.diyefi.openlogviewer.Text
 
FILE_MENU_ITEM_QUIT_NAME - Static variable in class org.diyefi.openlogviewer.Text
 
FILE_MENU_ITEM_RELOAD_NAME - Static variable in class org.diyefi.openlogviewer.Text
 
FILE_MENU_NAME - Static variable in class org.diyefi.openlogviewer.Text
 
FILE_TYPE_NOT_SUPPORTED - Static variable in class org.diyefi.openlogviewer.Text
 
FileExtensions - Class in org.diyefi.openlogviewer
 
fling() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
FooterPanel - Class in org.diyefi.openlogviewer
 
FooterPanel(ResourceBundle) - Constructor for class org.diyefi.openlogviewer.FooterPanel
 
FRAMES_PER_SECOND - Static variable in class org.diyefi.openlogviewer.Text
 
FramesPerSecondPanel - Class in org.diyefi.openlogviewer
 
FramesPerSecondPanel(ResourceBundle) - Constructor for class org.diyefi.openlogviewer.FramesPerSecondPanel
 
FREEEMS_BINARY_LOGS - Static variable in class org.diyefi.openlogviewer.Text
 
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, ResourceBundle) - Constructor for class org.diyefi.openlogviewer.decoder.FreeEMSBin
FreeEmsBin Constructor: String path to your binary log
FreeEMSBin(File, ResourceBundle) - Constructor for class org.diyefi.openlogviewer.decoder.FreeEMSBin
FreeEmsBin Constructor: File object of your Binary log
FreeEMSBinFileFilter - Class in org.diyefi.openlogviewer.filefilters
 
FreeEMSBinFileFilter() - Constructor for class org.diyefi.openlogviewer.filefilters.FreeEMSBinFileFilter
 
FreeEMSFileFilter - Class in org.diyefi.openlogviewer.filefilters
 
FreeEMSFileFilter(ResourceBundle) - Constructor for class org.diyefi.openlogviewer.filefilters.FreeEMSFileFilter
 
FreeEMSLAFileFilter - Class in org.diyefi.openlogviewer.filefilters
 
FreeEMSLAFileFilter() - Constructor for class org.diyefi.openlogviewer.filefilters.FreeEMSLAFileFilter
 

G

generateChooser() - Method in class org.diyefi.openlogviewer.OpenLogViewer
 
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(int) - 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(String[], int, int, ResourceBundle) - 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.
GenericLog.LogState - Enum in org.diyefi.openlogviewer.genericlog
 
get(int) - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
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
 
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.AbstractDecoder
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.CSVFileFilter
 
getDescription() - Method in class org.diyefi.openlogviewer.filefilters.FreeEMSBinFileFilter
 
getDescription() - Method in class org.diyefi.openlogviewer.filefilters.FreeEMSFileFilter
 
getDescription() - Method in class org.diyefi.openlogviewer.filefilters.FreeEMSLAFileFilter
 
getDescription() - Method in class org.diyefi.openlogviewer.filefilters.LogFileFilter
 
getDescription() - Method in class org.diyefi.openlogviewer.filefilters.MSTypeFileFilter
 
getDisplayColor() - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
getDisplayMaxValue() - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
getDisplayMinValue() - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
getDivBy() - Method in class org.diyefi.openlogviewer.decoder.LogField
 
getEntireGraphingPanel() - Method in class org.diyefi.openlogviewer.OpenLogViewer
 
getExtension(File) - Static method in class org.diyefi.openlogviewer.utils.Utilities
 
getGraphPosition() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
getGraphPositionPanel() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
getHeader() - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
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.OpenLogViewer
Returns the reference to this instance, it is meant to be a method to make getting the main frame simpler
getLogFile() - Method in class org.diyefi.openlogviewer.decoder.AbstractDecoder
get the log File
getLogStatus() - Method in class org.diyefi.openlogviewer.genericlog.GenericLog
 
getLogStatusMessage() - 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
 
getMin() - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
getMinValue() - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
getMouseInfo(int, int) - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
Used for InfoLayer to get the data from the single graphs for data under the mouse
getMultiGraphLayeredPane() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
getMultiGraphLayeredPane() - Method in class org.diyefi.openlogviewer.OpenLogViewer
 
getName() - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
getNavBarPanel() - Method in class org.diyefi.openlogviewer.FooterPanel
 
getNavBarPanel() - Method in class org.diyefi.openlogviewer.OpenLogViewer
 
getOptionFrame() - Method in class org.diyefi.openlogviewer.OpenLogViewer
 
getProperties() - Method in class org.diyefi.openlogviewer.OpenLogViewer
 
getPropertyPane() - Method in class org.diyefi.openlogviewer.OpenLogViewer
 
getRecordCount() - Method in class org.diyefi.openlogviewer.genericlog.GenericLog
 
getT() - Method in class org.diyefi.openlogviewer.decoder.AbstractDecoder
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();
getTrackCount() - Method in class org.diyefi.openlogviewer.graphing.MultiGraphLayeredPane
 
getTrackIndex() - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
getTrackIndex() - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
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
 
getWidth() - Method in enum org.diyefi.openlogviewer.decoder.LogField.types
 
getZoom() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
giveBackAllColors() - Method in enum org.diyefi.openlogviewer.coloring.InitialLineColoring
 
giveBackColor(Color) - Method in enum org.diyefi.openlogviewer.coloring.InitialLineColoring
 
GraphPositionPanel - Class in org.diyefi.openlogviewer.graphing
 
GraphPositionPanel() - Constructor for class org.diyefi.openlogviewer.graphing.GraphPositionPanel
 
graphSize() - Method in class org.diyefi.openlogviewer.graphing.MultiGraphLayeredPane
Graph total size
graphSize() - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
Graph total size

H

HELP_MENU_ITEM_ABOUT_NAME - Static variable in class org.diyefi.openlogviewer.Text
 
HELP_MENU_NAME - Static variable in class org.diyefi.openlogviewer.Text
 
HOME - Static variable in class org.diyefi.openlogviewer.Keys
 
HOME_DIRECTORY_NOT_ACCESSIBLE - Static variable in class org.diyefi.openlogviewer.Text
 

I

Images - Class in org.diyefi.openlogviewer
Package level Key storage to keep functional classes clean.
increaseCapacity(int) - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
increaseFrameCount() - Static method in class org.diyefi.openlogviewer.FramesPerSecondPanel
 
incrementPosition() - Static method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
incrementPosition() - Method in class org.diyefi.openlogviewer.genericlog.GenericLog
 
InfoPanel - Class in org.diyefi.openlogviewer.graphing
 
InfoPanel(ResourceBundle) - Constructor for class org.diyefi.openlogviewer.graphing.InfoPanel
 
initGraph() - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
 
initGraphZoomed() - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
initialize the graph any time you need to paint
initGraphZoomedOut() - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
initialize the graph any time you need to paint
InitialLineColoring - Enum in org.diyefi.openlogviewer.coloring
InitialLineColoring is used to provide the coloring for the GenericDataElements.
IO_ISSUE_GETTING_PROPERTY - Static variable in class org.diyefi.openlogviewer.Text
 
IO_ISSUE_REMOVING_PROPERTY - Static variable in class org.diyefi.openlogviewer.Text
 
IO_ISSUE_SAVING_PROPERTY - Static variable in class org.diyefi.openlogviewer.Text
 
isActive() - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
isDataFlavorSupported(DataFlavor) - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
isPlaying() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
isZoomedOutBeyondOneToOne() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 

J

JVM_HELP_MESSAGE - Static variable in class org.diyefi.openlogviewer.Text
 

K

Keys - Class in org.diyefi.openlogviewer
Package level Key storage to keep functional classes clean.

L

LA - Static variable in class org.diyefi.openlogviewer.FileExtensions
 
LEFT - Static variable in class org.diyefi.openlogviewer.Keys
 
LEFT_OFFSCREEN_POINTS_ZOOMED_IN - Static variable in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
LEFT_OFFSCREEN_POINTS_ZOOMED_OUT - Static variable in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
LINE_SEPARATOR - Static variable in class org.diyefi.openlogviewer.Keys
 
LOADING_LOG - Static variable in class org.diyefi.openlogviewer.Text
 
LOG - Static variable in class org.diyefi.openlogviewer.FileExtensions
 
LOG_LOADED - Static variable in class org.diyefi.openlogviewer.Keys
 
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
 
LogFileFilter - Class in org.diyefi.openlogviewer.filefilters
 
LogFileFilter() - Constructor for class org.diyefi.openlogviewer.filefilters.LogFileFilter
 
LOOK_AND_FEEL_EXCEPTION_MESSAGE_FOUR - Static variable in class org.diyefi.openlogviewer.Text
 
LOOK_AND_FEEL_EXCEPTION_MESSAGE_ONE - Static variable in class org.diyefi.openlogviewer.Text
 
LOOK_AND_FEEL_EXCEPTION_MESSAGE_THREE - Static variable in class org.diyefi.openlogviewer.Text
 
LOOK_AND_FEEL_EXCEPTION_MESSAGE_TWO - Static variable in class org.diyefi.openlogviewer.Text
 

M

MacOSAboutHandler - Class in org.diyefi.openlogviewer.subframes
 
MacOSAboutHandler(Properties) - Constructor for class org.diyefi.openlogviewer.subframes.MacOSAboutHandler
 
main(String[]) - Static method in class org.diyefi.openlogviewer.OpenLogViewer
The entry point of OLV!
MathUtils - Class in org.diyefi.openlogviewer.utils
MathUtils is used to provide math functions specific to the project.
MAX_PROPERTY - Static variable in class org.diyefi.openlogviewer.Text
 
MEG_INSUFFICIENT_MEMORY_FOR_INCREASE - Static variable in class org.diyefi.openlogviewer.Text
 
MEMORY_AFTER - Static variable in class org.diyefi.openlogviewer.Text
 
MEMORY_BEFORE - Static variable in class org.diyefi.openlogviewer.Text
 
MEMORY_FREE - Static variable in class org.diyefi.openlogviewer.Text
 
MEMORY_MAX - Static variable in class org.diyefi.openlogviewer.Text
 
MEMORY_NEW_CAPACITY - Static variable in class org.diyefi.openlogviewer.Text
 
MEMORY_OLD_CAPACITY - Static variable in class org.diyefi.openlogviewer.Text
 
MEMORY_RESIZE_WARNING - Static variable in class org.diyefi.openlogviewer.Text
 
MEMORY_RESIZES_TOOK - Static variable in class org.diyefi.openlogviewer.Text
 
MEMORY_RESIZES_UNIT - Static variable in class org.diyefi.openlogviewer.Text
 
MEMORY_TOTAL - Static variable in class org.diyefi.openlogviewer.Text
 
MEMORY_TOTAL_AVAILABLE - Static variable in class org.diyefi.openlogviewer.Text
 
MEMORY_TOTAL_INCREASE - Static variable in class org.diyefi.openlogviewer.Text
 
MEMORY_TOTAL_OVERHEAD - Static variable in class org.diyefi.openlogviewer.Text
 
MEMORY_TOTAL_REQUIRED - Static variable in class org.diyefi.openlogviewer.Text
 
MIN_PROPERTY - Static variable in class org.diyefi.openlogviewer.Text
 
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
 
MOVE_BACKWARD - Static variable in class org.diyefi.openlogviewer.Images
 
MOVE_BACKWARD - Static variable in class org.diyefi.openlogviewer.Keys
 
MOVE_BACKWARD_COARSE - Static variable in class org.diyefi.openlogviewer.Images
 
MOVE_BACKWARD_COARSE - Static variable in class org.diyefi.openlogviewer.Keys
 
MOVE_FORWARD - Static variable in class org.diyefi.openlogviewer.Images
 
MOVE_FORWARD - Static variable in class org.diyefi.openlogviewer.Keys
 
MOVE_FORWARD_COARSE - Static variable in class org.diyefi.openlogviewer.Images
 
MOVE_FORWARD_COARSE - Static variable in class org.diyefi.openlogviewer.Keys
 
MOVE_TO_BEGINNING - Static variable in class org.diyefi.openlogviewer.Images
 
MOVE_TO_BEGINNING - Static variable in class org.diyefi.openlogviewer.Keys
 
MOVE_TO_CENTER - Static variable in class org.diyefi.openlogviewer.Images
 
MOVE_TO_END - Static variable in class org.diyefi.openlogviewer.Images
 
MOVE_TO_END - Static variable in class org.diyefi.openlogviewer.Keys
 
moveBackward() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
Move the graph backward a small amount (with acceleration).
moveBackwardCoarse() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
Move the graph backward a large amount.
moveBackwardPercentage(double) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
Move the graph backward by a percentage (amount) of the screen width.
moveForward() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
Move the graph forward a small amount (with acceleration).
moveForwardCoarse() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
Move the graph forward a large amount.
moveGraphDueToResize() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
When the windows is resized, the graph needs to move to maintain the centering.
moveToBeginning() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
Move the graph to the beginning with the first data point centered.
moveToEnd() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
Move the graph to the end with the last data point centered.
MS_COMPATIBLE_LOGS - Static variable in class org.diyefi.openlogviewer.Text
 
MSL - Static variable in class org.diyefi.openlogviewer.FileExtensions
 
MSTypeFileFilter - Class in org.diyefi.openlogviewer.filefilters
 
MSTypeFileFilter(ResourceBundle) - Constructor for class org.diyefi.openlogviewer.filefilters.MSTypeFileFilter
 
MultiGraphLayeredPane - Class in org.diyefi.openlogviewer.graphing
 
MultiGraphLayeredPane(ResourceBundle) - Constructor for class org.diyefi.openlogviewer.graphing.MultiGraphLayeredPane
 

N

NavBarPanel - Class in org.diyefi.openlogviewer
 
NavBarPanel() - Constructor for class org.diyefi.openlogviewer.NavBarPanel
 
NEWLINE - Static variable in class org.diyefi.openlogviewer.OpenLogViewer
 
NO_LOG_LOADED - Static variable in class org.diyefi.openlogviewer.Text
 

O

OK_BUTTON - Static variable in class org.diyefi.openlogviewer.Text
 
OPEN_FILE - Static variable in class org.diyefi.openlogviewer.Images
 
OPEN_FILE_ERROR_MESSAGE - Static variable in class org.diyefi.openlogviewer.Text
 
OPEN_FILE_ERROR_TITLE - Static variable in class org.diyefi.openlogviewer.Text
 
OPEN_LAST - Static variable in class org.diyefi.openlogviewer.Images
 
OPEN_LAST_FILE_ERROR_MESSAGE - Static variable in class org.diyefi.openlogviewer.Text
 
OPEN_LAST_FILE_ERROR_TITLE - Static variable in class org.diyefi.openlogviewer.Text
 
OPEN_LAST_FILE_MISSING_PROPERTY_MESSAGE - Static variable in class org.diyefi.openlogviewer.Text
 
OPEN_LAST_FILE_MISSING_PROPERTY_TITLE - Static variable in class org.diyefi.openlogviewer.Text
 
openChosenFile() - Method in class org.diyefi.openlogviewer.OpenLogViewer
 
openFile(File, JFileChooser) - Method in class org.diyefi.openlogviewer.OpenLogViewer
 
openLastFile() - Method in class org.diyefi.openlogviewer.OpenLogViewer
 
OpenLogViewer - Class in org.diyefi.openlogviewer
 
OpenLogViewer() - Constructor for class org.diyefi.openlogviewer.OpenLogViewer
 
OptionFrameV2 - Class in org.diyefi.openlogviewer.optionpanel
 
OptionFrameV2(ResourceBundle) - Constructor for class org.diyefi.openlogviewer.optionpanel.OptionFrameV2
 
OPTIONS_MENU_ITEM_ADD_PROPERTY_NAME - Static variable in class org.diyefi.openlogviewer.Text
 
OPTIONS_MENU_ITEM_REMOVE_PROPERTIES_NAME - Static variable in class org.diyefi.openlogviewer.Text
 
OPTIONS_MENU_NAME - Static variable in class org.diyefi.openlogviewer.Text
 
OPV2NFES - Static variable in class org.diyefi.openlogviewer.Text
 
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.subframes - package org.diyefi.openlogviewer.subframes
 
org.diyefi.openlogviewer.utils - package org.diyefi.openlogviewer.utils
 
OS_NAME - Static variable in class org.diyefi.openlogviewer.Keys
 

P

PAGE_DOWN - Static variable in class org.diyefi.openlogviewer.Keys
 
PAGE_UP - Static variable in class org.diyefi.openlogviewer.Keys
 
paintComponent(Graphics) - Method in class org.diyefi.openlogviewer.graphing.GraphPositionPanel
 
paintComponent(Graphics) - Method in class org.diyefi.openlogviewer.graphing.InfoPanel
 
paintComponent(Graphics) - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
 
pause() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
PAUSE - Static variable in class org.diyefi.openlogviewer.Images
 
play() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
PLAY - Static variable in class org.diyefi.openlogviewer.Images
 
PLAY - Static variable in class org.diyefi.openlogviewer.Keys
 
PropertiesPane - Class in org.diyefi.openlogviewer.propertypanel
 
PropertiesPane(ResourceBundle, String) - Constructor for class org.diyefi.openlogviewer.propertypanel.PropertiesPane
 
propertyChange(PropertyChangeEvent) - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
 

Q

quit() - Method in class org.diyefi.openlogviewer.OpenLogViewer
 

R

RECORD_COUNT_KEY - Static variable in class org.diyefi.openlogviewer.genericlog.GenericLog
 
REMOVE_DIVISION_BUTTON - Static variable in class org.diyefi.openlogviewer.Text
 
REMOVED_FROM_PROPS - Static variable in class org.diyefi.openlogviewer.Text
 
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
reset() - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
TODO move this into GUI space and out of this class!!
RESET_MIN_MAX_BUTTON - Static variable in class org.diyefi.openlogviewer.Text
 
RESET_SPEED - Static variable in class org.diyefi.openlogviewer.Images
 
resetPlaySpeed() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
Resets the speed of playback to the original speed
resetPosition() - Static method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
resetProperties() - Method in class org.diyefi.openlogviewer.propertypanel.PropertiesPane
 
RESIZE_COMPLETED_PART1 - Static variable in class org.diyefi.openlogviewer.Text
 
RESIZE_COMPLETED_PART2 - Static variable in class org.diyefi.openlogviewer.Text
 
RESIZE_COMPLETED_PART3 - Static variable in class org.diyefi.openlogviewer.Text
 
RESIZE_COMPLETED_PART4 - Static variable in class org.diyefi.openlogviewer.Text
 
RESIZE_COMPLETED_PART5 - Static variable in class org.diyefi.openlogviewer.Text
 
RIGHT - Static variable in class org.diyefi.openlogviewer.Keys
 
RIGHT_OFFSCREEN_POINTS_ZOOMED_IN - Static variable in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
RIGHT_OFFSCREEN_POINTS_ZOOMED_OUT - Static variable in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
roundDecimalPlaces(double, int) - Static method in class org.diyefi.openlogviewer.utils.MathUtils
 
run() - Method in class org.diyefi.openlogviewer.decoder.CSVTypeLog
 
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.

S

save() - Method in class org.diyefi.openlogviewer.propertypanel.PropertiesPane
 
SAVE_BUTTON - Static variable in class org.diyefi.openlogviewer.Text
 
setActive(boolean) - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
setAddTo(double) - Method in class org.diyefi.openlogviewer.decoder.LogField
 
setBitFieldNames(String[]) - Method in class org.diyefi.openlogviewer.decoder.LogField
 
setColor(Color) - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
 
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.AbstractDecoder
sets the GenericLog
setDescription(String) - Method in class org.diyefi.openlogviewer.decoder.LogField
 
setDisplayColor(Color) - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
setDisplayMaxValue(double) - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
setDisplayMinValue(double) - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
setDivBy(double) - Method in class org.diyefi.openlogviewer.decoder.LogField
 
setGraphPosition(double) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
 
setGraphSize(int) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
How many available data records we are dealing with.
setHeader(String) - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
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.OpenLogViewer
 
setLogFile(File) - Method in class org.diyefi.openlogviewer.decoder.AbstractDecoder
set the log File
setLogStatus(GenericLog.LogState) - Method in class org.diyefi.openlogviewer.genericlog.GenericLog
Set the state of the log
setLogStatusMessage(String) - Method in class org.diyefi.openlogviewer.genericlog.GenericLog
 
setMax(double) - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
setMin(double) - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
setName(String) - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
set header name, called during GenericLog construction
setProperties(List<SingleProperty>) - Method in class org.diyefi.openlogviewer.propertypanel.PropertiesPane
 
setT(Thread) - Method in class org.diyefi.openlogviewer.decoder.AbstractDecoder
set the Thread
setTrackCount(int) - Method in class org.diyefi.openlogviewer.graphing.MultiGraphLayeredPane
 
setTrackIndex(int) - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
sets the splitNumber or division of the graph in the graphing screen and fires a property change event for other code to catch.
setTrackIndex(int) - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
setType(LogField.types) - Method in class org.diyefi.openlogviewer.decoder.LogField
 
setUnit(String) - Method in class org.diyefi.openlogviewer.decoder.LogField
 
setupWindowKeyBindings(JFrame) - Static method in class org.diyefi.openlogviewer.OpenLogViewer
 
show(Properties) - Static method in class org.diyefi.openlogviewer.subframes.AboutFrame
Shows the about box.
SingleGraphPanel - Class in org.diyefi.openlogviewer.graphing
SingleGraphPanel 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
 
size() - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
sizeGraph() - Method in class org.diyefi.openlogviewer.graphing.SingleGraphPanel
maintains the size and position of the graph when adding or removing tracks
SLOW_DOWN - Static variable in class org.diyefi.openlogviewer.Images
 
slowDown() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
Slows the speed of playback (exponentially)
SPACE - Static variable in class org.diyefi.openlogviewer.Keys
 
SPEED_UP - Static variable in class org.diyefi.openlogviewer.Images
 
speedUp() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
Increases the speed of the graph exponentially until the delay is zero, at which speed cannot be advanced any further and will essentially update as fast as possible.
SPLIT - Static variable in class org.diyefi.openlogviewer.Keys
 
SPLIT_PROPERTY - Static variable in class org.diyefi.openlogviewer.Text
 
STAR_DOT - Static variable in class org.diyefi.openlogviewer.FileExtensions
 

T

tempResetKey - Static variable in class org.diyefi.openlogviewer.genericlog.GenericLog
 
Text - Class in org.diyefi.openlogviewer
Package level Key storage to keep functional classes clean.
TOGGLE_FULL_SCREEN - Static variable in class org.diyefi.openlogviewer.Keys
 
toggleFullScreen() - Method in class org.diyefi.openlogviewer.OpenLogViewer
 
TOO_MANY_ARGUMENTS - Static variable in class org.diyefi.openlogviewer.Text
 
toString() - Method in class org.diyefi.openlogviewer.decoder.FreeEMSBin
 
toString() - Method in class org.diyefi.openlogviewer.genericlog.GenericDataElement
 
toString() - Method in class org.diyefi.openlogviewer.propertypanel.SingleProperty
 
TRUE - Static variable in class org.diyefi.openlogviewer.Text
 

U

UP - Static variable in class org.diyefi.openlogviewer.Keys
 
updateFromLog(GenericLog) - Method in class org.diyefi.openlogviewer.optionpanel.OptionFrameV2
 
updatePausePlayButton() - Method in class org.diyefi.openlogviewer.NavBarPanel
 
USER_HOME - Static variable in class org.diyefi.openlogviewer.Keys
 
Utilities - Class in org.diyefi.openlogviewer.utils
 

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.
valueOf(String) - Static method in enum org.diyefi.openlogviewer.genericlog.GenericLog.LogState
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.
values() - Static method in enum org.diyefi.openlogviewer.genericlog.GenericLog.LogState
Returns an array containing the constants of this enum type, in the order they are declared.
VIEW_MENU_ITEM_FIELDS_AND_DIVISIONS_NAME - Static variable in class org.diyefi.openlogviewer.Text
 
VIEW_MENU_ITEM_FULL_SCREEN_NAME - Static variable in class org.diyefi.openlogviewer.Text
 
VIEW_MENU_ITEM_SCALE_AND_COLOR_NAME - Static variable in class org.diyefi.openlogviewer.Text
 
VIEW_MENU_NAME - Static variable in class org.diyefi.openlogviewer.Text
 

X

XLS - Static variable in class org.diyefi.openlogviewer.FileExtensions
 

Z

ZOOM_IN - Static variable in class org.diyefi.openlogviewer.Images
 
ZOOM_IN_COARSE - Static variable in class org.diyefi.openlogviewer.Keys
 
ZOOM_OUT - Static variable in class org.diyefi.openlogviewer.Images
 
ZOOM_OUT_COARSE - Static variable in class org.diyefi.openlogviewer.Keys
 
ZOOM_RESET_FIT - Static variable in class org.diyefi.openlogviewer.Images
 
ZOOM_RESET_RATIO - Static variable in class org.diyefi.openlogviewer.Images
 
zoomGraphToFit(int) - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
Zoom the graph so that if it is centered, then the entire graph will fit within the display.
zoomGraphToFit() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
Used by external sources that don't know or care about the size of the graph.
zoomIn() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
Zoom in by one.
zoomInCoarse() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
Zoom in using steps larger the further away from 1:1 you are.
zoomOut() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
Zoom out by one.
zoomOutCoarse() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
Zoom out using steps larger the further away from 1:1 you are.
zoomResetRatio() - Method in class org.diyefi.openlogviewer.graphing.EntireGraphingPanel
Zoom the graph to a 1:1 pixel-to-data-point ratio.

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

Copyright © 2015 DIYEFI.org. All Rights Reserved.