Class FlashAnimationWriter


  • public class FlashAnimationWriter
    extends java.lang.Object
    Level writer for FlashAnimation ini-files.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String IMAGES
      Line identifier for shop items.
      protected static java.lang.String ITEMS
      Line identifier for shop items.
      protected static java.lang.String PROPS
      Line identifier for shop properties.
      protected static java.lang.String TEXTS
      Line identifier for shop items.
    • Constructor Summary

      Constructors 
      Constructor Description
      FlashAnimationWriter()
      Creates a new FlashAnimationWriter.
    • Field Detail

      • PROPS

        protected static final java.lang.String PROPS
        Line identifier for shop properties.
        See Also:
        Constant Field Values
      • IMAGES

        protected static final java.lang.String IMAGES
        Line identifier for shop items.
        See Also:
        Constant Field Values
      • TEXTS

        protected static final java.lang.String TEXTS
        Line identifier for shop items.
        See Also:
        Constant Field Values
      • ITEMS

        protected static final java.lang.String ITEMS
        Line identifier for shop items.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FlashAnimationWriter

        public FlashAnimationWriter()
        Creates a new FlashAnimationWriter.
    • Method Detail

      • writeFlashAnimationInfo

        protected void writeFlashAnimationInfo​(FlashAnimationInfo fai,
                                               java.io.BufferedWriter dis)
        Writes a FlashAnimation info to the BufferedWriter.
        Parameters:
        fai - The FlashAnimation Info.
        dis - The BufferedWriter.
      • writeProperties

        protected void writeProperties​(FlashAnimationInfo fai,
                                       java.io.BufferedWriter writer)
        Writes FlashAnimation info properties to the BufferedWriter.
        Parameters:
        fai - The FlashAnimation.
        writer - The BufferedWriter.
      • writeItems

        protected void writeItems​(FlashAnimationInfo fai,
                                  java.io.BufferedWriter writer)
        Writes the items to the BufferedWriter.
        Parameters:
        fai - The FlashAnimation.
        writer - The BufferedWriter.
      • writeImages

        protected void writeImages​(FlashAnimationInfo fai,
                                   java.io.BufferedWriter writer)
        Writes the images to the BufferedWriter.
        Parameters:
        fai - The FlashAnimation.
        writer - The BufferedWriter.
      • writeTexts

        protected void writeTexts​(FlashAnimationInfo fai,
                                  java.io.BufferedWriter writer)
        Writes the images to the BufferedWriter.
        Parameters:
        fai - The FlashAnimation.
        writer - The BufferedWriter.