Uses of Class
org.apache.xmlgraphics.image.loader.util.Penalty
Packages that use Penalty
Package
Description
Provides an image loading and processing pipeline.
Defines service provider interfaces for the image infrastructure.
Contains utilities and helper classes useful in conjunction with the image
package.
-
Uses of Penalty in org.apache.xmlgraphics.image.loader.pipeline
Methods in org.apache.xmlgraphics.image.loader.pipeline that return PenaltyModifier and TypeMethodDescriptionImageProviderPipeline.getConversionPenalty
(ImageImplRegistry registry) Returns the overall conversion penalty for the pipeline. -
Uses of Penalty in org.apache.xmlgraphics.image.loader.spi
Methods in org.apache.xmlgraphics.image.loader.spi that return PenaltyModifier and TypeMethodDescriptionImageImplRegistry.getAdditionalPenalty
(String className) Returns the additional penalty value set for a particular implementation class.Methods in org.apache.xmlgraphics.image.loader.spi with parameters of type PenaltyModifier and TypeMethodDescriptionvoid
ImageImplRegistry.setAdditionalPenalty
(String className, Penalty penalty) Sets an additional penalty for a particular implementation class for any of the interface administered by this registry class. -
Uses of Penalty in org.apache.xmlgraphics.image.loader.util
Fields in org.apache.xmlgraphics.image.loader.util declared as PenaltyModifier and TypeFieldDescriptionstatic final Penalty
Penalty.INFINITE_PENALTY
static final Penalty
Penalty.ZERO_PENALTY
Methods in org.apache.xmlgraphics.image.loader.util that return PenaltyModifier and TypeMethodDescriptionPenalty.add
(int value) Adds a penalty to this one and returns the combined penalty.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.Methods in org.apache.xmlgraphics.image.loader.util with parameters of type Penalty