Skip to main content

Pentaho+ documentation has moved!

The new product documentation portal is here. Check it out now at docs.hitachivantara.com

 

Hitachi Vantara Lumada and Pentaho Documentation

IPoint

pentaho.visual.spec. IPoint

The visual.spec.IPoint interface describes a point instance using a generic, object form.

Source: doc-js/pentaho/visual/spec/IPoint.jsdoc, line 17

Members

Name Description
x :  number

The x coordinate of the point.

y :  number

The y coordinate of the point.

Members Details

x:  number

The x coordinate of the point.

Source: doc-js/pentaho/visual/spec/IPoint.jsdoc, line 25

y:  number

The y coordinate of the point.

Source: doc-js/pentaho/visual/spec/IPoint.jsdoc, line 33