Class AsterisksCounterStyle
- java.lang.Object
-
- org.jfree.layouting.layouter.counters.other.AsterisksCounterStyle
-
- All Implemented Interfaces:
CounterStyle
public class AsterisksCounterStyle extends java.lang.Object implements CounterStyle
-
-
Constructor Summary
Constructors Constructor Description AsterisksCounterStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCounterValue(int index)
java.lang.String
getSuffix()
-
-
-
Method Detail
-
getCounterValue
public java.lang.String getCounterValue(int index)
- Specified by:
getCounterValue
in interfaceCounterStyle
-
getSuffix
public java.lang.String getSuffix()
- Specified by:
getSuffix
in interfaceCounterStyle
-
-