Interface VirtualLCDConfiguration
- All Known Implementing Classes:
VirtualLCDPanel
public interface VirtualLCDConfiguration
Configuration for a VirtualLCD display.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionintGet the size of the LCD display.intgetMemo()intbooleanvoidsetDisplayConfig(VirtualLCDConfiguration.DisplayConfig displayConfig) voidsetDisplayNo(int displayNo) voidSet the size of the LCD display.voidsetMaxDisplayNo(int displayNo) voidvoidsetMinDisplayNo(int displayNo) voidsetSelectedDisplays(Set<Integer> selectedDisplays)
-
Method Details
-
setMemo
-
getMemo
-
isMemoEditable
boolean isMemoEditable() -
setDisplayConfig
-
getDisplayConfig
-
setDisplayNo
-
getDisplayNo
int getDisplayNo() -
setMinDisplayNo
-
getMinDisplayNo
int getMinDisplayNo() -
setMaxDisplayNo
-
getMaxDisplayNo
int getMaxDisplayNo() -
setSelectedDisplays
-
getSelectedDisplays
-
setLCDSize
Set the size of the LCD display.- Parameters:
d- the size or null if dynamic size
-
getLCDSize
Get the size of the LCD display.- Returns:
- the size or null if dynamic size
-