|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext.driver.IBMCompatiblePrinterDriver.GenericIBMPrinterSpecification
public static class IBMCompatiblePrinterDriver.GenericIBMPrinterSpecification
| Constructor Summary | |
|---|---|
IBMCompatiblePrinterDriver.GenericIBMPrinterSpecification()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IBMCompatiblePrinterDriver.GenericIBMPrinterSpecification()
| Method Detail |
|---|
public String getDisplayName()
getDisplayName in interface PrinterSpecificationpublic PrinterEncoding getEncoding(String encoding)
getEncoding in interface PrinterSpecificationencoding - the java encoding that should be mapped into a printer specific encoding.
IllegalArgumentException - if the given encoding is not supported.public String getName()
getName in interface PrinterSpecificationpublic boolean isEncodingSupported(String encoding)
isEncodingSupported in interface PrinterSpecificationencoding - the java encoding that should be mapped into a printer specific encoding.
public boolean isFeatureAvailable(String operationName)
isFeatureAvailable in interface PrinterSpecificationoperationName - the operation, that should be performed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||