Constructor and Description |
---|
EmployeeStyle() |
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getBorderColor(Employee employee) |
int |
getBorderSize(Employee employee) |
java.awt.Color |
getColor(Employee employee) |
java.lang.String |
getLabel(Employee employee) |
java.awt.Color |
getLabelColor(Employee employee) |
java.awt.Font |
getLabelFont(Employee employee) |
saf.v3d.scene.Position |
getLabelPosition(Employee employee) |
float |
getLabelXOffset(Employee employee) |
float |
getLabelYOffset(Employee employee) |
float |
getRotation(Employee employee) |
float |
getScale(Employee employee) |
saf.v3d.scene.VSpatial |
getVSpatial(Employee employee,
saf.v3d.scene.VSpatial spatial) |
void |
init(saf.v3d.ShapeFactory2D shapeFactory) |
public java.lang.String getLabel(Employee employee)
getLabel
in interface repast.simphony.visualizationOGL2D.StyleOGL2D<Employee>
public java.awt.Font getLabelFont(Employee employee)
getLabelFont
in interface repast.simphony.visualizationOGL2D.StyleOGL2D<Employee>
public float getLabelXOffset(Employee employee)
getLabelXOffset
in interface repast.simphony.visualizationOGL2D.StyleOGL2D<Employee>
public float getLabelYOffset(Employee employee)
getLabelYOffset
in interface repast.simphony.visualizationOGL2D.StyleOGL2D<Employee>
public saf.v3d.scene.Position getLabelPosition(Employee employee)
getLabelPosition
in interface repast.simphony.visualizationOGL2D.StyleOGL2D<Employee>
public java.awt.Color getLabelColor(Employee employee)
getLabelColor
in interface repast.simphony.visualizationOGL2D.StyleOGL2D<Employee>
public saf.v3d.scene.VSpatial getVSpatial(Employee employee, saf.v3d.scene.VSpatial spatial)
getVSpatial
in interface repast.simphony.visualizationOGL2D.StyleOGL2D<Employee>
public java.awt.Color getColor(Employee employee)
getColor
in interface repast.simphony.visualizationOGL2D.StyleOGL2D<Employee>
public float getScale(Employee employee)
getScale
in interface repast.simphony.visualizationOGL2D.StyleOGL2D<Employee>
public int getBorderSize(Employee employee)
getBorderSize
in interface repast.simphony.visualizationOGL2D.StyleOGL2D<Employee>
public java.awt.Color getBorderColor(Employee employee)
getBorderColor
in interface repast.simphony.visualizationOGL2D.StyleOGL2D<Employee>
public void init(saf.v3d.ShapeFactory2D shapeFactory)
init
in interface repast.simphony.visualizationOGL2D.StyleOGL2D<Employee>