Interface Tag

  • All Known Implementing Classes:
    Binary

    public interface Tag
    The interface for different tags of patches.
    • Method Detail

      • getSize

        int getSize()
        Get the number of different tags (e.g. 2 for binary tag).
        Returns:
        The number of different tags
      • next

        Tag next()
        Get the next tag. It should be circular: get the exact tag beck after calling this function several times.
        Returns:
        The next tag.
      • getColor

        javafx.scene.paint.Color getColor()
        Get the color representing this tag.
        Returns:
        The color representing this tag.