Package | Description |
---|---|
com.groupdocs.editor.htmlcss.css.datatypes |
The com.groupdocs.editor.htmlcss.css.datatypes namespace provides classes that represent CSS data types.
|
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 | Field and Description |
---|---|
static Ratio |
Ratio.SINGLE
Single default ratio 1/1
|
Modifier and Type | Method and Description |
---|---|
Ratio |
Ratio.Clone()
Deprecated.
|
static Ratio |
Ratio.create(int numerator,
int denominator)
Creates and returns one Ratio instance from specified numerator and denominator
|
Ratio |
Ratio.deepClone()
Returns a full copy of this ratio
|
Ratio |
Ratio.getInverseRatio()
Generates and returns an inversed (reciprocal) ratio for this ratio
|
Modifier and Type | Method and Description |
---|---|
void |
Ratio.CloneTo(Ratio that)
Deprecated.
|
boolean |
Ratio.equals(Ratio other)
Determines whether this instance is equal with specified "Ratio" instance
|
static boolean |
Ratio.equals(Ratio obj1,
Ratio obj2)
Deprecated.
|
static boolean |
Ratio.op_Equality(Ratio left,
Ratio right)
Compares two ratios and returns a boolean indicating if the two do match.
|
static boolean |
Ratio.op_Inequality(Ratio left,
Ratio right)
Compares two ratios and returns a boolean indicating if the two do not match.
|
Modifier and Type | Method and Description |
---|---|
Ratio |
Dimensions.getAspectRatio()
Aspect ratio of this dimensions as width/height
|
Ratio |
IImageResource.getAspectRatio()
In implementing type should return an aspect ratio of particular image regardless of its type.
|
Modifier and Type | Method and Description |
---|---|
Ratio |
RasterImageResourceBase.getAspectRatio()
Returns an aspect ratio of this image as the width-to-height relation
|
Modifier and Type | Method and Description |
---|---|
Ratio |
SvgImage.getAspectRatio()
Returns aspect ratio of this SVG image
|
Copyright © 2018. All rights reserved.