Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IlvDrawView

IlvObject
   |
   +--IlvPanel
      |
      +--IlvDrawView

Category:
Common component
JavaScript File:
IlvDrawView.js
Description:
This class is a subclass of IlvPanel that can be created dynamically. It is designed to show vectorial graphic objects.
Since:
JViews 8.7

Constructor Summary
Constructor Attributes Constructor Name and Description
 
IlvDrawView(container, x, y, w, h)
Methods inherited from class IlvPanel
dispose, getBounds, getClip, getCursor, getHeight, getLeft, getMouseEventSource, getScrollPosition, getTop, getWidth, getZIndex, isVisible, setBackgroundColor, setBackgroundImage, setBounds, setClip, setCursor, setLocation, setScrollPosition, setSize, setVisible, setZIndex, translate
Methods inherited from class IlvObject
getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility
Constructor Detail
IlvDrawView
IlvDrawView(container, x, y, w, h)
Parameters:
container - Creates the panel as a child of this node. If this node is null the panel is created in the body. If the body is used, the page must be loaded.
x - The x position of the panel.
y - The y position of the panel.
w - The width of the panel.
h - The height of the panel.

©Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.