public static enum SSD1306MessageFactory.MemoryAddressingMode extends Enum<SSD1306MessageFactory.MemoryAddressingMode>
Enum Constant and Description |
---|
HORIZONTAL |
PAGE |
VERTICAL |
Modifier and Type | Method and Description |
---|---|
static SSD1306MessageFactory.MemoryAddressingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSD1306MessageFactory.MemoryAddressingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SSD1306MessageFactory.MemoryAddressingMode HORIZONTAL
public static final SSD1306MessageFactory.MemoryAddressingMode VERTICAL
public static final SSD1306MessageFactory.MemoryAddressingMode PAGE
public static SSD1306MessageFactory.MemoryAddressingMode[] values()
for (SSD1306MessageFactory.MemoryAddressingMode c : SSD1306MessageFactory.MemoryAddressingMode.values()) System.out.println(c);
public static SSD1306MessageFactory.MemoryAddressingMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017. All rights reserved.