rp1.rossum
Class RsBodyArt

java.lang.Object
  extended by rp1.rossum.RsComponent
      extended by rp1.rossum.RsBodyPart
          extended by rp1.rossum.RsBodyArt
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class RsBodyArt
extends RsBodyPart

A class for composing non-interactive, render-only body parts.

See Also:
Serialized Form

Constructor Summary
RsBodyArt(double[] pointList, int nPointList)
           
 
Method Summary
 void transform(double sinTheta, double cosTheta, double xOffset, double yOffset)
           
 
Methods inherited from class rp1.rossum.RsBodyPart
copyStateData, getFillColor, getHot, getID, getLineColor, getName, isASensor, paint, resetStateData, searchForCollisions, setFillColor, setHot, setHotFillColor, setHotLineColor, setLineColor, setName
 
Methods inherited from class rp1.rossum.RsComponent
clone
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RsBodyArt

public RsBodyArt(double[] pointList,
                 int nPointList)
Method Detail

transform

public void transform(double sinTheta,
                      double cosTheta,
                      double xOffset,
                      double yOffset)