|
|||||||||
| Home >> All >> com >> vinculum >> processeditor >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.vinculum.processeditor.model
Class WireBendpoint

java.lang.Objectcom.vinculum.processeditor.model.WireBendpoint
- All Implemented Interfaces:
- java.io.Serializable
- public class WireBendpoint
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
| Field Summary | |
private Dimension |
d1
|
private Dimension |
d2
|
private float |
weight
|
| Constructor Summary | |
WireBendpoint()
|
|
| Method Summary | |
Dimension |
getFirstRelativeDimension()
|
Point |
getLocation()
|
Dimension |
getSecondRelativeDimension()
|
float |
getWeight()
|
void |
setRelativeDimensions(Dimension dim1,
Dimension dim2)
|
void |
setWeight(float w)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
weight
private float weight
d1
private Dimension d1
d2
private Dimension d2
| Constructor Detail |
WireBendpoint
public WireBendpoint()
| Method Detail |
getFirstRelativeDimension
public Dimension getFirstRelativeDimension()
getLocation
public Point getLocation()
getSecondRelativeDimension
public Dimension getSecondRelativeDimension()
getWeight
public float getWeight()
setRelativeDimensions
public void setRelativeDimensions(Dimension dim1,
Dimension dim2)
setWeight
public void setWeight(float w)
|
|||||||||
| Home >> All >> com >> vinculum >> processeditor >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.vinculum.processeditor.model.WireBendpoint