类 ImageLayer.ImageLayerBean

  • 封闭类:
    ImageLayer

    public class ImageLayer.ImageLayerBean
    extends java.lang.Object
    • 方法详细资料

      • getLayerType

        public LayerTypes getLayerType()
        Get layer type
        返回:
        Layer type
      • setLayerType

        public void setLayerType​(LayerTypes lt)
        Set layer type
        参数:
        lt - Layer type
      • getLayerDrawType

        public LayerDrawType getLayerDrawType()
        Get layer draw type
        返回:
        Layer draw type
      • setLayerDrawType

        public void setLayerDrawType​(LayerDrawType ldt)
        Set layer draw type
        参数:
        ldt - Layer draw type
      • getFileName

        public java.lang.String getFileName()
        Get file name
        返回:
        File name
      • setFileName

        public void setFileName​(java.lang.String fn)
        Set file name
        参数:
        fn - File name
      • getHandle

        public int getHandle()
        Get layer handle
        返回:
        Layer handle
      • getLayerName

        public java.lang.String getLayerName()
        Get layer name
        返回:
        Layer name
      • setLayerName

        public void setLayerName​(java.lang.String name)
        Set layer name
        参数:
        name - Layer name
      • isMaskout

        public boolean isMaskout()
        Get if is maskout
        返回:
        If is maskout
      • setMaskout

        public void setMaskout​(boolean value)
        Set if maskout
        参数:
        value - If maskout
      • isVisible

        public boolean isVisible()
        Get if is visible
        返回:
        If is visible
      • setVisible

        public void setVisible​(boolean value)
        Set if is visible
        参数:
        value - If is visible
      • getWorldFileName

        public java.lang.String getWorldFileName()
        Get world file name of the layer
        返回:
        World file name
      • isUseTransColor

        public boolean isUseTransColor()
        Get if set transparency color
        返回:
        Boolean
      • setUseTransColor

        public void setUseTransColor​(boolean istrue)
        Set if using transparency color
        参数:
        istrue - Boolean
      • getTransparencyColor

        public java.awt.Color getTransparencyColor()
        Get transparency color
        返回:
        Transparency color
      • setTransparencyColor

        public void setTransparencyColor​(java.awt.Color color)
        Set transparency color
        参数:
        color - The color
      • getTransparency

        public int getTransparency()
        Get transparency percent
        返回:
        Transparency percent
      • setTransparency

        public void setTransparency​(int value)
        Set transparency percent
        参数:
        value - Transparency percent
      • getXUL

        public double getXUL()
        Get X upper-left
        返回:
        Upper-left x value
      • setXUL

        public void setXUL​(double value)
                    throws java.io.IOException
        Set upper-left x
        参数:
        value - The value
        抛出:
        java.io.IOException
      • getYUL

        public double getYUL()
        Get y upper-left
        返回:
        Upper-left y
      • setYUL

        public void setYUL​(double value)
                    throws java.io.IOException
        Set upper-left y
        参数:
        value - The value
        抛出:
        java.io.IOException
      • getXScale

        public double getXScale()
        Get x scale
        返回:
        The x scale
      • setXScale

        public void setXScale​(double value)
                       throws java.io.IOException
        Set x scale
        参数:
        value - The value
        抛出:
        java.io.IOException
      • getYScale

        public double getYScale()
        Get y scale
        返回:
        The y scale
      • setYScale

        public void setYScale​(double value)
                       throws java.io.IOException
        抛出:
        java.io.IOException
      • getXRotate

        public double getXRotate()
        Get x rotate(shear)
        返回:
        X rotate
      • setXRotate

        public void setXRotate​(double value)
                        throws java.io.IOException
        Set x rotate(shear)
        参数:
        value - Value
        抛出:
        java.io.IOException
      • getYRotate

        public double getYRotate()
        Get y rotate(shear)
        返回:
        X rotate
      • setYRotate

        public void setYRotate​(double value)
                        throws java.io.IOException
        Set y rotate(shear)
        参数:
        value - Value
        抛出:
        java.io.IOException
      • getInterpolation

        public java.lang.String getInterpolation()
        Get interpolation
        返回:
        Interpolation
      • setInterpolation

        public void setInterpolation​(java.lang.String value)
        Set interpolation
        参数:
        value - Interpolation