public final class CF2Image extends Image
CFF2 image class
Image| Constructor and Description |
|---|
CF2Image()
Initializes a new instance of the
CF2Image class |
| Modifier and Type | Method and Description |
|---|---|
void |
cacheData()
Caches data
|
CF2Aux |
getAuxSecton()
Gets the aux secton.
|
int |
getHeight()
Gets the image height.
|
CF2LinesOutputDescribing |
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.
|
CF2Main |
getMainSecton()
Gets the main secton.
|
Cad3DPoint |
getMaxPoint()
Gets the max point.
|
Cad3DPoint |
getMinPoint()
Gets the min point.
|
CF2OrderOutputDescribing |
getOrderOutputDescribing()
Description of the order section output
|
CF2Order |
getOrderSecton()
Gets the order secton.
|
String[] |
getStrings()
Gets all string values from image.
|
List<CF2Sub> |
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(CF2LinesOutputDescribing value)
Description of the line types output
|
void |
setOrderOutputDescribing(CF2OrderOutputDescribing 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 CF2Image()
Initializes a new instance of the CF2Image 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 CF2Order getOrderSecton()
Gets the order secton.
public final CF2Aux getAuxSecton()
Gets the aux secton.
public final CF2Main getMainSecton()
Gets the main secton.
public final List<CF2Sub> 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 CF2OrderOutputDescribing getOrderOutputDescribing()
Description of the order section output
public final void setOrderOutputDescribing(CF2OrderOutputDescribing value)
Description of the order section output
public final CF2LinesOutputDescribing getLinesOutputDescribing()
Description of the line types output
public final void setLinesOutputDescribing(CF2LinesOutputDescribing 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 Image