public class DxfTABLE_VIEW_ITEM extends DxfTABLE_ITEM
Constructor and Description |
---|
DxfTABLE_VIEW_ITEM(java.lang.String name,
int flags) |
DxfTABLE_VIEW_ITEM(java.lang.String name,
int flags,
float viewHeight,
float viewWidth,
double viewCenterPointX,
double viewCenterPointY,
double[] viewDirectionFromTarget,
double[] targetPoint,
float lensLength,
double frontClippingPlaneOffset,
double backClippingPlaneOffset,
float twistAngle,
int viewMode) |
Modifier and Type | Method and Description |
---|---|
double |
getBackClippingPlaneOffset() |
double |
getFrontClippingPlaneOffset() |
float |
getLensLength() |
double[] |
getTargetPoint() |
float |
getTwistAngle() |
double |
getViewCenterPointX() |
double |
getViewCenterPointY() |
double[] |
getViewDirectionFromTarget() |
float |
getViewHeight() |
int |
getViewMode() |
float |
getViewWidth() |
static java.util.Map |
readTable(java.io.RandomAccessFile raf) |
void |
setBackClippingPlaneOffset(double backClippingPlaneOffset) |
void |
setFrontClippingPlaneOffset(double frontClippingPlaneOffset) |
void |
setLensLength(float lensLength) |
void |
setTargetPoint(double[] targetPoint) |
void |
setTwistAngle(float twistAngle) |
void |
setViewCenterPointX(double viewCenterPointX) |
void |
setViewCenterPointY(double viewCenterPointY) |
void |
setViewDirectionFromTarget(double[] viewDirectionFromTarget) |
void |
setViewHeight(float viewHeight) |
void |
setViewMode(int viewMode) |
void |
setViewWidth(float viewWidth) |
java.lang.String |
toString() |
public DxfTABLE_VIEW_ITEM(java.lang.String name, int flags)
public DxfTABLE_VIEW_ITEM(java.lang.String name, int flags, float viewHeight, float viewWidth, double viewCenterPointX, double viewCenterPointY, double[] viewDirectionFromTarget, double[] targetPoint, float lensLength, double frontClippingPlaneOffset, double backClippingPlaneOffset, float twistAngle, int viewMode)
public float getViewHeight()
public float getViewWidth()
public double getViewCenterPointX()
public double getViewCenterPointY()
public double[] getViewDirectionFromTarget()
public double[] getTargetPoint()
public float getLensLength()
public double getFrontClippingPlaneOffset()
public double getBackClippingPlaneOffset()
public float getTwistAngle()
public int getViewMode()
public void setViewHeight(float viewHeight)
public void setViewWidth(float viewWidth)
public void setViewCenterPointX(double viewCenterPointX)
public void setViewCenterPointY(double viewCenterPointY)
public void setViewDirectionFromTarget(double[] viewDirectionFromTarget)
public void setTargetPoint(double[] targetPoint)
public void setLensLength(float lensLength)
public void setFrontClippingPlaneOffset(double frontClippingPlaneOffset)
public void setBackClippingPlaneOffset(double backClippingPlaneOffset)
public void setTwistAngle(float twistAngle)
public void setViewMode(int viewMode)
public static java.util.Map readTable(java.io.RandomAccessFile raf) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class DxfTABLE_ITEM