Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.vinculum.processeditor.model
Class WireBendpoint  view WireBendpoint download WireBendpoint.java

java.lang.Object
  extended bycom.vinculum.processeditor.model.WireBendpoint
All Implemented Interfaces:
java.io.Serializable

public class WireBendpoint
extends java.lang.Object
implements java.io.Serializable


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)