Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Public Attributes | Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.ui.countsview.CountsViewPane.ScaleType Enum Reference

Public Member Functions

 ScaleType (Function< Long, Double > func)
 
double adjust (Long c)
 

Public Attributes

 LINEAR =(t -> t.doubleValue())
 
 LOGARITHMIC =(t -> Math.log10(t) + 1)
 

Private Attributes

final Function< Long, Double > func
 

Detailed Description

Definition at line 535 of file CountsViewPane.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.ui.countsview.CountsViewPane.ScaleType.ScaleType ( Function< Long, Double >  func)

Definition at line 542 of file CountsViewPane.java.

Member Function Documentation

double org.sleuthkit.autopsy.timeline.ui.countsview.CountsViewPane.ScaleType.adjust ( Long  c)

Definition at line 546 of file CountsViewPane.java.

Member Data Documentation

final Function<Long, Double> org.sleuthkit.autopsy.timeline.ui.countsview.CountsViewPane.ScaleType.func
private

Definition at line 540 of file CountsViewPane.java.

org.sleuthkit.autopsy.timeline.ui.countsview.CountsViewPane.ScaleType.LINEAR =(t -> t.doubleValue())
org.sleuthkit.autopsy.timeline.ui.countsview.CountsViewPane.ScaleType.LOGARITHMIC =(t -> Math.log10(t) + 1)

Definition at line 538 of file CountsViewPane.java.


The documentation for this enum was generated from the following file:

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.