public class SortByPositionOperator
extends org.fit.layout.impl.BaseOperator
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
columnFirst |
protected String[] |
paramNames |
protected org.fit.layout.api.ParametrizedOperation.ValueType[] |
paramTypes |
| Constructor and Description |
|---|
SortByPositionOperator() |
SortByPositionOperator(boolean columnFirst) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.fit.layout.model.AreaTree atree) |
void |
apply(org.fit.layout.model.AreaTree atree,
org.fit.layout.model.Area root) |
boolean |
getColumnFirst() |
String |
getDescription() |
String |
getId() |
String |
getName() |
String[] |
getParamNames() |
org.fit.layout.api.ParametrizedOperation.ValueType[] |
getParamTypes() |
protected void |
recursivelySortChildAreas(org.fit.layout.model.Area root,
boolean columnFirst) |
void |
setColumnFirst(boolean columnFirst) |
getParam, getParamRange, setParamprotected boolean columnFirst
protected final String[] paramNames
protected final org.fit.layout.api.ParametrizedOperation.ValueType[] paramTypes
public SortByPositionOperator()
public SortByPositionOperator(boolean columnFirst)
public String getId()
public String getName()
public String getDescription()
public String[] getParamNames()
public org.fit.layout.api.ParametrizedOperation.ValueType[] getParamTypes()
public boolean getColumnFirst()
public void setColumnFirst(boolean columnFirst)
public void apply(org.fit.layout.model.AreaTree atree)
public void apply(org.fit.layout.model.AreaTree atree,
org.fit.layout.model.Area root)
protected void recursivelySortChildAreas(org.fit.layout.model.Area root,
boolean columnFirst)
Copyright © 2016. All rights reserved.