Class Marker


  • public class Marker
    extends Object
    Provides a marker definition that can be used when applying markers to a text.
    • Constructor Detail

      • Marker

        public Marker​(String prefix,
                      String postfix)
        Creates a new marker with the specified arguments.
        Parameters:
        prefix - the marker prefix
        postfix - the marker postfix
    • Method Detail

      • getPrefix

        public String getPrefix()
        Gets the marker prefix.
        Returns:
        returns the marker prefix
      • getPostfix

        public String getPostfix()
        Gets the marker postfix.
        Returns:
        returns the marker postfix