public class OrganelleTemplate extends Object
| Constructor and Description |
|---|
OrganelleTemplate(javax.measure.Quantity<javax.measure.quantity.Length> scale,
Polygon polygon,
Map<Integer,Set<Vector2D>> groups) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,Set<Vector2D>> |
getGroups() |
CellRegion |
getInnerRegion() |
Map<Vector2D,CellRegion> |
getInverseRegionMap() |
CellRegion |
getMembraneRegion() |
Polygon |
getPolygon() |
CellRegion |
getRegion(Vector2D vector) |
Map<CellRegion,Set<Vector2D>> |
getRegionMap() |
Collection<CellRegion> |
getRegions() |
javax.measure.Quantity<javax.measure.quantity.Length> |
getScale() |
void |
initializeGroup(CellRegion region) |
void |
initializeGroup(int groupIdentifier,
CellRegion region) |
CellRegion |
initializeGroup(int groupIdentifier,
String identifier,
String goTerm) |
boolean |
isGrouped() |
void |
mapToSystemExtend() |
void |
move(Vector2D targetLocation) |
void |
reduce() |
void |
scale(double scalingFactor) |
void |
setGroups(Map<Integer,Set<Vector2D>> groups) |
void |
setInnerRegion(CellRegion innerRegion) |
void |
setMembraneRegion(CellRegion membraneRegion) |
void |
setPolygon(Polygon polygon) |
void |
setScale(javax.measure.Quantity<javax.measure.quantity.Length> scale) |
public void mapToSystemExtend()
public javax.measure.Quantity<javax.measure.quantity.Length> getScale()
public void setScale(javax.measure.Quantity<javax.measure.quantity.Length> scale)
public Polygon getPolygon()
public void reduce()
public void scale(double scalingFactor)
public void move(Vector2D targetLocation)
public void setPolygon(Polygon polygon)
public Collection<CellRegion> getRegions()
public boolean isGrouped()
public CellRegion initializeGroup(int groupIdentifier, String identifier, String goTerm)
public void initializeGroup(int groupIdentifier,
CellRegion region)
public void initializeGroup(CellRegion region)
public CellRegion getInnerRegion()
public void setInnerRegion(CellRegion innerRegion)
public CellRegion getMembraneRegion()
public void setMembraneRegion(CellRegion membraneRegion)
public Map<Vector2D,CellRegion> getInverseRegionMap()
public CellRegion getRegion(Vector2D vector)
public Map<CellRegion,Set<Vector2D>> getRegionMap()
Copyright © 2019. All rights reserved.