|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sequencer.SequencerOrientation | |
---|---|
sky.monome | Main package of SkyMonome library. |
sky.monome.sequencer | Package of all classes relative to sequencers. |
Uses of Sequencer.SequencerOrientation in sky.monome |
---|
Fields in sky.monome declared as Sequencer.SequencerOrientation | |
---|---|
protected Sequencer.SequencerOrientation |
MultiSequencerGroup.sequencerOrientation
Sequencer orientation. |
protected Sequencer.SequencerOrientation |
SequencerGroup.sequencerOrientation
Orientation of this sequencer page switcher. |
protected Sequencer.SequencerOrientation |
SequencerPageSwitcher.sequencerOrientation
Orientation of this sequencer page switcher. |
Constructors in sky.monome with parameters of type Sequencer.SequencerOrientation | |
---|---|
MultiSequencerGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
java.lang.Class<? extends SequenceIterator<MultiSequencerGroup.SpecificSequencerGroup,OptionalRadio.OptionalRadioGroup>> sequenceIteratorClass)
Deprecated. Since SkyMonome v1.1, it is preferred to use the MultiSequencerGroup(String,Container,int,int,int,int,SequencerOrientation,float,int,SequenceIteratorFactory) constructor instead of this one. |
|
MultiSequencerGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
SequenceIteratorFactory<MultiSequencerGroup.SpecificSequencerGroup,OptionalRadio.OptionalRadioGroup> sequenceIteratorFactory)
Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor. |
|
MultiSequencerGroup(java.lang.String name,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
SequenceIteratorFactory<MultiSequencerGroup.SpecificSequencerGroup,OptionalRadio.OptionalRadioGroup> sequenceIteratorFactory)
Constructs a multisequencer group with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note and the specified sequence iterator factory. |
|
SequencerGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional)
Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor. |
|
SequencerGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIterator)
Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor. |
|
SequencerGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIterator,
SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor. |
|
SequencerGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequenceIteratorFactory<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIteratorFactory)
Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor. |
|
SequencerGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequenceIteratorFactory<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIteratorFactory,
SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor. |
|
SequencerGroup(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor. |
|
SequencerGroup(java.lang.String name,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional)
Constructs a sequencer group with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number and the specified mode for radio groups. |
|
SequencerGroup(java.lang.String name,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIterator)
Constructs a sequencer group with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups and the specified sequence iterator. |
|
SequencerGroup(java.lang.String name,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequenceIterator<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIterator,
SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
Constructs a sequencer group with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups, the specified sequence iterator and the specified sequencer engine. |
|
SequencerGroup(java.lang.String name,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequenceIteratorFactory<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIteratorFactory)
Constructs a sequencer group with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups and the specified sequence iterator factory. |
|
SequencerGroup(java.lang.String name,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequenceIteratorFactory<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequenceIteratorFactory,
SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
Constructs a sequencer group with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups, the specified sequence iterator factory and the specified sequencer engine. |
|
SequencerGroup(java.lang.String name,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
SequencerEngine<SequencerGroup,SequencerRadio.SequencerRadioGroup> sequencerEngine)
Constructs a sequencer group with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups and the specified sequencer engine. |
|
SequencerPageSwitcher(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
int pagesNumber)
Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor. |
|
SequencerPageSwitcher(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
int pagesNumber,
SequenceIterator<SequencerPageSwitcher,SequencerRadio.SequencerRadioGroup> sequenceIterator)
Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor. |
|
SequencerPageSwitcher(java.lang.String name,
Container container,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
int pagesNumber,
SequenceIteratorFactory<SequencerPageSwitcher,SequencerRadio.SequencerRadioGroup> sequenceIteratorFactory)
Deprecated. Since SkyMonome v1.2, all components register themselves inside their container, so you don't need to specify the container by calling this constructor. |
|
SequencerPageSwitcher(java.lang.String name,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
int pagesNumber)
Constructs a sequencer page switcher with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups and the specified pages number. |
|
SequencerPageSwitcher(java.lang.String name,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
int pagesNumber,
SequenceIterator<SequencerPageSwitcher,SequencerRadio.SequencerRadioGroup> sequenceIterator)
Constructs a sequencer page switcher with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups, the specified pages number and the specified sequence iterator. |
|
SequencerPageSwitcher(java.lang.String name,
int x,
int y,
int width,
int height,
Sequencer.SequencerOrientation sequencerOrientation,
float tempo,
int divisions,
int stepsNumber,
boolean optional,
int pagesNumber,
SequenceIteratorFactory<SequencerPageSwitcher,SequencerRadio.SequencerRadioGroup> sequenceIteratorFactory)
Constructs a sequencer page switcher with the specified name, specified coordinates and dimensions, the specified orientation, specified tempo and number of divisions by quarter note, the specified steps number, the specified mode for radio groups, the specified pages number and the specified sequence iterator factory. |
Uses of Sequencer.SequencerOrientation in sky.monome.sequencer |
---|
Methods in sky.monome.sequencer that return Sequencer.SequencerOrientation | |
---|---|
static Sequencer.SequencerOrientation |
Sequencer.SequencerOrientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Sequencer.SequencerOrientation[] |
Sequencer.SequencerOrientation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |