| Package | Description |
|---|---|
| net.sourceforge.plantuml.stats | |
| net.sourceforge.plantuml.stats.api |
| Modifier and Type | Method and Description |
|---|---|
Collection<StatsColumn> |
StatsLineImpl.getColumnHeaders() |
Collection<StatsColumn> |
StatsTableImpl.getColumnHeaders() |
| Modifier and Type | Method and Description |
|---|---|
Object |
StatsLineImpl.getValue(StatsColumn column) |
| Constructor and Description |
|---|
StatsLineImpl(Map<StatsColumn,Object> data) |
| Modifier and Type | Method and Description |
|---|---|
static StatsColumn |
StatsColumn.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatsColumn[] |
StatsColumn.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<StatsColumn> |
StatsLine.getColumnHeaders() |
Collection<StatsColumn> |
StatsTable.getColumnHeaders() |
| Modifier and Type | Method and Description |
|---|---|
Object |
StatsLine.getValue(StatsColumn column) |
Copyright © 2017. All rights reserved.