| Package | Description |
|---|---|
| com.helger.commons.gfx |
| Modifier and Type | Method and Description |
|---|---|
ScalableSize |
ScalableSize.getAdded(IHasWidthAndHeight aToAdd) |
ScalableSize |
ScalableSize.getBestMatchingSize(int nMaxWidth,
int nMaxHeight)
Return the scaled width and height relative to a maximum size.
|
static ScalableSize |
ImageDataManager.getImageSize(IReadableResource aRes) |
ScalableSize |
ScalableSize.getScaledToHeight(int nNewHeight) |
ScalableSize |
ScalableSize.getScaledToWidth(int nNewWidth) |
ScalableSize |
ScalableSize.getSubtracted(IHasWidthAndHeight aToSubtract) |
| Modifier and Type | Method and Description |
|---|---|
static Map<IReadableResource,ScalableSize> |
ImageDataManager.getAllCachedSizes() |
Copyright © 2014 Philip Helger. All rights reserved.