Uses of Interface
org.pepstock.charba.client.dom.IsCastable
-
Packages that use IsCastable Package Description 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. -
-
Uses of IsCastable in org.pepstock.charba.client.dom
Classes in org.pepstock.charba.client.dom that implement IsCastable Modifier and Type Class Description class
BaseNativeEvent
Represents events that occur due to the user interacting with a pointing device (such as a mouse).
It also used for event which is sent when the state of contacts with a touch sensitive surface changes.class
BaseNativeMouseEvent
Represents a mouse events that occur due to the user interacting with a pointing device.
This is used only internally. -
Uses of IsCastable in org.pepstock.charba.client.dom.elements
Classes in org.pepstock.charba.client.dom.elements that implement IsCastable Modifier and Type Class Description class
Canvas
Represents a DOM element that enables drawing graphics and animations with own the canvas scripting API.class
CanvasGradientItem
Represents an opaque object describing a gradient.class
CanvasPatternItem
Represents an opaque object describing a pattern, based on an image or a canvas.class
Div
Provides a <div> DOM HTML element.class
Img
Represents an HTML <img> element, providing the properties and methods used to manipulate image elements.
-