Uses of Enum Class
org.verapdf.wcag.algorithms.entities.enums.SemanticType
Packages that use SemanticType
Package
Description
-
Uses of SemanticType in org.verapdf.wcag.algorithms.entities
Methods in org.verapdf.wcag.algorithms.entities that return SemanticTypeModifier and TypeMethodDescriptionINode.getInitialSemanticType()SemanticNode.getInitialSemanticType()INode.getSemanticType()SemanticNode.getSemanticType()Methods in org.verapdf.wcag.algorithms.entities with parameters of type SemanticTypeModifier and TypeMethodDescriptionvoidINode.setSemanticType(SemanticType semanticType) voidSemanticNode.setSemanticType(SemanticType semanticType) Constructors in org.verapdf.wcag.algorithms.entities with parameters of type SemanticTypeModifierConstructorDescriptionSemanticCaption(TextChunk textChunk, SemanticType initialSemanticType) SemanticCaption(SemanticType initialSemanticType) SemanticCaption(BoundingBox bbox, SemanticType initialSemanticType) SemanticDocument(SemanticType initialSemanticType) SemanticGroupingNode(SemanticType initialSemanticType) SemanticGroupingNode(BoundingBox bbox, SemanticType initialSemanticType, SemanticType semanticType) SemanticNode(SemanticType initialSemanticType) SemanticNode(SemanticType initialSemanticType, Integer objectKeyNumber) SemanticNode(SemanticType initialSemanticType, List<Integer> errorCodes, List<List<Object>> errorArguments, Integer objectKeyNumber) SemanticNode(BoundingBox bbox, SemanticType initialSemanticType) SemanticNode(BoundingBox bbox, SemanticType initialSemanticType, SemanticType semanticType) SemanticParagraph(SemanticType initialSemanticType) SemanticSpan(TextChunk textChunk, SemanticType initialSemanticType) SemanticSpan(SemanticType initialSemanticType) SemanticSpan(BoundingBox bbox, SemanticType initialSemanticType) SemanticTextNode(TextChunk textChunk, SemanticType initialSemanticType) SemanticTextNode(SemanticType initialSemanticType) SemanticTextNode(BoundingBox bbox, SemanticType initialSemanticType) -
Uses of SemanticType in org.verapdf.wcag.algorithms.entities.enums
Methods in org.verapdf.wcag.algorithms.entities.enums that return SemanticTypeModifier and TypeMethodDescriptionstatic SemanticTypeReturns the enum constant of this class with the specified name.static SemanticType[]SemanticType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.verapdf.wcag.algorithms.entities.enums with parameters of type SemanticTypeModifier and TypeMethodDescriptionstatic booleanSemanticType.isIgnoredStandardType(SemanticType type) -
Uses of SemanticType in org.verapdf.wcag.algorithms.entities.lists
Methods in org.verapdf.wcag.algorithms.entities.lists that return SemanticTypeMethods in org.verapdf.wcag.algorithms.entities.lists with parameters of type SemanticTypeModifier and TypeMethodDescriptionvoidListElement.setSemanticType(SemanticType semanticType) voidListItem.setSemanticType(SemanticType semanticType) Constructors in org.verapdf.wcag.algorithms.entities.lists with parameters of type SemanticType -
Uses of SemanticType in org.verapdf.wcag.algorithms.entities.lists.info
Methods in org.verapdf.wcag.algorithms.entities.lists.info that return SemanticTypeConstructors in org.verapdf.wcag.algorithms.entities.lists.info with parameters of type SemanticTypeModifierConstructorDescriptionListItemImageInfo(int index, SemanticType semanticType, ImageChunk image) protectedListItemInfo(int index, SemanticType semanticType) ListItemLineArtInfo(int index, SemanticType semanticType, LineArtChunk lineArt) ListItemTextInfo(int index, SemanticType semanticType, TextLine firstLine, String listItem) -
Uses of SemanticType in org.verapdf.wcag.algorithms.entities.maps
Methods in org.verapdf.wcag.algorithms.entities.maps that return SemanticTypeModifier and TypeMethodDescriptionstatic SemanticTypeSemanticTypeMapper.getSemanticType(String type) Methods in org.verapdf.wcag.algorithms.entities.maps with parameters of type SemanticTypeModifier and TypeMethodDescriptionstatic booleanSemanticTypeMapper.containsType(SemanticType type) voidAccumulatedNodeMapper.updateNode(INode node, INode accumulatedNode, double correctSemanticScore, SemanticType semanticType) -
Uses of SemanticType in org.verapdf.wcag.algorithms.entities.tables
Methods in org.verapdf.wcag.algorithms.entities.tables that return SemanticTypeMethods in org.verapdf.wcag.algorithms.entities.tables with parameters of type SemanticTypeModifier and TypeMethodDescriptionvoidTableCell.setSemanticType(SemanticType semanticType) voidTableRow.setSemanticType(SemanticType semanticType) Constructors in org.verapdf.wcag.algorithms.entities.tables with parameters of type SemanticTypeModifierConstructorDescriptionTableCell(SemanticType semanticType) TableCell(TableTokenRow row, SemanticType semanticType) TableCell(TableCluster cluster, SemanticType semanticType) TableRow(SemanticType semanticType, Long id) -
Uses of SemanticType in org.verapdf.wcag.algorithms.entities.tables.tableBorders
Methods in org.verapdf.wcag.algorithms.entities.tables.tableBorders that return SemanticTypeModifier and TypeMethodDescriptionTableBorderCell.getSemanticType()TableBorderRow.getSemanticType()Methods in org.verapdf.wcag.algorithms.entities.tables.tableBorders with parameters of type SemanticTypeModifier and TypeMethodDescriptionvoidTableBorderCell.setSemanticType(SemanticType semanticType) voidTableBorderRow.setSemanticType(SemanticType semanticType) -
Uses of SemanticType in org.verapdf.wcag.algorithms.semanticalgorithms.consumers
Methods in org.verapdf.wcag.algorithms.semanticalgorithms.consumers with parameters of type SemanticTypeModifier and TypeMethodDescriptionstatic booleanClusterTableConsumer.isNodeInsideTable(INode node, Long id, BoundingBox boundingBox, SemanticType semanticType)