Class Index | File Index

Classes


Class Kinetic.Polygon


Extends Kinetic.Shape.

Defined in: kinetic.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Kinetic.Polygon(config)
Polygon constructor.
Method Summary
Method Attributes Method Name and Description
 
get points array
 
setPoints(points)
set points array
Methods borrowed from class Kinetic.Shape:
applyLineJoin, clearData, fillStroke, getCanvas, getContext, getFill, getLineJoin, getStroke, getStrokeWidth, intersects, saveData, setDrawFunc, setFill, setLineJoin, setStroke, setStrokeWidth, stroke
Methods borrowed from class Kinetic.Node:
draggable, getAbsoluteAlpha, getAbsolutePosition, getAbsoluteTransform, getAbsoluteZIndex, getAlpha, getAttrs, getCenterOffset, getDetectionType, getDragBounds, getDragConstraint, getLayer, getLevel, getName, getParent, getPosition, getRotation, getRotationDeg, getScale, getStage, getTransform, getX, getY, getZIndex, hide, isDragging, isVisible, listen, move, moveDown, moveTo, moveToBottom, moveToTop, moveUp, off, on, rotate, rotateDeg, setAbsolutePosition, setAlpha, setAttrs, setCenterOffset, setDefaultAttrs, setDetectionType, setDragBounds, setDragConstraint, setPosition, setRotation, setRotationDeg, setScale, setX, setY, setZIndex, show, transitionTo
Class Detail
Kinetic.Polygon(config)
Polygon constructor.  Polygons are defined by an array of points
Parameters:
{Object} config
Method Detail
getPoints()
get points array

setPoints(points)
set points array
Parameters:
{Array} points

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Jun 19 2012 23:24:19 GMT+0200 (MESZ)