T - Attribute sourcepublic interface ControlCodeSource<T>
| Modifier and Type | Method and Description |
|---|---|
String |
getControlCode(T attributeSource)
Translates the attribute source into a control code that can be passed to
an input/output stream
|
String |
getFullResetControlCode()
Gets a reset code that can be used to reset any changes previously made
by any attributes of the type supported by this source
|
String |
getResetControlCode(T attributeSource)
Gets a reset code that can be used to reset any changes previously made
by the given attribute
|
String getControlCode(T attributeSource)
attributeSource - Attribute sourceString getResetControlCode(T attributeSource)
attributeSource - Attribute sourceString getFullResetControlCode()
Copyright © 2012–2022. All rights reserved.