Class ImageGridCell

All Implemented Interfaces:
Styleable, EventTarget, Skinnable

public class ImageGridCell extends GridCell<Image>
A GridCell that can be used to show images inside the GridView control.
See Also:
  • Constructor Details

    • ImageGridCell

      public ImageGridCell()
      Creates a default ImageGridCell instance, which will preserve image properties
    • ImageGridCell

      public ImageGridCell(boolean preserveImageProperties)
      Create ImageGridCell instance
      Parameters:
      preserveImageProperties - if set to true will preserve image aspect ratio and smoothness
  • Method Details