Class DxfTABLE_VIEW_ITEM


  • public class DxfTABLE_VIEW_ITEM
    extends DxfTABLE_ITEM
    The VIEW item in the TABLES section There is a static reader to read the item in a DXF file and a toString method able to write it in a DXF form
    Version:
    0.5.0
    Author:
    Micha�l Michaud
    • Constructor Detail

      • DxfTABLE_VIEW_ITEM

        public DxfTABLE_VIEW_ITEM​(String name,
                                  int flags)
      • DxfTABLE_VIEW_ITEM

        public DxfTABLE_VIEW_ITEM​(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)
    • Method Detail

      • getViewHeight

        public float getViewHeight()
      • getViewWidth

        public float getViewWidth()
      • getViewCenterPointX

        public double getViewCenterPointX()
      • getViewCenterPointY

        public double getViewCenterPointY()
      • getViewDirectionFromTarget

        public double[] getViewDirectionFromTarget()
      • getTargetPoint

        public double[] getTargetPoint()
      • getLensLength

        public float getLensLength()
      • getFrontClippingPlaneOffset

        public double getFrontClippingPlaneOffset()
      • getBackClippingPlaneOffset

        public double getBackClippingPlaneOffset()
      • getTwistAngle

        public float getTwistAngle()
      • getViewMode

        public int getViewMode()
      • setViewHeight

        public void setViewHeight​(float viewHeight)
      • setViewWidth

        public void setViewWidth​(float viewWidth)
      • setViewCenterPointX

        public void setViewCenterPointX​(double viewCenterPointX)
      • setViewCenterPointY

        public void setViewCenterPointY​(double viewCenterPointY)
      • setViewDirectionFromTarget

        public void setViewDirectionFromTarget​(double[] viewDirectionFromTarget)
      • setTargetPoint

        public void setTargetPoint​(double[] targetPoint)
      • setLensLength

        public void setLensLength​(float lensLength)
      • setFrontClippingPlaneOffset

        public void setFrontClippingPlaneOffset​(double frontClippingPlaneOffset)
      • setBackClippingPlaneOffset

        public void setBackClippingPlaneOffset​(double backClippingPlaneOffset)
      • setTwistAngle

        public void setTwistAngle​(float twistAngle)
      • setViewMode

        public void setViewMode​(int viewMode)