Package technology.tabula
Class Cell
- All Implemented Interfaces:
Shape,Serializable,Cloneable,HasText
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.awt.geom.Rectangle2D
Rectangle2D.Double, Rectangle2D.Float -
Field Summary
Fields inherited from class technology.tabula.RectangularTextContainer
textElementsFields inherited from class technology.tabula.Rectangle
ILL_DEFINED_ORDER, VERTICAL_COMPARISON_THRESHOLDFields inherited from class java.awt.geom.Rectangle2D.Float
height, width, x, yFields inherited from class java.awt.geom.Rectangle2D
OUT_BOTTOM, OUT_LEFT, OUT_RIGHT, OUT_TOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetText()getText(boolean useLineReturns) booleanbooleanvoidsetPlaceholder(boolean placeholder) voidsetSpanning(boolean spanning) Methods inherited from class technology.tabula.RectangularTextContainer
getTextElements, merge, setTextElements, toStringMethods inherited from class technology.tabula.Rectangle
boundingBoxOf, compareTo, getArea, getBottom, getLeft, getPoints, getRight, getTop, horizontallyOverlaps, horizontalOverlap, isLtrDominant, merge, overlapRatio, setBottom, setLeft, setRight, setTop, verticallyOverlaps, verticalOverlap, verticalOverlapRatioMethods inherited from class java.awt.geom.Rectangle2D.Float
createIntersection, createUnion, getBounds2D, getHeight, getWidth, getX, getY, isEmpty, outcode, setRect, setRect, setRectMethods inherited from class java.awt.geom.Rectangle2D
add, add, add, contains, contains, equals, getPathIterator, getPathIterator, hashCode, intersect, intersects, intersectsLine, intersectsLine, outcode, setFrame, unionMethods inherited from class java.awt.geom.RectangularShape
clone, contains, contains, getBounds, getCenterX, getCenterY, getFrame, getMaxX, getMaxY, getMinX, getMinY, intersects, setFrame, setFrame, setFrameFromCenter, setFrameFromCenter, setFrameFromDiagonal, setFrameFromDiagonal
-
Constructor Details
-
Cell
public Cell(float top, float left, float width, float height) -
Cell
-
-
Method Details
-
getText
- Specified by:
getTextin interfaceHasText- Overrides:
getTextin classRectangularTextContainer<TextChunk>
-
getText
- Specified by:
getTextin interfaceHasText- Overrides:
getTextin classRectangularTextContainer<TextChunk>
-
isSpanning
public boolean isSpanning() -
setSpanning
public void setSpanning(boolean spanning) -
isPlaceholder
public boolean isPlaceholder() -
setPlaceholder
public void setPlaceholder(boolean placeholder)
-