Package ro.sync.ecss.css
Class CSSCounterIncrement
java.lang.Object
ro.sync.ecss.css.CSSCounterIncrement
A CSS counter increment data.
- 
Constructor SummaryConstructorsConstructorDescriptionCSSCounterIncrement(String name) Constructor.CSSCounterIncrement(String name, int incrVal) Constructor.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanintgetName()inthashCode()voidsetIncrement(int val) Sets the increment value.toString()
- 
Constructor Details- 
CSSCounterIncrementConstructor.- Parameters:
- name- The name of the counter.
 
- 
CSSCounterIncrementConstructor.- Parameters:
- name- The name of the counter.
- incrVal- The default value.
 
 
- 
- 
Method Details- 
getIncrementpublic int getIncrement()- Returns:
- The value of increment.
 
- 
getName- Returns:
- The counter name.
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
- 
setIncrementpublic void setIncrement(int val) Sets the increment value.- Parameters:
- val- The increment value.
 
 
-