| Package | ptolemy.geom3D.core |
| Class | public class Face |
| Inheritance | Face ptolemy.geom3D.core.Logic |
| Subclasses | JoinedFace, RegularFace |
| Property | Defined By | ||
|---|---|---|---|
| alpha : Number | Face | ||
| fillColor : uint | Face | ||
| outlineColor : uint | Face | ||
| outlineWidth : int | Face | ||
| perspectiveDepth : Number [read-only] | Face | ||
| points : Array [read-only] | Face | ||
| Property | Defined By | ||
|---|---|---|---|
| _fillColor : uint = 0xFF000099 | Face | ||
| _outlineColor : uint = 0x000000FF | Face | ||
| _outlineWidth : int = 0 | Face | ||
| _points : Array | Face | ||
| Method | Defined By | ||
|---|---|---|---|
Face(... points) | Face | ||
draw(g:Graphics):void | Face | ||
toString():String | Face | ||
| Method | Defined By | ||
|---|---|---|---|
doPostChildrenCalculation():void [override] | Face | ||
| _fillColor | property |
protected var _fillColor:uint = 0xFF000099| _outlineColor | property |
protected var _outlineColor:uint = 0x000000FF| _outlineWidth | property |
protected var _outlineWidth:int = 0| _points | property |
protected var _points:Array| alpha | property |
alpha:Number public function get alpha():Number public function set alpha(value:Number):void| fillColor | property |
fillColor:uint public function get fillColor():uint public function set fillColor(value:uint):void| outlineColor | property |
outlineColor:uint public function get outlineColor():uint public function set outlineColor(value:uint):void| outlineWidth | property |
outlineWidth:int public function get outlineWidth():int public function set outlineWidth(value:int):void| perspectiveDepth | property |
perspectiveDepth:Number [read-only] public function get perspectiveDepth():Number| points | property |
points:Array [read-only] public function get points():Array| Face | () | Constructor |
public function Face(... points)... points |
| doPostChildrenCalculation | () | method |
override protected function doPostChildrenCalculation():void| draw | () | method |
public function draw(g:Graphics):voidParameters
g:Graphics |
| toString | () | method |
public function toString():StringReturnsString |