Class AbstractTacticalSymbol.IconAtlasElement

    • Field Detail

      • point

        protected java.awt.Point point
      • lastUsed

        protected long lastUsed
        Indicates the last time, in milliseconds, the element was requested or added.
    • Method Detail

      • getPoint

        public java.awt.Point getPoint()
      • setPoint

        public void setPoint​(java.awt.Point point)
      • loadImage

        protected boolean loadImage()
        Description copied from class: TextureAtlasElement
        Loads this element's image source into its image property. If the image source is a remote resource, this initiates a request for it and returns null.
        Overrides:
        loadImage in class TextureAtlasElement
        Returns:
        true if the image source has been loaded successfully, and false otherwise.
      • createModifierImage

        protected java.awt.image.BufferedImage createModifierImage()