public class DgnViewInfo extends Object
DgnViewInfo class
Modifier and Type | Field and Description |
---|---|
byte[] |
Levels
The levels
|
Constructor and Description |
---|
DgnViewInfo() |
Modifier and Type | Method and Description |
---|---|
long |
getActiveZ()
Gets or sets the active z.
|
double |
getConversion()
Gets or sets the conversion.
|
DgnPoint |
getDelta()
Gets or sets the delta.
|
int |
getFlags()
Gets or sets the flags.
|
DgnPoint |
getOrigin()
Gets or sets the origin.
|
void |
setActiveZ(long value)
Gets or sets the active z.
|
void |
setConversion(double value)
Gets or sets the conversion.
|
void |
setDelta(DgnPoint value)
Gets or sets the delta.
|
void |
setFlags(int value)
Gets or sets the flags.
|
void |
setOrigin(DgnPoint value)
Gets or sets the origin.
|
public int getFlags()
Gets or sets the flags.
public void setFlags(int value)
Gets or sets the flags.
value
- The flags.public DgnPoint getOrigin()
Gets or sets the origin.
public void setOrigin(DgnPoint value)
Gets or sets the origin.
value
- The origin.public DgnPoint getDelta()
Gets or sets the delta.
public void setDelta(DgnPoint value)
Gets or sets the delta.
value
- The delta.public double getConversion()
Gets or sets the conversion.
public void setConversion(double value)
Gets or sets the conversion.
value
- The conversion.public long getActiveZ()
Gets or sets the active z.
public void setActiveZ(long value)
Gets or sets the active z.
value
- The active z.