Class PaintletWithFixedXRange

    • Constructor Detail

      • PaintletWithFixedXRange

        public PaintletWithFixedXRange()
    • Method Detail

      • getDefaultPaintlet

        protected AbstractTimeseriesPaintlet getDefaultPaintlet()
        Returns the default paintlet to use.
        Returns:
        the default paintlet
      • setMinX

        public void setMinX​(BaseDateTime value)
        Sets the minimum of the X range.
        Parameters:
        value - the minimum
      • getMinX

        public BaseDateTime getMinX()
        Returns the minimum of the X range.
        Returns:
        the minimum
      • minXTipText

        public String minXTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setMaxX

        public void setMaxX​(BaseDateTime value)
        Sets the maximum of the X range.
        Parameters:
        value - the maximum
      • getMaxX

        public BaseDateTime getMaxX()
        Returns the maximum of the X range.
        Returns:
        the maximum
      • maxXTipText

        public String maxXTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setPaintlet

        public void setPaintlet​(AbstractTimeseriesPaintlet value)
        Sets the actual paintlet to use.
        Parameters:
        value - the paintlet
      • paintletTipText

        public String paintletTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setActor

        public void setActor​(Actor actor)
        Sets the owning actor.
        Specified by:
        setActor in interface FlowAwarePaintlet
        Parameters:
        actor - the actor this paintlet belongs to
      • getActor

        public Actor getActor()
        Returns the owning actor.
        Specified by:
        getActor in interface FlowAwarePaintlet
        Returns:
        the actor this paintlet belongs to, null if none set