Uses of Enum Class
com.levigo.jadice.document.PageSegmentEvent.Type
Packages that use PageSegmentEvent.Type
-
Uses of PageSegmentEvent.Type in com.levigo.jadice.document
Methods in com.levigo.jadice.document that return PageSegmentEvent.TypeModifier and TypeMethodDescriptionPageSegmentEvent.getType()Returns the type of this eventstatic PageSegmentEvent.TypeReturns the enum constant of this class with the specified name.static PageSegmentEvent.Type[]PageSegmentEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.levigo.jadice.document with parameters of type PageSegmentEvent.TypeConstructors in com.levigo.jadice.document with parameters of type PageSegmentEvent.TypeModifierConstructorDescriptionPageSegmentEvent(Document document, Page page, PageSegment segment, DocumentLayer layer, PageSegmentEvent.Type type) Constructor