Uses of Class
whiteboard.graphics.View
Package | Description |
---|---|
whiteboard.graphics | |
whiteboard.graphics.buttons | |
whiteboard.graphics.labels |
-
Uses of View in whiteboard.graphics
Fields in whiteboard.graphics declared as View Modifier and Type Field Description (package private) View
Controller. view
GUI user seesConstructors in whiteboard.graphics with parameters of type View Constructor Description Controller(View view, Model model)
-
Uses of View in whiteboard.graphics.buttons
Constructors in whiteboard.graphics.buttons with parameters of type View Constructor Description PlusButton(View view)
-
Uses of View in whiteboard.graphics.labels
Fields in whiteboard.graphics.labels declared as View Modifier and Type Field Description protected View
StatisticsLabel. view
Constructors in whiteboard.graphics.labels with parameters of type View 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)