public final class Burst extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Burst.Preferences |
| Constructor and Description |
|---|
Burst(int flash,
int gap) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Burst burst) |
static int |
compare(Burst burst1,
Burst burst2) |
boolean |
equals(Object obj) |
boolean |
equalsWithLongGap(Burst burst) |
int |
getFlashDuration() |
int |
getGapDuration() |
int |
hashCode() |
(package private) static Integer |
multiplier(double us,
Double timebase,
Burst.Preferences prefs) |
static Extent |
newExtent(int us,
Double timebase,
Burst.Preferences prefs) |
static Flash |
newFlash(double duration,
Double timebase,
Burst.Preferences prefs) |
static Gap |
newGap(double duration,
Double timebase,
Burst.Preferences prefs) |
int |
overhang(Burst burst) |
BareIrStream |
toBareIrStream(double timebase,
Burst.Preferences prefs) |
String |
toString() |
String |
toString(Burst.Preferences prefs) |
static Integer multiplier(double us, Double timebase, Burst.Preferences prefs)
public static Extent newExtent(int us, Double timebase, Burst.Preferences prefs)
public static Flash newFlash(double duration, Double timebase, Burst.Preferences prefs)
public static Gap newGap(double duration, Double timebase, Burst.Preferences prefs)
public int getGapDuration()
public int getFlashDuration()
public BareIrStream toBareIrStream(double timebase, Burst.Preferences prefs)
public String toString(Burst.Preferences prefs)
public boolean equalsWithLongGap(Burst burst)
public int compare(Burst burst)
public int overhang(Burst burst)
Copyright © 2019. All rights reserved.