com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class BaseRenderParam

  • Direct Known Subclasses:
    BaseHtmlRenderParam, BaseImageRenderParam

    Deprecated. 
    This type is not used anymore and will be deleted in future releases

    @Deprecated
    public abstract class BaseRenderParam
    extends IRenderParam

    Abstract default implementation of IRenderParam, base class for all rendering parameters.

    • Method Detail

      • getEndDate

        public Date getEndDate()
        Deprecated. 
        Returns rendering end date.
        Specified by:
        getEndDate in class IRenderParam
        Returns:
        end date (java.util.Date).
      • setEndDate

        public void setEndDate(Date value)
        Deprecated. 
        Sets rendering end date.
        Specified by:
        setEndDate in class IRenderParam
        Parameters:
        value - end date (java.util.Date).
      • getLegendOnEachPage

        public boolean getLegendOnEachPage()
        Deprecated. 

        Determines whether to show legend on each page or on the firsts only.

        Specified by:
        getLegendOnEachPage in class IRenderParam
        Returns:
        true if to show legend on each page or on the firsts only.
      • setLegendOnEachPage

        public void setLegendOnEachPage(boolean value)
        Deprecated. 

        Determines whether to show legend on each page or on the firsts only.

        Specified by:
        setLegendOnEachPage in class IRenderParam
        Parameters:
        value - true if to show legend on each page or on the firsts only.
      • getLocation

        public Point getLocation()
        Deprecated. 
        Returns rendering start point.
        Specified by:
        getLocation in class IRenderParam
        Returns:
        start location (java.awt.Point).
      • setLocation

        public void setLocation(Point value)
        Deprecated. 
        Sets rendering start point.
        Specified by:
        setLocation in class IRenderParam
        Parameters:
        value - start location (java.awt.Point).
      • getPage

        public int getPage()
        Deprecated. 

        Return page to render.

        Specified by:
        getPage in class IRenderParam
        Returns:
        page number.
      • setPage

        public void setPage(int value)
        Deprecated. 
        Sets page to render.
        Specified by:
        setPage in class IRenderParam
        Parameters:
        value - page number.
      • getScale

        public int getScale()
        Deprecated. 

        Returns time rendering scale.

        Specified by:
        getScale in class IRenderParam
        Returns:
        rendering time scale (RenderScale).
      • setScale

        public void setScale(int value)
        Deprecated. 

        Sets time rendering scale.

        Specified by:
        setScale in class IRenderParam
        Parameters:
        value - rendering time scale (RenderScale).
      • getSize

        public Dimension getSize()
        Deprecated. 
        Returns rendering size.
        Specified by:
        getSize in class IRenderParam
        Returns:
        size (java.awt.Dimension).
      • setSize

        public void setSize(Dimension value)
        Deprecated. 
        Sets rendering size.
        Specified by:
        setSize in class IRenderParam
        Parameters:
        value - size (java.awt.Dimension).
      • getStartDate

        public Date getStartDate()
        Deprecated. 
        Returns rendering start date.
        Specified by:
        getStartDate in class IRenderParam
        Returns:
        start date (java.util.Date).
      • setStartDate

        public void setStartDate(Date value)
        Deprecated. 
        Sets rendering start date.
        Specified by:
        setStartDate in class IRenderParam
        Parameters:
        value - start date (java.util.Date).
      • getZoom

        public int getZoom()
        Deprecated. 

        Returns rendering zoom.

        Specified by:
        getZoom in class IRenderParam
        Returns:
        rendering zoom.
      • setZoom

        public void setZoom(int value)
        Deprecated. 
        Sets rendering zoom.
        Specified by:
        setZoom in class IRenderParam
        Parameters:
        value - zoom value.