Uses of Class
org.pepstock.charba.client.dom.elements.Img
-
Packages that use Img Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.IDplugin (AKAchartjs-plugin-annotation.js) for CHART.js.org.pepstock.charba.client.annotation.elements Contains theAnnotationPlugin.IDplugin elements interfaces to use in the callbacks and events.org.pepstock.charba.client.colors Contains the enumerations of HTML and GWT Material colors, to consume out-of-the-box, and utilities to create and manage own colors and classes to define gradients of patterns for charts.org.pepstock.charba.client.colors.tiles Contains all classes to build tiles to use in the a canvas patterns or a Charba pattern.org.pepstock.charba.client.commons Core classes to manage the inter-operations with java script code.org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.data Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).org.pepstock.charba.client.defaults Contains all interfaces need to provide defaults values of the chart options.org.pepstock.charba.client.defaults.chart Contains the default values of chart options based on type of chart instance.org.pepstock.charba.client.defaults.globals Contains the default values of chart options for all chart types (CHART.JS options defaults).org.pepstock.charba.client.dom Contains all classes needed to work with DOM tree, base classes of a DOM tree.org.pepstock.charba.client.dom.elements Contains a set of DOM elements that Charba is using.org.pepstock.charba.client.gwt Contains the fundamental java script resources to inject in order to use Charba by GWT.org.pepstock.charba.client.impl.plugins Contains some plugins implementations, available out-of-the box.org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.org.pepstock.charba.client.labels Contains all classes to useLabelsPlugin.IDplugin (AKAchartjs-plugin-labels.js) available for CHART.JS.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options).org.pepstock.charba.client.utils Contains some utilities to use in Charba, like HTML annotation builder, and other java script utilities useful for debugging.org.pepstock.charba.client.utils.toast Contains all classes to useToasterutility. -
-
Uses of Img in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation with parameters of type Img Modifier and Type Method Description voidPointAnnotation. setPointStyle(Img pointStyle) -
Uses of Img in org.pepstock.charba.client.annotation.elements
Methods in org.pepstock.charba.client.annotation.elements that return Img Modifier and Type Method Description ImgOptionsElement. getPointStyleAsImage()Returns the style of the point as image.
If property is missing or not an image, returnsnull.Methods in org.pepstock.charba.client.annotation.elements with parameters of type Img Modifier and Type Method Description voidOptionsElement. setPointStyle(Img pointStyle)Sets the style of the point as image. -
Uses of Img in org.pepstock.charba.client.colors
Methods in org.pepstock.charba.client.colors that return Img Modifier and Type Method Description ImgPattern. getImage()Returns the image used in the pattern if exists.Methods in org.pepstock.charba.client.colors with parameters of type Img Modifier and Type Method Description static PatternBuilderPatternBuilder. create(Img image)Creates the object using an image to use in the pattern.
The repetition used is repeat.static PatternBuilderPatternBuilder. create(Img image, Repetition repetition)Creates the object using an image to use in the pattern and repetition to apply to pattern. -
Uses of Img in org.pepstock.charba.client.colors.tiles
Constructors in org.pepstock.charba.client.colors.tiles with parameters of type Img Constructor Description ImageShape(Img image)Creates a shape with an image. -
Uses of Img in org.pepstock.charba.client.commons
Methods in org.pepstock.charba.client.commons that return Img Modifier and Type Method Description ImgArrayImage. get(int index)Gets the value at a given index.ImgArrayImageList. get(int index)Returns the element at the specified position in this list.protected ImgNativeObjectContainer. getValue(Key key, Img defaultValue)Returns a value (image) in the embedded JavaScript object at specific property.ImgArrayImageList. remove(int index)Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).ImgArrayImageList. set(int index, Img element)Replaces the element at the specified position in this list with the specified element.Methods in org.pepstock.charba.client.commons that return types with arguments of type Img Modifier and Type Method Description static List<Img>ArrayListHelper. unmodifiableList(ArrayImage values)Creates a array list of images by a java script array of images.Methods in org.pepstock.charba.client.commons with parameters of type Img Modifier and Type Method Description voidArrayImageList. add(int index, Img element)Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).booleanArrayImageList. add(Img element)Appends the specified element to the end of this listvoidArrayImageList. addAll(Img... values)Loads an array of elements in the liststatic ArrayImageArrayImage. fromOrEmpty(Img... items)This method creates new array instance with a variable number ofImageElementarguments.static ArrayImageArrayImage. fromOrNull(Img... items)This method creates new array instance with a variable number ofImageElementarguments.protected ImgNativeObjectContainer. getValue(Key key, Img defaultValue)Returns a value (image) in the embedded JavaScript object at specific property.protected ArrayImageNativeObjectContainer. getValueOrArray(Key key, Img defaultValue)Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image.ImgArrayImageList. set(int index, Img element)Replaces the element at the specified position in this list with the specified element.protected voidNativeObjectContainer. setValue(Key key, Img value)Sets a value (image) in the embedded JavaScript object at specific property.protected voidAbstractNode. setValueAndAddToParent(Key key, Img value)Sets a value (image) in the embedded JavaScript object at specific property.protected voidPropertyHandler. setValueAndAddToParent(Key key, Img value)Sets a value (image) in the embedded JavaScript object at specific property.protected voidNativeObjectContainer. setValueOrArray(Key key, Img... values)Sets a value (array or image) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image.protected voidAbstractNode. setValueOrArrayAndAddToParent(Key key, Img... values)Sets a value (array or image) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image.protected voidPropertyHandler. setValueOrArrayAndAddToParent(Key key, Img... values)Sets a value (array or image) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image.Method parameters in org.pepstock.charba.client.commons with type arguments of type Img Modifier and Type Method Description static ArrayImageArrayImage. fromOrEmpty(List<Img> items)Creates a java script array of images starting from list of images.static ArrayImageArrayImage. fromOrNull(List<Img> items)Creates a java script array of images starting from list of images. -
Uses of Img in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return Img Modifier and Type Method Description ImgBar. getPointStyleAsImage()Returns the style of the point as image.ImgLegendLabels. getPointStyleAsImage()Returns the style of the legend as image.ImgPoint. getPointStyleAsImage()Returns the style of the point as image.Methods in org.pepstock.charba.client.configuration with parameters of type Img Modifier and Type Method Description voidBar. setPointStyle(Img pointStyle)Sets the style of the point as image.voidLegendLabels. setPointStyle(Img pointStyle)Sets the style of the legend, overriding point style from dataset, as image.
Only applies ifLegendLabels.setUsePointStyle(boolean)is set totrue.voidPoint. setPointStyle(Img pointStyle)Sets the style of the point as image. -
Uses of Img in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return Img Modifier and Type Method Description ImgBarDataset. getPointStyleAsImage()Returns the style of the point for legend as image.Methods in org.pepstock.charba.client.data with parameters of type Img Modifier and Type Method Description voidBarDataset. setPointStyle(Img pointStyle)Sets the style of the point for legend as image. -
Uses of Img in org.pepstock.charba.client.defaults
Methods in org.pepstock.charba.client.defaults that return Img Modifier and Type Method Description default ImgIsDefaultPointStyleHandler. getPointStyleAsImage()Returns the style of the point as image.
If property is missing or not an image, returnsnull. -
Uses of Img in org.pepstock.charba.client.defaults.chart
Methods in org.pepstock.charba.client.defaults.chart that return Img Modifier and Type Method Description ImgDefaultChartBar. getPointStyleAsImage()ImgDefaultChartLegendLabels. getPointStyleAsImage()ImgDefaultChartPoint. getPointStyleAsImage() -
Uses of Img in org.pepstock.charba.client.defaults.globals
Methods in org.pepstock.charba.client.defaults.globals that return Img Modifier and Type Method Description ImgDefaultBar. getPointStyleAsImage()ImgDefaultLegendLabels. getPointStyleAsImage() -
Uses of Img in org.pepstock.charba.client.dom
Methods in org.pepstock.charba.client.dom that return Img Modifier and Type Method Description ImgDOMBuilder. createImageElement()Creates a <img> element.ImgDOMBuilder. createImageElement(String src)Creates a <img> element with the full URL of the image. -
Uses of Img in org.pepstock.charba.client.dom.elements
Methods in org.pepstock.charba.client.dom.elements that return Img Modifier and Type Method Description static ImgCastHelper. toImg(Object object)Returns aImgobject casting the argument.Methods in org.pepstock.charba.client.dom.elements with parameters of type Img Modifier and Type Method Description CanvasPatternItemContext2dItem. createPattern(Img image, Repetition repetition)Creates a pattern using the specified image and repetition.voidContext2dItem. drawImage(Img image, double dx, double dy)Draws an image onto the canvas.voidContext2dItem. drawImage(Img image, double dx, double dy, double dWidth)Draws an image onto the canvas.voidContext2dItem. drawImage(Img image, double dx, double dy, double dWidth, double dHeight)Draws an image onto the canvas. -
Uses of Img in org.pepstock.charba.client.gwt
Methods in org.pepstock.charba.client.gwt that return Img Modifier and Type Method Description static ImgImagesHelper. toImg(com.google.gwt.resources.client.ImageResource image)Creates a image element by image resource which provides access to image data at runtime.static ImgImagesHelper. toImg(com.google.gwt.resources.client.ImageResource image, int width, int height)Creates a image element by image resource which provides access to image data at runtime, forcing the size.static ImgImagesHelper. toImg(com.google.gwt.user.client.ui.Image image)Creates a image element by image widget that displays the image at a given URL.static ImgImagesHelper. toImg(com.google.gwt.user.client.ui.Image image, int width, int height)Creates a image element by image widget that displays the image at a given URL, forcing the size.static ImgImagesHelper. toImg(String url)Creates a image element by a data URL which is a URI scheme that provides a way to in-line data in a document, and it's commonly used to embed images in HTML and CSS.static ImgImagesHelper. toImg(String url, int width, int height)Creates a image element by a data URL which is a URI scheme that provides a way to in-line data in a document, and it's commonly used to embed images in HTML and CSS, forcing the size. -
Uses of Img in org.pepstock.charba.client.impl.plugins
Methods in org.pepstock.charba.client.impl.plugins that return Img Modifier and Type Method Description ImgSelectionCleaner. getImage()Returns the selection cleaner image.Methods in org.pepstock.charba.client.impl.plugins with parameters of type Img Modifier and Type Method Description DatasetsItemsSelectorOptionsBuilderDatasetsItemsSelectorOptionsBuilder. setImage(Img image)Sets the selection cleaner image.voidSelectionCleaner. setImage(Img image)Sets the selection cleaner image. -
Uses of Img in org.pepstock.charba.client.items
Fields in org.pepstock.charba.client.items declared as Img Modifier and Type Field Description static ImgUndefined. IMAGE_ELEMENTDefault value for ImageElement instances, null.Methods in org.pepstock.charba.client.items that return Img Modifier and Type Method Description ImgDatasetElementOptions. getPointStyleAsImage()Returns the style of the point as image.
If property is missing or not an image, returnsnull.ImgLegendItem. getPointStyleAsImage()Returns the style (as image) of the legend box (only used if usePointStyle is true)ImgTooltipLabelPointStyle. getPointStyleAsImage()Returns the style of the point as image.
If property is missing or not an image, returnsnull.Methods in org.pepstock.charba.client.items with parameters of type Img Modifier and Type Method Description voidLegendLabelItem. setPointStyle(Img pointStyle)Sets the style (as image) of the legend box (only used if usePointStyle is true)voidTooltipLabelPointStyle. setPointStyle(Img pointStyle)Sets the style of the point as image.Constructors in org.pepstock.charba.client.items with parameters of type Img Constructor Description TooltipLabelPointStyle(Img poitnStyle)Creates the object setting the point style argument -
Uses of Img in org.pepstock.charba.client.labels
Methods in org.pepstock.charba.client.labels that return types with arguments of type Img Modifier and Type Method Description List<Img>Label. getImages()Returns the images whenRenderisRender.IMAGE.Methods in org.pepstock.charba.client.labels with parameters of type Img Modifier and Type Method Description voidLabel. setImages(Img... images)Sets the images whenRenderisRender.IMAGE.LabelBuilderLabelBuilder. setImages(Img... images)Sets the images whenRenderisRender.IMAGE. -
Uses of Img in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options that return Img Modifier and Type Method Description default ImgHasPointStyle. getPointStyleAsImage()Returns the style of the point as image.
If property is missing or not an image, returnsnull.Methods in org.pepstock.charba.client.options with parameters of type Img Modifier and Type Method Description default voidHasPointStyle. setPointStyle(Img pointStyle)Sets the style of the point as image. -
Uses of Img in org.pepstock.charba.client.utils
Methods in org.pepstock.charba.client.utils that return Img Modifier and Type Method Description static ImgAnnotationBuilder. build(String htmlXmlContent, double width, double height)Creates an image to apply to canvas with the HTML content (MUST BE XML well-formed) and width and height of the resulted image.static ImgAnnotationBuilder. build(BaseHtmlElement htmlXmlContent, double width, double height)Creates an image to apply to canvas with the HTML content (passed as DOM element) and width and height of the resulted image.static ImgUtilities. toImageElement(String url)Creates a image element by a data URL which is a URI scheme that provides a way to in-line data in a document, and it's commonly used to embed images in HTML and CSS.static ImgUtilities. toImageElement(String url, int width, int height)Creates a image element by a data URL which is a URI scheme that provides a way to in-line data in a document, and it's commonly used to embed images in HTML and CSS, forcing the size.Methods in org.pepstock.charba.client.utils with parameters of type Img Modifier and Type Method Description static StringUtilities. toCSSBackgroundProperty(Img image)Returns a URL CSS property for the current content of an image element instance. -
Uses of Img in org.pepstock.charba.client.utils.toast
Methods in org.pepstock.charba.client.utils.toast that return Img Modifier and Type Method Description default ImgIsDefaultToastOptions. getIcon()Returns the icon image set for toast.ImgToastItemOptions. getIcon()Returns the icon image set for toast.Methods in org.pepstock.charba.client.utils.toast with parameters of type Img Modifier and Type Method Description ToastOptionsBuilderToastOptionsBuilder. setIcon(Img icon)Sets the icon image set for toast.
-