Kinect Body Tracking  1.0
 All Classes Functions
shahqaan.kinect.AbstractDrawable Interface Reference

Inherited by shahqaan.kinect.DrawableSkeleton.

Public Member Functions

void drawSkeleton (Graphics2D g2d, HashMap< SkeletonJoint, SkeletonJointPosition > skel, Skeletons skeletons)
 
void drawLine (Graphics2D g2d, HashMap< SkeletonJoint, SkeletonJointPosition > skel, SkeletonJoint j1, SkeletonJoint j2, Skeletons skeletons)
 

Detailed Description

Author
Shahqaan Qasim

Definition at line 16 of file AbstractDrawable.java.

Member Function Documentation

void shahqaan.kinect.AbstractDrawable.drawLine ( Graphics2D  g2d,
HashMap< SkeletonJoint, SkeletonJointPosition >  skel,
SkeletonJoint  j1,
SkeletonJoint  j2,
Skeletons  skeletons 
)
Parameters
g2d
skel
j1
j2
skeletons

Implemented in shahqaan.kinect.DrawableSkeleton.

void shahqaan.kinect.AbstractDrawable.drawSkeleton ( Graphics2D  g2d,
HashMap< SkeletonJoint, SkeletonJointPosition >  skel,
Skeletons  skeletons 
)
Parameters
g2d
skel
skeletons

Implemented in shahqaan.kinect.DrawableSkeleton.


The documentation for this interface was generated from the following file: