public class FrameInterval extends Object
ResolutionInfo.DiscreteResolution object, a
ResolutionInfo.StepwiseResolution object or by calling
DeviceInfo.listIntervals(ImageFormat, int, int).| Modifier and Type | Class and Description |
|---|---|
static class |
FrameInterval.DiscreteInterval
This class encapsulates information about a discrete frame interval,
expressed as a numerator and denominator.
|
static class |
FrameInterval.StepwiseInterval
A continuous frame interval is a bounded frame interval.
|
static class |
FrameInterval.Type |
| Modifier and Type | Method and Description |
|---|---|
List<FrameInterval.DiscreteInterval> |
getDiscreteIntervals()
This method returns a list of
FrameInterval.DiscreteIntervals, or throws a
UnsupportedMethod exception if this frame interval object
is not of type FrameInterval.Type.DISCRETE. |
FrameInterval.StepwiseInterval |
getStepwiseInterval()
This method returns a
FrameInterval.StepwiseInterval object, or throws a
UnsupportedMethod exception if this frame interval object
is not of type FrameInterval.Type.STEPWISE. |
FrameInterval.Type |
getType()
This method returns the
FrameInterval.Type of this frame interval object. |
String |
toString() |
public FrameInterval.Type getType()
FrameInterval.Type of this frame interval object.FrameInterval.Type of this frame interval object.public List<FrameInterval.DiscreteInterval> getDiscreteIntervals()
FrameInterval.DiscreteIntervals, or throws a
UnsupportedMethod exception if this frame interval object
is not of type FrameInterval.Type.DISCRETE.FrameInterval.DiscreteIntervalsUnsupportedMethod - if this frame interval object
is not of type FrameInterval.Type.DISCRETE.public FrameInterval.StepwiseInterval getStepwiseInterval()
FrameInterval.StepwiseInterval object, or throws a
UnsupportedMethod exception if this frame interval object
is not of type FrameInterval.Type.STEPWISE.FrameInterval.StepwiseInterval objectUnsupportedMethod - if this frame interval object
is not of type FrameInterval.Type.STEPWISE.Copyright © 2013-2015 Bartosz Firyn (sarxos). All Rights Reserved.