Uses of Class
org.verapdf.wcag.algorithms.entities.enums.SemanticType
-
-
Uses of SemanticType in org.verapdf.wcag.algorithms.entities
Methods in org.verapdf.wcag.algorithms.entities that return SemanticType Modifier and Type Method Description SemanticTypeINode. getInitialSemanticType()SemanticTypeSemanticNode. getInitialSemanticType()SemanticTypeINode. getSemanticType()SemanticTypeSemanticNode. getSemanticType()Methods in org.verapdf.wcag.algorithms.entities with parameters of type SemanticType Modifier and Type Method Description voidINode. setSemanticType(SemanticType semanticType)voidSemanticNode. setSemanticType(SemanticType semanticType) -
Uses of SemanticType in org.verapdf.wcag.algorithms.entities.enums
Methods in org.verapdf.wcag.algorithms.entities.enums that return SemanticType Modifier and Type Method Description static SemanticTypeSemanticType. valueOf(String name)Returns the enum constant of this type with the specified name.static SemanticType[]SemanticType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.verapdf.wcag.algorithms.entities.enums with parameters of type SemanticType Modifier and Type Method Description static booleanSemanticType. isIgnoredStandardType(SemanticType type) -
Uses of SemanticType in org.verapdf.wcag.algorithms.entities.lists
Methods in org.verapdf.wcag.algorithms.entities.lists that return SemanticType Modifier and Type Method Description SemanticTypeListElement. getSemanticType()SemanticTypeListItem. getSemanticType()Methods in org.verapdf.wcag.algorithms.entities.lists with parameters of type SemanticType Modifier and Type Method Description voidListElement. setSemanticType(SemanticType semanticType)voidListItem. setSemanticType(SemanticType semanticType)Constructors in org.verapdf.wcag.algorithms.entities.lists with parameters of type SemanticType Constructor Description ListElement(TableCell cell, SemanticType semanticType) -
Uses of SemanticType in org.verapdf.wcag.algorithms.entities.lists.info
Methods in org.verapdf.wcag.algorithms.entities.lists.info that return SemanticType Modifier and Type Method Description SemanticTypeListItemInfo. getSemanticType()Constructors in org.verapdf.wcag.algorithms.entities.lists.info with parameters of type SemanticType Constructor Description ListItemImageInfo(int index, SemanticType semanticType, ImageChunk image)ListItemInfo(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 SemanticType Modifier and Type Method Description static SemanticTypeSemanticTypeMapper. getSemanticType(String type)Methods in org.verapdf.wcag.algorithms.entities.maps with parameters of type SemanticType Modifier and Type Method Description static 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 SemanticType Modifier and Type Method Description SemanticTypeTableCell. getSemanticType()SemanticTypeTableRow. getSemanticType()Methods in org.verapdf.wcag.algorithms.entities.tables with parameters of type SemanticType Modifier and Type Method Description voidTableCell. setSemanticType(SemanticType semanticType)voidTableRow. setSemanticType(SemanticType semanticType)Constructors in org.verapdf.wcag.algorithms.entities.tables with parameters of type SemanticType Constructor Description TableCell(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 SemanticType Modifier and Type Method Description SemanticTypeTableBorderCell. getSemanticType()SemanticTypeTableBorderRow. getSemanticType()Methods in org.verapdf.wcag.algorithms.entities.tables.tableBorders with parameters of type SemanticType Modifier and Type Method Description voidTableBorderCell. 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 SemanticType Modifier and Type Method Description static booleanClusterTableConsumer. isNodeInsideTable(INode node, Long id, BoundingBox boundingBox, SemanticType semanticType)
-