Class TextColumn
java.lang.Object
org.verapdf.wcag.algorithms.entities.BaseObject
org.verapdf.wcag.algorithms.entities.content.InfoChunk
org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
org.verapdf.wcag.algorithms.entities.content.TextColumn
-
Field Summary
Fields inherited from class org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
baseLine, fontSize, slantDegree -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(TextColumn column) voidbooleanintgetLines()intinthashCode()booleanbooleanisEmpty()voidsetFirstLine(TextLine firstLine) voidsetLastLine(TextLine lastLine) voidsetLastTextBlock(TextBlock block) toString()Methods inherited from class org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
add, getBaseLine, getFirstBaseLine, getFontSize, getSlantDegree, getTextCenter, getTextEnd, getTextStart, getValue, isBottomUpVerticalText, isHorizontalText, isLeftRightHorizontalText, isRightLeftHorizontalText, isUpBottomVerticalText, isVerticalText, setBaseLine, setFontSize, setSlantDegreeMethods inherited from class org.verapdf.wcag.algorithms.entities.content.InfoChunk
unionBoundingBoxMethods inherited from class org.verapdf.wcag.algorithms.entities.BaseObject
getBottomY, getBoundingBox, getCenterX, getCenterY, getErrorArguments, getErrorCodes, getHeight, getLastPageNumber, getLeftX, getPageNumber, getRecognizedStructureId, getRightX, getTopY, getWidth, setBoundingBox, setLastPageNumber, setPageNumber, setRecognizedStructureIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.verapdf.wcag.algorithms.entities.IObject
getBottomY, getBoundingBox, getCenterX, getCenterY, getErrorArguments, getErrorCodes, getHeight, getLastPageNumber, getLeftX, getPageNumber, getRecognizedStructureId, getRightX, getTopY, getWidth, setBoundingBox, setLastPageNumber, setPageNumber, setRecognizedStructureId
-
Constructor Details
-
TextColumn
public TextColumn() -
TextColumn
-
TextColumn
-
-
Method Details
-
getBlocks
-
getBlocksNumber
public int getBlocksNumber() -
getFirstTextBlock
-
getLastTextBlock
-
setLastTextBlock
-
getSecondTextBlock
-
getPenultTextBlock
-
getLines
-
getFirstLine
-
getLastLine
-
setLastLine
-
setFirstLine
-
getSecondLine
-
getPenultLine
-
add
-
getLinesNumber
public int getLinesNumber() -
add
-
isEmpty
public boolean isEmpty() -
hasOnlyOneBlock
public boolean hasOnlyOneBlock() -
toString
-
equals
- Overrides:
equalsin classTextInfoChunk
-
hashCode
public int hashCode()- Overrides:
hashCodein classTextInfoChunk
-