Uses of Class
whiteboard.config.LabelConfig
| Package | Description |
|---|---|
| whiteboard.config | |
| whiteboard.graphics | |
| whiteboard.graphics.labels |
-
Uses of LabelConfig in whiteboard.config
Subclasses of LabelConfig in whiteboard.config Modifier and Type Class Description classStaticLabelConfigclassTimerLabelConfigclassTimeSinceLabelConfigclassTimeTilLabelConfigFields in whiteboard.config with type parameters of type LabelConfig Modifier and Type Field Description (package private) java.util.Vector<LabelConfig>Config. labelsConfigHolds value and labels for displayed statisticsMethods in whiteboard.config that return types with arguments of type LabelConfig Modifier and Type Method Description java.util.Vector<LabelConfig>Config. getLabelsConfig()Methods in whiteboard.config with parameters of type LabelConfig Modifier and Type Method Description voidConfig. addLabel(LabelConfig labelConfig)voidConfig. removeLabel(LabelConfig labelConfig)voidConfig. updateLabel(LabelConfig labelConfig)Constructors in whiteboard.config with parameters of type LabelConfig Constructor Description LabelConfig(LabelConfig config)TimerLabelConfig(LabelConfig labelConfig)TimeSinceLabelConfig(LabelConfig labelConfig)TimeTilLabelConfig(LabelConfig labelConfig) -
Uses of LabelConfig in whiteboard.graphics
Fields in whiteboard.graphics with type parameters of type LabelConfig Modifier and Type Field Description (package private) java.util.Vector<LabelConfig>Controller. labelConfig(package private) java.util.Vector<LabelConfig>Model. labelsLabel ConfigurationMethods in whiteboard.graphics with parameters of type LabelConfig Modifier and Type Method Description voidModel. updateLable(int i, LabelConfig newConfig) -
Uses of LabelConfig in whiteboard.graphics.labels
Fields in whiteboard.graphics.labels declared as LabelConfig Modifier and Type Field Description protected LabelConfigStatisticsLabel. labelDataMethods in whiteboard.graphics.labels with parameters of type LabelConfig Modifier and Type Method Description voidStatisticsLabel. setLabelData(LabelConfig config)Constructors in whiteboard.graphics.labels with parameters of type LabelConfig Constructor Description StaticLabel(LabelConfig labelData, View view)StatisticsLabel(LabelConfig labelData, View view)TimerLabel(LabelConfig labelData, View view)TimeSinceLabel(LabelConfig labelData, View view)TimeTilLabel(LabelConfig labelData, View view)