Uses of Interface
com.jfcbuilder.builders.IXYAnnotationBuilder
Packages that use IXYAnnotationBuilder
-
Uses of IXYAnnotationBuilder in com.jfcbuilder.builders
Classes in com.jfcbuilder.builders with type parameters of type IXYAnnotationBuilderModifier and TypeInterfaceDescriptioninterfaceIXYAnnotationBuilder<T extends IXYAnnotationBuilder<T>>Interface for all XYAnnotation builders.Classes in com.jfcbuilder.builders that implement IXYAnnotationBuilderModifier and TypeClassDescriptionclassBuilder for producingXYPointerAnnotation(arrow) objects.classBuilder for producingXYBoxAnnotationobjects.classBuilder for producingXYDataImageAnnotationobjects.classBuilder for producingXYDrawableAnnotationobjects.classBuilder for producingXYImageAnnotationobjects.classBuilder for producingXYLineAnnotationobjects.classBuilder for producingXYPolygonAnnotationobjects.classBuilder for producingXYShapeAnnotationobjects.classBuilder for producingXYTextAnnotationobjects.classBuilder for producingXYTitleAnnotationobjects.Methods in com.jfcbuilder.builders with parameters of type IXYAnnotationBuilderModifier and TypeMethodDescriptionIXYTimeSeriesPlotBuilder.annotation(IXYAnnotationBuilder<?> annotation) Registers an IXYAnnotationBuilder whosebuild()method will be called to generate its XYAnnotation when this plot builder'sbuild()method is called.OhlcPlotBuilder.annotation(IXYAnnotationBuilder<?> annotation) XYTimeSeriesPlotBuilder.annotation(IXYAnnotationBuilder<?> annotation) -
Uses of IXYAnnotationBuilder in com.jfcbuilder.types
Methods in com.jfcbuilder.types that return types with arguments of type IXYAnnotationBuilderModifier and TypeMethodDescriptionXYTimeSeriesPlotBuilderElements.unmodifiableAnnotations()Gets an unmodifiable list of the annotation builders to be used for building the plot.Methods in com.jfcbuilder.types with parameters of type IXYAnnotationBuilderModifier and TypeMethodDescriptionvoidXYTimeSeriesPlotBuilderElements.annotation(IXYAnnotationBuilder<?> annotation) Registers an IXYAnnotationBuilder to be used for building the plot.