public final class CFF2Image extends Image
CFF2 image class
Image| Constructor and Description |
|---|
CFF2Image()
Initializes a new instance of the
CFF2Image class |
| Modifier and Type | Method and Description |
|---|---|
void |
cacheData()
Caches data
|
CFF2Aux |
getAuxSecton()
Gets the aux secton.
|
int |
getHeight()
Gets the image height.
|
CFF2LinesOutputDescribing |
getLinesOutputDescribing()
Description of the line types output
|
com.aspose.ms.System.Collections.Generic.Dictionary<Integer,com.aspose.foundation.drawing.DrColor> |
getLineTypeColors()
Colors of the line types.
|
CFF2Main |
getMainSecton()
Gets the main secton.
|
Cad3DPoint |
getMaxPoint()
Gets the max point.
|
Cad3DPoint |
getMinPoint()
Gets the min point.
|
CFF2OrderOutputDescribing |
getOrderOutputDescribing()
Description of the order section output
|
CFF2Order |
getOrderSecton()
Gets the order secton.
|
String[] |
getStrings()
Gets all string values from image.
|
List<CFF2Sub> |
getSubSectons()
Gets the sub sectons.
|
int |
getWidth()
Gets the image width.
|
boolean |
isCached()
Gets is image cached
|
void |
loadMessageFile(InputStream stream)
Loads a message file from the specified stream.
|
void |
loadMessageFile(String filePath)
Loads a message file from the specified path.
|
void |
setLinesOutputDescribing(CFF2LinesOutputDescribing value)
Description of the line types output
|
void |
setOrderOutputDescribing(CFF2OrderOutputDescribing value)
Description of the order section output
|
void |
updateSize()
Update size
|
canLoad, canLoad, canLoad, canLoad, canSave, getBackgroundColor, getBounds, getContainer, getFileFormat, getFileFormat, getPalette, getSize, getUnitlessDefaultUnitType, getUnitType, hasBackgroundColor, load, load, load, load, save, save, save, setBackgroundColor, setBackgroundColor, setPalettepublic CFF2Image()
Initializes a new instance of the CFF2Image class
public boolean isCached()
Gets is image cached
isCached in class com.aspose.cad.DataStreamSupporterpublic final Cad3DPoint getMaxPoint()
Gets the max point.
public final Cad3DPoint getMinPoint()
Gets the min point.
public int getHeight()
Gets the image height.
getHeight in interface IObjectWithBoundsgetHeight in class Imagepublic int getWidth()
Gets the image width.
getWidth in interface IObjectWithBoundsgetWidth in class Imagepublic final CFF2Order getOrderSecton()
Gets the order secton.
public final CFF2Aux getAuxSecton()
Gets the aux secton.
public final CFF2Main getMainSecton()
Gets the main secton.
public final List<CFF2Sub> getSubSectons()
Gets the sub sectons.
public final com.aspose.ms.System.Collections.Generic.Dictionary<Integer,com.aspose.foundation.drawing.DrColor> getLineTypeColors()
Colors of the line types.
public final CFF2OrderOutputDescribing getOrderOutputDescribing()
Description of the order section output
public final void setOrderOutputDescribing(CFF2OrderOutputDescribing value)
Description of the order section output
public final CFF2LinesOutputDescribing getLinesOutputDescribing()
Description of the line types output
public final void setLinesOutputDescribing(CFF2LinesOutputDescribing value)
Description of the line types output
public final void loadMessageFile(String filePath)
Loads a message file from the specified path.
filePath - The file path of the message file.public final void loadMessageFile(InputStream stream)
Loads a message file from the specified stream.
stream - The stream of the message file.public void cacheData()
Caches data
cacheData in class com.aspose.cad.DataStreamSupporterpublic final void updateSize()
Update size
public String[] getStrings()
Gets all string values from image.
getStrings in class ImageCopyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.