Class AttributesDictionary
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.AttributesDictionary
-
- All Implemented Interfaces:
IAttributesDictionary
public class AttributesDictionary extends Object implements IAttributesDictionary
-
-
Constructor Summary
Constructors Constructor Description AttributesDictionary()AttributesDictionary(long rowSpan, long colSpan)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetColSpan()longgetRowSpan()voidsetColSpan(long colSpan)voidsetRowSpan(long rowSpan)
-
-
-
Method Detail
-
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
-
-