Package cz.vutbr.fit.layout.model
Class AreaConnection
- java.lang.Object
-
- cz.vutbr.fit.layout.model.Connection<ContentRect>
-
- cz.vutbr.fit.layout.model.AreaConnection
-
public class AreaConnection extends Connection<ContentRect>
A relation connection between two content rectangles.- Author:
- burgetr
-
-
Constructor Summary
Constructors Constructor Description AreaConnection(ContentRect a1, ContentRect a2, Relation relation, float weight)
-
-
-
Constructor Detail
-
AreaConnection
public AreaConnection(ContentRect a1, ContentRect a2, Relation relation, float weight)
-
-