public class DgnElementMetadata extends Object
Represents summary of a file element was read
Constructor and Description |
---|
DgnElementMetadata() |
Modifier and Type | Method and Description |
---|---|
int |
getArgbColor_internalized()
Gets or sets Color Argb value corresponding to Color index
|
Color |
getColor()
Gets or sets Color corresponding to Color index
|
byte |
getColorIndex_internalized() |
int |
getGraphicGroup_internalized()
Gets graphic group of element
|
int |
getLevel_internalized() |
int |
getLineStyle()
Gets line style
|
byte |
getLineWeight()
Gets Line weight
|
DgnElementProperties |
getProperties()
Gets properties
|
byte[] |
getRaw_internalized() |
int |
getType()
Gets the Type of a file element
|
boolean |
hasDescription_internalized()
Gets element can have description
|
boolean |
isDeleted()
Gets a value indicating whether a file element was deleted
|
boolean |
isPartOfCompound()
Gets a value indicating whether a file element is a part of compound element
|
void |
setArgbColor_internalized(int value)
Gets or sets Color Argb value corresponding to Color index
|
void |
setColor(Color value)
Gets or sets Color corresponding to Color index
|
void |
setColorIndex_internalized(byte value)
Sets color index, (0-255) that indicates the element's color in color table
|
void |
setDeleted(boolean value)
Sets a value indicating whether a file element was deleted
|
void |
setGraphicGroup_internalized(int value)
Sets graphic group of element
|
void |
setLevel_internalized(int value)
Sets the level of a file element
|
void |
setLineStyle(int value)
Sets line style
|
void |
setLineWeight(byte value)
Sets line weight
|
void |
setPartOfCompound(boolean value)
Sets a value indicating whether a file element is a part of compound element
|
void |
setProperties_internalized(DgnElementProperties value)
Sets properties
|
void |
setRaw_internalized(byte[] value)
Sets the raw data of a file element without first 4 bytes
|
void |
setType(int value)
Sets the type of a file element
|
public int getLevel_internalized()
public void setLevel_internalized(int value)
Sets the level of a file element
value
- The level of a file elementpublic int getType()
Gets the Type of a file element
public void setType(int value)
Sets the type of a file element
value
- The type of a file elementpublic boolean isDeleted()
Gets a value indicating whether a file element was deleted
public void setDeleted(boolean value)
Sets a value indicating whether a file element was deleted
value
- A value indicating whether a file element was deletedpublic boolean isPartOfCompound()
Gets a value indicating whether a file element is a part of compound element
public void setPartOfCompound(boolean value)
Sets a value indicating whether a file element is a part of compound element
value
- true if a file element is a part of compound elementpublic int getGraphicGroup_internalized()
Gets graphic group of element
public void setGraphicGroup_internalized(int value)
Sets graphic group of element
value
- The graphic group of elementpublic byte getColorIndex_internalized()
public void setColorIndex_internalized(byte value)
Sets color index, (0-255) that indicates the element's color in color table
value
- The color index, (0-255) that indicates the element's color in color tablepublic int getArgbColor_internalized()
Gets or sets Color Argb value corresponding to Color index
public void setArgbColor_internalized(int value)
Gets or sets Color Argb value corresponding to Color index
public Color getColor()
Gets or sets Color corresponding to Color index
public void setColor(Color value)
Gets or sets Color corresponding to Color index
public byte getLineWeight()
Gets Line weight
public void setLineWeight(byte value)
Sets line weight
value
- The line weightpublic int getLineStyle()
Gets line style
public void setLineStyle(int value)
Sets line style
value
- The line stylepublic DgnElementProperties getProperties()
Gets properties
public void setProperties_internalized(DgnElementProperties value)
Sets properties
value
- The dgn-element propertiespublic byte[] getRaw_internalized()
public void setRaw_internalized(byte[] value)
Sets the raw data of a file element without first 4 bytes
value
- The array of raw datapublic boolean hasDescription_internalized()
Gets element can have description