ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / annotationdefinition / ClosedNumberAnnotationDefinition / <init>

<init>

ClosedNumberAnnotationDefinition(id: AnnotationID, name: String, shortName: String?, createdTimestamp: Long = System.currentTimeMillis(), min: Double, max: Double, step: Double, optional: Boolean = false)

Annotation for a closed number with a min, max and required step. Necessary if you want to display annotation as a slider.