public static class EncodeComponent.Encoding extends Object
| Constructor and Description |
|---|
Encoding(String short_name,
String long_name,
String encoder_class,
String failure_message)
Constructs and new image encoder.
|
| Modifier and Type | Method and Description |
|---|---|
Encoder |
getEncoder()
Return an encoder for this encoding type.
|
String |
getFailureMessage()
Message to return about possible reasons for encoder load
failure (i.e. getEncoder() returns null)
|
String |
getLongName()
Return the long name of the supported encoding type
|
String |
getShortName()
Return the short brief name of the supported encoding type
|
String |
toString()
Returns a string representation bassed on the long and short name of the
Encoder.
|
public String getShortName()
public String getLongName()
public String toString()
public String getFailureMessage()
public Encoder getEncoder()
Copyright © 2018. All rights reserved.