- text - Variable in class Wedge
-
The text describing this wedge.
- title - Variable in class PieChart
-
The title for the overall pie chart.
- topic - Variable in class NewsStory
-
The broad topic of the story.
- topicMap - Static variable in class Nooz
-
The map from topic code numerals used in the Nooz data file to the
descriptions of the topics.
- toString() - Method in enum PartOfDay
-
The overridden toString
method gives the part of day in
"Title Case."
- TVNewsStory - Class in <Unnamed>
-
Project 3, CS 2334, Section 010, March 8, 2017
- TVNewsStory(LocalDate, String, int, String, String, PartOfDay, NewsMaker, NewsMaker) - Constructor for class TVNewsStory
-
The constructor which takes parameters for all of the fields can simply
pass most of them to the constructor for NewsStory
and let
it do most of the work.