Package | Description |
---|---|
org.apache.xmlgraphics.image.loader.pipeline |
Provides an image loading and processing pipeline.
|
org.apache.xmlgraphics.image.loader.spi |
Defines service provider interfaces for the image infrastructure.
|
org.apache.xmlgraphics.image.loader.util |
Contains utilities and helper classes useful in conjunction with the image
package.
|
Modifier and Type | Method | Description |
---|---|---|
Penalty |
ImageProviderPipeline.getConversionPenalty(ImageImplRegistry registry) |
Returns the overall conversion penalty for the pipeline.
|
Modifier and Type | Method | Description |
---|---|---|
Penalty |
ImageImplRegistry.getAdditionalPenalty(java.lang.String className) |
Returns the additional penalty value set for a particular implementation class.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ImageImplRegistry.setAdditionalPenalty(java.lang.String className,
Penalty penalty) |
Sets an additional penalty for a particular implementation class for any of the interface
administered by this registry class.
|
Modifier and Type | Field | Description |
---|---|---|
static Penalty |
Penalty.INFINITE_PENALTY |
|
static Penalty |
Penalty.ZERO_PENALTY |
Modifier and Type | Method | Description |
---|---|---|
Penalty |
Penalty.add(int value) |
Adds a penalty to this one and returns the combined penalty.
|
Penalty |
Penalty.add(Penalty value) |
Adds a penalty to this one and returns the combined penalty.
|
static Penalty |
Penalty.toPenalty(int value) |
Turns a penalty value into a penaly object.
|
Modifier and Type | Method | Description |
---|---|---|
Penalty |
Penalty.add(Penalty value) |
Adds a penalty to this one and returns the combined penalty.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.