|
||||||||||
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.gui.plaintext.EncodingSelector.GenericPrinterSpecification
public static class EncodingSelector.GenericPrinterSpecification
Constructor Summary | |
---|---|
EncodingSelector.GenericPrinterSpecification()
|
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 EncodingSelector.GenericPrinterSpecification()
Method Detail |
---|
public String getDisplayName()
getDisplayName
in interface PrinterSpecification
public PrinterEncoding getEncoding(String encoding)
getEncoding
in interface PrinterSpecification
encoding
- 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 PrinterSpecification
public boolean isEncodingSupported(String encoding)
isEncodingSupported
in interface PrinterSpecification
encoding
- the java encoding that should be mapped into a printer specific encoding.
public boolean isFeatureAvailable(String operationName)
isFeatureAvailable
in interface PrinterSpecification
operationName
- the operation, that should be performed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |