Uses of Enum Class
ca.phon.orthography.OverlapPointType
Packages that use OverlapPointType
-
Uses of OverlapPointType in ca.phon.orthography
Subclasses with type arguments of type OverlapPointType in ca.phon.orthographyMethods in ca.phon.orthography that return OverlapPointTypeModifier and TypeMethodDescriptionstatic OverlapPointTypeOverlapPointType.fromDescription(String topBottom, String startEnd) static OverlapPointTypeOverlapPointType.fromString(String text) OverlapPoint.getType()static OverlapPointTypeReturns the enum constant of this class with the specified name.static OverlapPointType[]OverlapPointType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ca.phon.orthography with parameters of type OverlapPointTypeModifierConstructorDescriptionOverlapPoint(OverlapPointType type) OverlapPoint(OverlapPointType type, int index)