rp1.rossum
Class RsWall

java.lang.Object
  extended by rp1.rossum.RsObject
      extended by rp1.rossum.RsWall

public class RsWall
extends RsObject

A floor-plan object used to represent walls.


Field Summary
 
Fields inherited from class rp1.rossum.RsObject
fillColor, isGeometrySet, label, lineColor, plan
 
Constructor Summary
RsWall(java.lang.String nameReference, RsPlan planReference)
           
 
Method Summary
 java.lang.String getClassName()
           
 double[] getGeometry()
           
 RsSegment[] getSegmentArray()
           
 void paint(java.awt.Graphics g, RsTransform gt)
           
 void setGeometry(double[] a)
           
 
Methods inherited from class rp1.rossum.RsObject
getBounds, getName, getSelected, setBounds, setColor, setFillColor, setLabel, setLineColor, setName, setSelected
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RsWall

public RsWall(java.lang.String nameReference,
              RsPlan planReference)
Method Detail

setGeometry

public void setGeometry(double[] a)
Specified by:
setGeometry in class RsObject

getGeometry

public double[] getGeometry()
Specified by:
getGeometry in class RsObject

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in class RsObject

paint

public void paint(java.awt.Graphics g,
                  RsTransform gt)
Specified by:
paint in class RsObject

getSegmentArray

public RsSegment[] getSegmentArray()