Class CompositePart


  • public class CompositePart
    extends java.lang.Object
    This class represents a part of composite character data.
    • Constructor Summary

      Constructors 
      Constructor Description
      CompositePart​(java.lang.String name, int xDisplacement, int yDisplacement)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Getter for property name.
      int getXDisplacement()
      Getter for property xDisplacement.
      int getYDisplacement()
      Getter for property yDisplacement.
      • Methods inherited from class java.lang.Object

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

      • name

        private final java.lang.String name
      • xDisplacement

        private final int xDisplacement
      • yDisplacement

        private final int yDisplacement
    • Constructor Detail

      • CompositePart

        public CompositePart​(java.lang.String name,
                             int xDisplacement,
                             int yDisplacement)
    • Method Detail

      • getName

        public java.lang.String getName()
        Getter for property name.
        Returns:
        Value of property name.
      • getXDisplacement

        public int getXDisplacement()
        Getter for property xDisplacement.
        Returns:
        Value of property xDisplacement.
      • getYDisplacement

        public int getYDisplacement()
        Getter for property yDisplacement.
        Returns:
        Value of property yDisplacement.