Uses of Class
org.jfree.date.AnnualDateRule
Packages that use AnnualDateRule
-
Uses of AnnualDateRule in org.jfree.date
Subclasses of AnnualDateRule in org.jfree.dateModifier and TypeClassDescriptionclassAn annual date rule where the generated date always falls on the same day and month each year.classAn annual date rule that specifies the nth day of the week in a given month (for example, the third Wednesday in June, or the last Friday in November).classAn annual date rule for Easter (Sunday).classAn annual date rule that returns a date for each year based on (a) a reference rule; (b) a day of the week; and (c) a selection parameter (SerialDate.PRECEDING, SerialDate.NEAREST, SerialDate.FOLLOWING).Fields in org.jfree.date declared as AnnualDateRuleModifier and TypeFieldDescriptionprivate AnnualDateRuleRelativeDayOfWeekRule.subruleA reference to the annual date rule on which this rule is based.Methods in org.jfree.date that return AnnualDateRuleModifier and TypeMethodDescriptionRelativeDayOfWeekRule.getSubrule()Returns the sub-rule (also called the reference rule).Methods in org.jfree.date with parameters of type AnnualDateRuleModifier and TypeMethodDescriptionvoidRelativeDayOfWeekRule.setSubrule(AnnualDateRule subrule) Sets the sub-rule.Constructors in org.jfree.date with parameters of type AnnualDateRuleModifierConstructorDescriptionRelativeDayOfWeekRule(AnnualDateRule subrule, int dayOfWeek, int relative) Standard constructor - builds rule based on the supplied sub-rule.