public class ShapeClipMap
extends java.lang.Object
Constructor and Description |
---|
ShapeClipMap(SLCamera cam) |
Modifier and Type | Method and Description |
---|---|
void |
addComponent(SLComponent C) |
void |
addShape(java.awt.Shape s) |
boolean |
doIntersectComponent(int i,
int j) |
boolean |
doIntersectShape(int i,
int j)
Return the boolean stored at the ith row, jth column of the shape clip map.
|
int |
getNumberOfComponents() |
boolean |
isInitialized() |
void |
removeComponent(SLComponent C) |
void |
setIntersectComponent(int i,
int j,
boolean x) |
void |
setIntersectShape(int i,
int j,
boolean x) |
public ShapeClipMap(SLCamera cam)
public boolean doIntersectShape(int i, int j)
public void setIntersectShape(int i, int j, boolean x)
public boolean doIntersectComponent(int i, int j)
public void setIntersectComponent(int i, int j, boolean x)
public int getNumberOfComponents()
public void addComponent(SLComponent C)
public void removeComponent(SLComponent C)
public void addShape(java.awt.Shape s)
public boolean isInitialized()
Copyright © 2011, 2013. Daniel P. Dougherty