|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.imaging.CreateOptionsBase
com.aspose.imaging.createoptions.ImageCreateOptions
com.aspose.imaging.createoptions.JpegCreateOptions
public class JpegCreateOptions
The jpeg file format create options.
Constructor Summary | |
---|---|
JpegCreateOptions()
Initializes a new instance of the JpegCreateOptions class. |
|
JpegCreateOptions(JpegCreateOptions jpegCreateOptions)
Initializes a new instance of the JpegCreateOptions class. |
Method Summary |
---|
Methods inherited from class com.aspose.imaging.createoptions.ImageCreateOptions |
---|
getHeight, getPalette, getUseCompactPalette, getWidth, setHeight, setPalette, setUseCompactPalette, setWidth |
Methods inherited from class com.aspose.imaging.CreateOptionsBase |
---|
getSource, setSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JpegCreateOptions()
Initializes a new instance of the JpegCreateOptions
class.
public JpegCreateOptions(JpegCreateOptions jpegCreateOptions)
Initializes a new instance of the JpegCreateOptions
class.
jpegCreateOptions
- The JPEG create options.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |