Class AttributeDisplay
- java.lang.Object
-
- tech.grasshopper.pdf.structure.Display
-
- tech.grasshopper.pdf.structure.paginate.PaginatedDisplay
-
- tech.grasshopper.pdf.section.attributes.AttributeDisplay
-
- All Implemented Interfaces:
DestinationAware
public class AttributeDisplay extends PaginatedDisplay implements DestinationAware
-
-
Field Summary
Fields Modifier and Type Field Description static TextLengthOptimizerattributeNameTextOptimizerstatic floatTABLE_SPACE-
Fields inherited from class tech.grasshopper.pdf.structure.paginate.PaginatedDisplay
paginationData
-
Fields inherited from class tech.grasshopper.pdf.structure.Display
content, CONTENT_END_Y, CONTENT_MARGIN_TOP_Y, CONTENT_START_X, CONTENT_START_Y, DEFAULT_PADDING, destinations, DETAILED_CONTENT_END_Y, displayData, document, HEADER_PAGE_NUMBER_START_X, HEADER_SECTION_DETAILS_START_X, HEADER_START_Y, page, reportConfig, TRIMMED_MESSAGE_START_Y, xlocation, ylocation
-
-
Constructor Summary
Constructors Constructor Description AttributeDisplay()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TextUtilattributeNameTextUtil()voidcreateDestination()voiddisplay()static floatheaderRowHeight()-
Methods inherited from class tech.grasshopper.pdf.structure.Display
statusColor
-
-
-
-
Field Detail
-
TABLE_SPACE
public static final float TABLE_SPACE
- See Also:
- Constant Field Values
-
attributeNameTextOptimizer
public static final TextLengthOptimizer attributeNameTextOptimizer
-
-
Method Detail
-
headerRowHeight
public static float headerRowHeight()
-
attributeNameTextUtil
public static TextUtil attributeNameTextUtil()
-
createDestination
public void createDestination()
- Specified by:
createDestinationin interfaceDestinationAware
-
-