|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PrinterSpecification
| Method Summary | |
|---|---|
String |
getDisplayName()
|
PrinterEncoding |
getEncoding(String encoding)
Returns the encoding definition for the given java encoding. |
String |
getName()
Returns the name of the encoding mapping. |
boolean |
isEncodingSupported(String encoding)
Checks whether the given Java-encoding is supported. |
boolean |
isFeatureAvailable(String operationName)
Returns true, if a given operation is supported, false otherwise. |
| Method Detail |
|---|
String getDisplayName()
String getName()
boolean isEncodingSupported(String encoding)
encoding - the java encoding that should be mapped into a printer specific encoding.
PrinterEncoding getEncoding(String encoding)
encoding - the java encoding that should be mapped into a printer specific encoding.
IllegalArgumentException - if the given encoding is not supported.boolean isFeatureAvailable(String operationName)
operationName - the operation, that should be performed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||