Class FlashInfo

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class FlashInfo
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Cloneable
    Info for a graphical element for flash information.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int color  
      java.lang.String data  
      double factor  
      int x  
      int y  
    • Constructor Summary

      Constructors 
      Constructor Description
      FlashInfo​(java.lang.String data, int x, int y, double factor)
      Creates a new FlashInfo.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()
      Returns a clone of this FlashInfo.
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • data

        public java.lang.String data
      • x

        public int x
      • y

        public int y
      • factor

        public double factor
      • color

        public int color
    • Constructor Detail

      • FlashInfo

        public FlashInfo​(java.lang.String data,
                         int x,
                         int y,
                         double factor)
        Creates a new FlashInfo.
        Parameters:
        data - The string.
        x - X pos.
        y - Y pos.
        factor - Scaling factor.
    • Method Detail

      • clone

        public java.lang.Object clone()
        Returns a clone of this FlashInfo.
        Overrides:
        clone in class java.lang.Object