Package net.sourceforge.plantuml.stats
Class StatsTableImpl
java.lang.Object
net.sourceforge.plantuml.stats.StatsTableImpl
- All Implemented Interfaces:
StatsTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
java.util.Collection<StatsColumn>
java.util.List<StatsLine>
getLines()
java.lang.String
getName()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
StatsTableImpl
public StatsTableImpl(java.lang.String name)
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getName
in interfaceStatsTable
-
getColumnHeaders
- Specified by:
getColumnHeaders
in interfaceStatsTable
-
getLines
- Specified by:
getLines
in interfaceStatsTable
-
addLine
-