Class: Browser::DOM::Element::Image
- Inherits:
-
Browser::DOM::Element
- Object
- Node
- Browser::DOM::Element
- Browser::DOM::Element::Image
- Defined in:
- opal/browser/dom/element/image.rb
Constant Summary
Constants inherited from Browser::DOM::Element
Constants inherited from Node
Node::ATTRIBUTE_NODE, Node::CDATA_SECTION_NODE, Node::COMMENT_NODE, Node::DOCUMENT_FRAGMENT_NODE, Node::DOCUMENT_NODE, Node::DOCUMENT_TYPE_NODE, Node::ELEMENT_NODE, Node::ENTITY_NODE, Node::ENTITY_REFERENCE_NOCE, Node::NOTATION_NODE, Node::PROCESSING_INSTRUCTION_NODE, Node::TEXT_NODE
Instance Attribute Summary
Attributes inherited from Browser::DOM::Element
#attribute_nodes, #attributes, #class_name, #class_names, #id, #offset, #position, #scroll, #size, #style!, #window
Attributes inherited from Node
#child, #children, #document, #element_children, #first_element_child, #inner_html, #last_element_child, #name, #namespace, #next, #next_element, #node_type, #parent, #previous, #previous_element, #value
Instance Method Summary collapse
Methods inherited from Browser::DOM::Element
#/, #=~, #[], #[]=, #add_class, #at, #at_css, #at_xpath, #blur, create, #css, #data, #focus, #focused?, #hide, #inner_dom, #inner_dom=, #inspect, new, #remove_attribute, #remove_class, #search, #show, #style, #toggle, #xpath
Methods included from Event::Target
#off, #on, #on!, #trigger, #trigger!
Methods inherited from Node
#<<, #==, #>>, #add_child, #add_next_sibling, #add_previous_sibling, #ancestors, #append_to, #blank?, #cdata?, #clear, #comment?, #content, #content=, #document?, #elem?, #fragment?, new, #parse, #path, #prepend_to, #remove, #remove_child, #replace, #text?, #traverse
Instance Method Details
#complete? ⇒ Boolean
4 5 6 |
# File 'opal/browser/dom/element/image.rb', line 4 def complete? `#@native.complete` end |
#cross? ⇒ Boolean
8 9 10 |
# File 'opal/browser/dom/element/image.rb', line 8 def cross? `#@native.crossOrigin` end |
#height ⇒ Object
12 13 14 |
# File 'opal/browser/dom/element/image.rb', line 12 def height `#@native.naturalHeight` end |
#width ⇒ Object
16 17 18 |
# File 'opal/browser/dom/element/image.rb', line 16 def width `#@native.naturalWidth` end |