CadOle2Frame
Inheritance: java.lang.Object, CadBaseEntity
The Cad OLE2FRAME.
Constructors
| Constructor | Description |
|---|---|
| CadOle2Frame() | Initializes a new instance of the CadOle2Frame class. |
Methods
| Method | Description |
|---|---|
| getTypeName() | Gets the name of the type. |
| getOleDataEnd() | Gets or sets the OLE data end. |
| setOleDataEnd(String value) | Gets or sets the OLE data end. |
| getBinaryData() | Gets or sets the binary data. |
| setBinaryData(byte[] value) | Gets or sets the binary data. |
| getBinaryDataLength2() | Gets or sets the binary data length2. |
| setBinaryDataLength2(int value) | Gets or sets the binary data length2. |
| getTileModeDescriptor() | Gets or sets the tile mode descriptor. |
| setTileModeDescriptor(short value) | Gets or sets the tile mode descriptor. |
| getOleObjectType() | Gets or sets the OLE object typet. |
| setOleObjectType(short value) | Gets or sets the OLE object typet. |
| getLowerRightCorner() | Gets or sets the lower right corner. |
| setLowerRightCorner(Cad3DPoint value) | Gets or sets the lower right corner. |
| getUpperLeftCorner() | Gets or sets the upper left corner. |
| setUpperLeftCorner(Cad3DPoint value) | Gets or sets the upper left corner. |
| getBinaryDataLength1() | Gets or sets the binary data length1. |
| setBinaryDataLength1(String value) | Gets or sets the binary data length1. |
| getVersionNumber() | Gets or sets the version number. |
| setVersionNumber(short value) | Gets or sets the version number. |
CadOle2Frame()
public CadOle2Frame()
Initializes a new instance of the CadOle2Frame class.
getTypeName()
public int getTypeName()
Gets the name of the type.
Returns: int - The name of the type.
getOleDataEnd()
public final String getOleDataEnd()
Gets or sets the OLE data end.
Returns: String - The OLE data end.
setOleDataEnd(String value)
public final void setOleDataEnd(String value)
Gets or sets the OLE data end.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The OLE data end. |
getBinaryData()
public final byte[] getBinaryData()
Gets or sets the binary data.
Returns: byte[] - The binary data.
setBinaryData(byte[] value)
public final void setBinaryData(byte[] value)
Gets or sets the binary data.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | byte[] | The binary data. |
getBinaryDataLength2()
public final int getBinaryDataLength2()
Gets or sets the binary data length2.
Returns: int - The binary data length2.
setBinaryDataLength2(int value)
public final void setBinaryDataLength2(int value)
Gets or sets the binary data length2.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The binary data length2. |
getTileModeDescriptor()
public final short getTileModeDescriptor()
Gets or sets the tile mode descriptor.
Returns: short - The tile mode descriptor.
setTileModeDescriptor(short value)
public final void setTileModeDescriptor(short value)
Gets or sets the tile mode descriptor.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The tile mode descriptor. |
getOleObjectType()
public final short getOleObjectType()
Gets or sets the OLE object typet.
Returns: short - The OLE object type.
setOleObjectType(short value)
public final void setOleObjectType(short value)
Gets or sets the OLE object typet.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The OLE object type. |
getLowerRightCorner()
public final Cad3DPoint getLowerRightCorner()
Gets or sets the lower right corner.
Returns: Cad3DPoint - The lower right corner.
setLowerRightCorner(Cad3DPoint value)
public final void setLowerRightCorner(Cad3DPoint value)
Gets or sets the lower right corner.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Cad3DPoint | The lower right corner. |
getUpperLeftCorner()
public final Cad3DPoint getUpperLeftCorner()
Gets or sets the upper left corner.
Returns: Cad3DPoint - The upper left corner.
setUpperLeftCorner(Cad3DPoint value)
public final void setUpperLeftCorner(Cad3DPoint value)
Gets or sets the upper left corner.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Cad3DPoint | The upper left corner. |
getBinaryDataLength1()
public final String getBinaryDataLength1()
Gets or sets the binary data length1.
Returns: String - The binary data length1.
setBinaryDataLength1(String value)
public final void setBinaryDataLength1(String value)
Gets or sets the binary data length1.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The binary data length1. |
getVersionNumber()
public final short getVersionNumber()
Gets or sets the version number.
Returns: short - The version number.
setVersionNumber(short value)
public final void setVersionNumber(short value)
Gets or sets the version number.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The version number. |