Skip to content

Commit 4fbd58b

Browse files
author
Samer El-Khatib
committed
Release 25.3 - Update java apireference
1 parent d3acc52 commit 4fbd58b

File tree

5 files changed

+23
-9
lines changed
  • english/java
    • com.aspose.imaging.fileformats.bmp/bmpimage
    • com.aspose.imaging.fileformats.gif/gifimage
    • com.aspose.imaging.imageoptions
    • com.aspose.imaging/buildversioninfo

5 files changed

+23
-9
lines changed

english/java/com.aspose.imaging.fileformats.bmp/bmpimage/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can effortlessly handle Bitmap (BMP) and Device Independent Bitmap (DIB) fil
2424
| [BmpImage(RasterImage rasterImage)](#BmpImage-com.aspose.imaging.RasterImage-) | Effortlessly create a new instance of the [BmpImage](../../com.aspose.imaging.fileformats.bmp/bmpimage) class by initializing it with a RasterImage object. |
2525
| [BmpImage(RasterImage rasterImage, int bitsPerPixel, long compression, double horizontalResolution, double verticalResolution)](#BmpImage-com.aspose.imaging.RasterImage-int-long-double-double-) | Start working with the [BmpImage](../../com.aspose.imaging.fileformats.bmp/bmpimage) class seamlessly by creating a new instance using a rasterImage along with specified parameters like bitsPerPixel and compression. |
2626
| [BmpImage(int width, int height)](#BmpImage-int-int-) | Start using the [BmpImage](../../com.aspose.imaging.fileformats.bmp/bmpimage) class effortlessly by creating a new instance with specified width and height parameters. |
27-
| [BmpImage(int width, int height, int bitsPerPixel, IColorPalette palette)](#BmpImage-int-int-int-com.aspose.imaging.IColorPalette-) | Begin using the [BmpImage](../../com.aspose.imaging.fileformats.bmp/bmpimage) class seamlessly by initializing a new instance with parameters such as width, height, bit depth, and palette. |
27+
| [BmpImage(int width, int height, int bitsPerPixel, IColorPalette palette)](#BmpImage-int-int-int-com.aspose.imaging.IColorPalette-) | Begin using the [BmpImage](../../com.aspose.imaging.fileformats.bmp/bmpimage) class seamlessly by initializing a new instance with parameters such as width, height, bit-depth, and palette. |
2828
| [BmpImage(int width, int height, int bitsPerPixel, IColorPalette palette, long compression, double horizontalResolution, double verticalResolution)](#BmpImage-int-int-int-com.aspose.imaging.IColorPalette-long-double-double-) | Effortlessly create a new instance of the [BmpImage](../../com.aspose.imaging.fileformats.bmp/bmpimage) class with this constructor, specifying parameters like width, height, bitsPerPixel, and palette. |
2929
## Methods
3030

@@ -274,7 +274,7 @@ public BmpImage(int width, int height, int bitsPerPixel, IColorPalette palette)
274274
```
275275

276276

277-
Begin using the [BmpImage](../../com.aspose.imaging.fileformats.bmp/bmpimage) class seamlessly by initializing a new instance with parameters such as width, height, bit depth, and palette. Perfect for developers seeking a straightforward way to create BmpImage objects with custom dimensions and color configurations, ensuring flexibility and efficiency in their projects.
277+
Begin using the [BmpImage](../../com.aspose.imaging.fileformats.bmp/bmpimage) class seamlessly by initializing a new instance with parameters such as width, height, bit-depth, and palette. Perfect for developers seeking a straightforward way to create BmpImage objects with custom dimensions and color configurations, ensuring flexibility and efficiency in their projects.
278278

279279
**Parameters:**
280280
| Parameter | Type | Description |

english/java/com.aspose.imaging.fileformats.gif/gifimage/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public GifImage(GifFrameBlock firstFrame)
187187
```
188188

189189

190-
Crafting GIF images becomes effortless with the [GifImage](../../com.aspose.imaging.fileformats.gif/gifimage) constructor. With just the firstFrame parameter, it enters in a world of dynamic visual communication.
190+
Crafting GIF images becomes effortless with the [GifImage](../../com.aspose.imaging.fileformats.gif/gifimage) constructor. With just the firstFrame parameter, it enters a world of dynamic visual communication.
191191

192192
**Parameters:**
193193
| Parameter | Type | Description |

english/java/com.aspose.imaging.imageoptions/svgrasterizationoptions/_index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The SVG rasterization options.
2626
| [setScaleX(float value)](#setScaleX-float-) | Gets or sets the scale x. |
2727
| [getScaleY()](#getScaleY--) | Gets or sets the scale y. |
2828
| [setScaleY(float value)](#setScaleY-float-) | Gets or sets the scale y. |
29+
| [copyTo(VectorRasterizationOptions vectorRasterizationOptions)](#copyTo-com.aspose.imaging.imageoptions.VectorRasterizationOptions-) | Copies this instance to `vectorRasterizationOptions`. |
2930
### SvgRasterizationOptions() {#SvgRasterizationOptions--}
3031
```
3132
public SvgRasterizationOptions()
@@ -156,3 +157,16 @@ try {
156157
}
157158
```
158159

160+
### copyTo(VectorRasterizationOptions vectorRasterizationOptions) {#copyTo-com.aspose.imaging.imageoptions.VectorRasterizationOptions-}
161+
```
162+
public void copyTo(VectorRasterizationOptions vectorRasterizationOptions)
163+
```
164+
165+
166+
Copies this instance to `vectorRasterizationOptions`.
167+
168+
**Parameters:**
169+
| Parameter | Type | Description |
170+
| --- | --- | --- |
171+
| vectorRasterizationOptions | [VectorRasterizationOptions](../../com.aspose.imaging.imageoptions/vectorrasterizationoptions) | The vector rasterization options. |
172+

english/java/com.aspose.imaging.imageoptions/vectorrasterizationoptions/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The vector rasterization options. Please note that `VectorRasterizationOptions`(
4747
| [setPositioning(int value)](#setPositioning-int-) | Sets the positioning. |
4848
| [getReplaceTextMapping()](#getReplaceTextMapping--) | Gets the text replace mapping. |
4949
| [setReplaceTextMapping(HashMap<String,String> value)](#setReplaceTextMapping-java.util.HashMap-java.lang.String-java.lang.String--) | Sets the text replace mapping. |
50-
| [copyTo(VectorRasterizationOptions vectorRasterizationOptions)](#copyTo-com.aspose.imaging.imageoptions.VectorRasterizationOptions-) | Copies to. |
50+
| [copyTo(VectorRasterizationOptions vectorRasterizationOptions)](#copyTo-com.aspose.imaging.imageoptions.VectorRasterizationOptions-) | Copies this instance to `vectorRasterizationOptions`. |
5151
### VectorRasterizationOptions() {#VectorRasterizationOptions--}
5252
```
5353
public VectorRasterizationOptions()
@@ -513,7 +513,7 @@ public void copyTo(VectorRasterizationOptions vectorRasterizationOptions)
513513
```
514514

515515

516-
Copies to.
516+
Copies this instance to `vectorRasterizationOptions`.
517517

518518
**Parameters:**
519519
| Parameter | Type | Description |

english/java/com.aspose.imaging/buildversioninfo/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Provides information about the current product name and version.
2121
| [FILE_VERSION](#FILE-VERSION) | Gets the file version number. |
2222
| [PRODUCT](#PRODUCT) | Gets the product name. |
2323
| [PRODUCT_MAJOR](#PRODUCT-MAJOR) | Gets the product major version. |
24-
| [PRODUCT_MINOR](#PRODUCT-MINOR) | Gets the the product minor version. |
25-
| [PRODUCT_HOTFIX](#PRODUCT-HOTFIX) | Gets the the product hotfix version. |
24+
| [PRODUCT_MINOR](#PRODUCT-MINOR) | Gets the product minor version. |
25+
| [PRODUCT_HOTFIX](#PRODUCT-HOTFIX) | Gets the product hotfix version. |
2626
| [RELEASE_DATE](#RELEASE-DATE) | Gets the date of release. |
2727
### ASSEMBLY_VERSION {#ASSEMBLY-VERSION}
2828
```
@@ -62,15 +62,15 @@ public static final int PRODUCT_MINOR
6262
```
6363

6464

65-
Gets the the product minor version.
65+
Gets the product minor version.
6666

6767
### PRODUCT_HOTFIX {#PRODUCT-HOTFIX}
6868
```
6969
public static final int PRODUCT_HOTFIX
7070
```
7171

7272

73-
Gets the the product hotfix version.
73+
Gets the product hotfix version.
7474

7575
### RELEASE_DATE {#RELEASE-DATE}
7676
```

0 commit comments

Comments
 (0)