Package | Description |
---|---|
com.groupdocs.editor.htmlcss.resources.images |
The com.groupdocs.editor.htmlcss.resources.images namespace provides classes that represent image resources of all types in general.
|
com.groupdocs.editor.htmlcss.resources.images.raster |
The com.groupdocs.editor.htmlcss.resources.images.raster namespace provides classes that represent only raster image resources.
|
com.groupdocs.editor.htmlcss.resources.images.vector |
The com.groupdocs.editor.htmlcss.resources.images.vector namespace provides classes that represent only vector image resources.
|
Modifier and Type | Method and Description |
---|---|
Dimensions |
Dimensions.Clone()
Deprecated.
|
Dimensions |
Dimensions.deepClone()
Returns a full copy of this instance
|
static Dimensions |
Dimensions.fromSize(Dimension size)
Generates and returns a new instance from specified java.awt.Dimension instance
|
static Dimensions |
Dimensions.getEmpty()
Returns an empty Dimensions instance
|
Dimensions |
IImageResource.getLinearDimensions()
In implementing type should return linear dimensions of the image.
|
Dimensions |
Dimensions.proportionallyResizeForNewHeight(int targetHeight)
Creates and returns new "Dimensions" instance, which is proportionally resized from current, based on specified height
|
Dimensions |
Dimensions.proportionallyResizeForNewWidth(int targetWidth)
Creates and returns new "Dimensions" instance, which is proportionally resized from current, based on specified width
|
Modifier and Type | Method and Description |
---|---|
void |
Dimensions.CloneTo(Dimensions that)
Deprecated.
|
boolean |
Dimensions.equals(Dimensions other)
Determines whether this instance is equal with specified "Dimensions" instance
|
static boolean |
Dimensions.equals(Dimensions obj1,
Dimensions obj2)
Deprecated.
|
static boolean |
Dimensions.op_Equality(Dimensions first,
Dimensions second)
Checks whether two "Dimensions" values are equal, i.e.
|
static boolean |
Dimensions.op_Inequality(Dimensions first,
Dimensions second)
Checks whether two "Dimensions" values are not equal, i.e.
|
Modifier and Type | Method and Description |
---|---|
Dimensions |
RasterImageResourceBase.getLinearDimensions()
Returns linear dimensions of this raster image (width and height)
|
Modifier and Type | Method and Description |
---|---|
Dimensions |
SvgImage.getLinearDimensions()
Returns linear dimensions of this SVG image (width and height), if they are present, or empty default Dimensions instance otherwise
|
Copyright © 2018. All rights reserved.