Documentation of 'org.jplot2d.renderer.ImageAssemblyInfo' Java class
ImageAssemblyInfo
org.jplot2d.renderer

Class ImageAssemblyInfo



  • public class ImageAssemblyInfo
    extends java.lang.Object
    This class maintains a map to associate components to their bounds and future rendered images.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.Set<ComponentEx> componentSet()
      The returned set is an ordered set that follow the z-order.
      boolean contains(ComponentEx comp)
      Test if this AssemblyInfo contains the given component.
      java.awt.Rectangle getBounds(ComponentEx comp) 
      java.util.concurrent.Future<java.awt.image.BufferedImage> getFuture(ComponentEx comp) 
      void put(ComponentEx comp, java.awt.Rectangle bounds, java.util.concurrent.Future<java.awt.image.BufferedImage> future)
      Z-order: The 1st put component is on the bottom.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImageAssemblyInfo

        public ImageAssemblyInfo()
    • Method Detail

      • contains

        public boolean contains(ComponentEx comp)
        Test if this AssemblyInfo contains the given component.
        Parameters:
        comp -
        Returns:
      • componentSet

        public java.util.Set<ComponentEx> componentSet()
        The returned set is an ordered set that follow the z-order.
        Returns:
      • getBounds

        public java.awt.Rectangle getBounds(ComponentEx comp)
      • getFuture

        public java.util.concurrent.Future<java.awt.image.BufferedImage> getFuture(ComponentEx comp)
      • put

        public void put(ComponentEx comp,
                        java.awt.Rectangle bounds,
                        java.util.concurrent.Future<java.awt.image.BufferedImage> future)
        Z-order: The 1st put component is on the bottom. The later is on top.
        Parameters:
        comp -
        bounds -
        future -

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.