|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectalgoanim.primitives.Primitive
algoanim.primitives.vhdl.VHDLElement
algoanim.primitives.vhdl.AndGate
public class AndGate
Represents an AND gate defined by an upper left corner and its width.
| Field Summary |
|---|
| Fields inherited from class algoanim.primitives.vhdl.VHDLElement |
|---|
generator, height, pins, properties, upperLeft, width |
| Fields inherited from class algoanim.primitives.Primitive |
|---|
gen |
| Constructor Summary | |
|---|---|
AndGate(VHDLElementGenerator sg,
Node upperLeftCorner,
int theWidth,
int theHeight,
java.lang.String name,
java.util.List<VHDLPin> definedPins,
DisplayOptions display,
VHDLElementProperties sp)
Instantiates the AndGate and calls the create() method of the
associated VHDLElementGenerator. |
|
| Method Summary |
|---|
| Methods inherited from class algoanim.primitives.vhdl.VHDLElement |
|---|
getHeight, getPins, getProperties, getUpperLeft, getWidth, setName |
| Methods inherited from class algoanim.primitives.Primitive |
|---|
changeColor, exchange, getDisplayOptions, getName, hide, hide, moveBy, moveTo, moveVia, rotate, rotate, show, show |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AndGate(VHDLElementGenerator sg,
Node upperLeftCorner,
int theWidth,
int theHeight,
java.lang.String name,
java.util.List<VHDLPin> definedPins,
DisplayOptions display,
VHDLElementProperties sp)
throws java.lang.IllegalArgumentException
AndGate and calls the create() method of the
associated VHDLElementGenerator.
sg - the appropriate code Generator.upperLeftCorner - the upper left corner of this VHDL element.theWidth - the width of this VHDL element.theHeight - the height of this VHDL elementname - the name of this VHDL element.definedPins - the list of VHDL pins (in, out, control, or bidirectional)display - [optional] the DisplayOptions of this
VHDL element.sp - [optional] the properties of this VHDL element.
java.lang.IllegalArgumentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||