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 TypeInterfaceDescriptioninterface
IXYAnnotationBuilder<T extends IXYAnnotationBuilder<T>>
Interface for all XYAnnotation builders.Classes in com.jfcbuilder.builders that implement IXYAnnotationBuilderModifier and TypeClassDescriptionclass
Builder for producingXYPointerAnnotation
(arrow) objects.class
Builder for producingXYBoxAnnotation
objects.class
Builder for producingXYDataImageAnnotation
objects.class
Builder for producingXYDrawableAnnotation
objects.class
Builder for producingXYImageAnnotation
objects.class
Builder for producingXYLineAnnotation
objects.class
Builder for producingXYPolygonAnnotation
objects.class
Builder for producingXYShapeAnnotation
objects.class
Builder for producingXYTextAnnotation
objects.class
Builder for producingXYTitleAnnotation
objects.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 TypeMethodDescriptionvoid
XYTimeSeriesPlotBuilderElements.annotation
(IXYAnnotationBuilder<?> annotation) Registers an IXYAnnotationBuilder to be used for building the plot.