Uses of Class
org.smallmind.claxon.registry.Window
-
Packages that use Window Package Description org.smallmind.claxon.registry org.smallmind.claxon.registry.json org.smallmind.claxon.registry.meter -
-
Uses of Window in org.smallmind.claxon.registry
Methods in org.smallmind.claxon.registry that return Window Modifier and Type Method Description WindowWindowInView. factory()WindowWindowInView. factory(Window window)Methods in org.smallmind.claxon.registry with parameters of type Window Modifier and Type Method Description WindowWindowInView. factory(Window window)static WindowInViewWindowInView. instance(Window window)Constructors in org.smallmind.claxon.registry with parameters of type Window Constructor Description WindowInView(Window window) -
Uses of Window in org.smallmind.claxon.registry.json
Methods in org.smallmind.claxon.registry.json that return Window Modifier and Type Method Description Window[]TraceProperties. getWindows()Methods in org.smallmind.claxon.registry.json with parameters of type Window Modifier and Type Method Description voidTraceProperties. setWindows(Window[] windows) -
Uses of Window in org.smallmind.claxon.registry.meter
Methods in org.smallmind.claxon.registry.meter with parameters of type Window Modifier and Type Method Description MeterBuilder<Trace>TraceBuilder. windows(Window[] windows)Constructors in org.smallmind.claxon.registry.meter with parameters of type Window Constructor Description Trace(Clock clock, TimeUnit windowTimeUnit, Window... windows)
-