java.lang.Object
com.norconex.crawler.web.doc.operations.image.impl.FeaturedImage

public class FeaturedImage extends Object
  • Constructor Details

  • Method Details

    • getOriginalSize

      public Dimension getOriginalSize()
    • getImage

      public BufferedImage getImage()
    • getUrl

      public String getUrl()
    • contains

      public boolean contains(FeaturedImage img)
    • contains

      public boolean contains(Dimension dim)
    • contains

      public boolean contains(int width, int height)
    • fits

      public boolean fits(FeaturedImage img)
    • fits

      public boolean fits(Dimension dim)
    • fits

      public boolean fits(int width, int height)
    • getArea

      public long getArea()
    • toHTMLInlineString

      public String toHTMLInlineString(String format) throws IOException
      Throws:
      IOException
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object