public class FopStatisticContainer extends Container implements FopStatistic
Constructor and Description |
---|
FopStatisticContainer() |
Modifier and Type | Method and Description |
---|---|
String |
name() |
void |
name(String newName) |
boolean |
namePresent() |
List<Statistic> |
statistics() |
void |
statistics(List<Statistic> newStatistics) |
boolean |
statisticsPresent() |
makeArrayList, makeUnmodifiableList
public String name()
name
in interface FopStatistic
public void name(String newName)
public boolean namePresent()
namePresent
in interface FopStatistic
public List<Statistic> statistics()
statistics
in interface FopStatistic
public boolean statisticsPresent()
statisticsPresent
in interface FopStatistic
Copyright © 2016. All rights reserved.