|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.electric.technology.PrimitiveNode.NodeSizeRule
public class PrimitiveNode.NodeSizeRule
Class to define a single rule on a node.
| Nested Class Summary | |
|---|---|
class |
PrimitiveNode.NodeSizeRule.NodeSizeRuleError
|
| Field Summary | |
|---|---|
protected java.lang.String |
ruleName
|
| Method Summary | |
|---|---|
java.util.List<PrimitiveNode.NodeSizeRule.NodeSizeRuleError> |
checkSize(PrimitiveNodeSize size)
Methot to check whether the current NodeSize size meets original conditions provided by the technology. |
double |
getHeight()
|
java.lang.String |
getRuleName()
|
double |
getWidth()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final java.lang.String ruleName
| Method Detail |
|---|
public java.lang.String getRuleName()
public double getWidth()
public double getHeight()
public java.util.List<PrimitiveNode.NodeSizeRule.NodeSizeRuleError> checkSize(PrimitiveNodeSize size)
size -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||