Package org.daisy.dotify.api.formatter
Class MarkerIndicator
- java.lang.Object
-
- org.daisy.dotify.api.formatter.MarkerIndicator
-
public class MarkerIndicator extends Object
Provides a marker indicator.
-
-
Constructor Summary
Constructors Constructor Description MarkerIndicator(String name, String indicator, String textStyle)
Creates a new marker indicator with the specified parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getIndicator()
Gets the occurrence indicator string.String
getName()
Gets the name of the markers to indicate.String
getTextStyle()
The text style of the marker indicator, or null if no special style is used.int
hashCode()
-
-
-
Method Detail
-
getName
public String getName()
Gets the name of the markers to indicate.- Returns:
- the name
-
getIndicator
public String getIndicator()
Gets the occurrence indicator string.- Returns:
- the occurrence indicator
-
getTextStyle
public String getTextStyle()
The text style of the marker indicator, or null if no special style is used.- Returns:
- the text style
-
-