| Package | Description |
|---|---|
| org.mmbase.applications.media.filters |
URL-filters for the MMBase media project.
|
| org.mmbase.applications.media.urlcomposers |
URL composers contain the information to create an URL.
|
| org.mmbase.bridge.jsp.taglib |
The MMBase taglib implementation.
|
| org.mmbase.module.builders |
The MMBase standard and optional builders.
|
| org.mmbase.streams.builders | |
| org.mmbase.streams.urlcomposers | |
| org.mmbase.util.images |
The packages contains classes and interfaces related to conversion of images and finding information about them.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Dimension> |
ServerDimensionSorter.preferredDimensions |
| Modifier and Type | Field and Description |
|---|---|
protected Dimension |
URLWrapper.dimension |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
URLWrapper.getDimension() |
Dimension |
URLComposer.getDimension() |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
ImageTag.getDimension(Node node,
String template) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
ImageTag.getBaseAttributes(String url,
Dimension dim) |
protected String |
ImageTag.getOutputValue(int mode,
Node node,
String servletPath,
Dimension dim) |
| Modifier and Type | Field and Description |
|---|---|
(package private) static Map<File,Dimension> |
Images.dimensions |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
AbstractImages.getDimension(MMObjectNode node)
Gets the dimension of given node.
|
Dimension |
ImagesInterface.getDimension(MMObjectNode node)
Gets the dimension of given node.
|
protected Dimension |
Images.getDimension(MMObjectNode node,
String template) |
protected Dimension |
AbstractImages.getDimensionForEmptyHandle(MMObjectNode node) |
protected Dimension |
ImageCaches.getDimensionForEmptyHandle(MMObjectNode node)
If icache does not yet have a filled handle field, neither filled width/heigh fields (can occur after a update).
|
| Modifier and Type | Method and Description |
|---|---|
Dimension |
ImageSources.getDimension(MMObjectNode node) |
protected Dimension |
ImageSources.getDimension(MMObjectNode node,
String template) |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
ImagesURLComposer.getDimension() |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyDimension
A 'lazy' dimension is a Dimension object which depends on an image-node and conversion
template.
|
| Modifier and Type | Field and Description |
|---|---|
static Dimension |
Dimension.UNDETERMINED |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
MemoryReceiver.getDimension() |
Dimension |
FileReceiver.getDimension() |
Dimension |
JAIImageInformer.getDimension(byte[] input) |
Dimension |
ImageInformer.getDimension(byte[] input) |
Dimension |
ImageMagickImageInformer.getDimension(byte[] input) |
Dimension |
DummyImageInformer.getDimension(byte[] data) |
protected Dimension |
ImageMagickImageInformer.getDimension(File file) |
Dimension |
JAIImageInformer.getDimension(InputStream input) |
Dimension |
ImageInformer.getDimension(InputStream input) |
Dimension |
ImageMagickImageInformer.getDimension(InputStream input) |
Dimension |
DummyImageInformer.getDimension(InputStream data) |
static Dimension |
Imaging.predictDimension(Dimension originalSize,
List<String> params)
Predict the size of a image after converting it with the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Dimension.equalsIgnoreRound(Dimension dim,
int offset) |
static Dimension |
Imaging.predictDimension(Dimension originalSize,
List<String> params)
Predict the size of a image after converting it with the given parameters.
|
static int |
Imaging.predictFileSize(Dimension originalDimension,
int originalFileSize,
Dimension predictedDimension)
Tries to predict the new file-size after conversion.
|
void |
MemoryReceiver.setDimension(Dimension d) |
void |
NodeReceiver.setDimension(Dimension dim) |
void |
OutputStreamReceiver.setDimension(Dimension d) |
void |
ImageConversionReceiver.setDimension(Dimension dim) |
void |
FileReceiver.setDimension(Dimension d) |
| Constructor and Description |
|---|
Dimension(Dimension dim) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}