Class AttributesDictionary
java.lang.Object
org.verapdf.wcag.algorithms.entities.AttributesDictionary
- All Implemented Interfaces:
IAttributesDictionary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongvoidsetColSpan(long colSpan) voidsetRowSpan(long rowSpan)
-
Constructor Details
-
AttributesDictionary
public AttributesDictionary() -
AttributesDictionary
public AttributesDictionary(long rowSpan, long colSpan)
-
-
Method Details
-
setRowSpan
public void setRowSpan(long rowSpan) -
setColSpan
public void setColSpan(long colSpan) -
getRowSpan
public long getRowSpan()- Specified by:
getRowSpanin interfaceIAttributesDictionary
-
getColSpan
public long getColSpan()- Specified by:
getColSpanin interfaceIAttributesDictionary
-