public class PatternMatch extends Object
| Constructor and Description |
|---|
PatternMatch(AreaPattern pattern,
org.fit.layout.model.Box box) |
| Modifier and Type | Method and Description |
|---|---|
org.fit.layout.model.Box |
getBox() |
PatternMatch |
getLastPair() |
List<PatternMatch> |
getPairs() |
AreaPattern |
getPattern() |
void |
setBox(org.fit.layout.model.Box box) |
void |
setPattern(AreaPattern pattern) |
String |
toString() |
public PatternMatch(AreaPattern pattern, org.fit.layout.model.Box box)
public AreaPattern getPattern()
public void setPattern(AreaPattern pattern)
public org.fit.layout.model.Box getBox()
public void setBox(org.fit.layout.model.Box box)
public List<PatternMatch> getPairs()
public PatternMatch getLastPair()
Copyright © 2018. All rights reserved.