public class Agent extends SvgFunction
Constructor and Description |
---|
Agent() |
Modifier and Type | Method and Description |
---|---|
Document |
goldDigger(Document readDoc,
long id,
long teamId,
int x,
int y,
String rotate)
create the gold digger
|
Document |
goldDigger(Document readDoc,
long id,
long teamId,
String text,
int x,
int y,
String rotate)
create the gold digger with label
|
Document |
goldDigger(Document readDoc,
long id,
String teamId,
int x,
int y,
String rotate)
create the gold digger
|
Document |
goldDigger(Document readDoc,
long id,
String teamId,
String text,
int x,
int y,
String rotate)
create the gold digger with label
|
Document |
goldDiggerWithGold(Document readDoc,
long id,
long teamId,
int x,
int y,
String rotate) |
Document |
goldDiggerWithGold(Document readDoc,
long id,
long teamId,
String text,
int x,
int y,
String rotate) |
Document |
goldDiggerWithGold(Document readDoc,
long id,
String teamId,
int x,
int y,
String rotate) |
Document |
goldDiggerWithGold(Document readDoc,
long id,
String teamId,
String text,
int x,
int y,
String rotate) |
void |
setDimBoxHeight(double dimBoxHeight) |
void |
setDimBoxWidth(double dimBoxWidth) |
void |
setDimLine() |
void |
setDimLineY(double dimLineY) |
void |
setLabelColour(String labelColour) |
void |
setLabelHeadColour(String labelHeadColour) |
void |
setLabelHeadTextColour(String labelHeadTextColour) |
void |
setLabelTextColour(String labelTextColour) |
funcAddAttribute, funcCircle, funcEllipse, funcLine, funcLine, funcPath, funcPath, funcPolygon, funcPolyline, funcRect, funcText, funcText, rotation
public void setDimBoxHeight(double dimBoxHeight)
public void setDimBoxWidth(double dimBoxWidth)
public void setDimLineY(double dimLineY)
public void setDimLine()
public void setLabelColour(String labelColour)
public void setLabelHeadColour(String labelHeadColour)
public void setLabelHeadTextColour(String labelHeadTextColour)
public void setLabelTextColour(String labelTextColour)
public Document goldDigger(Document readDoc, long id, String teamId, int x, int y, String rotate)
readDoc
- id
- identical the agentx
- horizontal position of the goldDigger (cell number)y
- vertical position of the goldDigger (cell number)rotate
- NOTE: "N"|"n" rotate agent North, "E"|"e" rotate agent East,
"S"|"s" rotate agent South, "W"|"w" rotate agent West "12"
rotate agent 12 degree rightwardsgoldDigger
- elementpublic Document goldDigger(Document readDoc, long id, long teamId, int x, int y, String rotate)
readDoc
- id
- identical the agentteamId
- identical the team of the agentx
- horizontal position of the goldDigger (cell number)y
- vertical position of the goldDigger (cell number)rotate
- NOTE: "N"|"n" rotate agent North, "E"|"e" rotate agent East,
"S"|"s" rotate agent South, "W"|"w" rotate agent West "12"
rotate agent 12 degree rightwardspublic Document goldDigger(Document readDoc, long id, String teamId, String text, int x, int y, String rotate)
readDoc
- id
- identical the agentteamId
- identical the team of the agenttext
- text on the label of the agentx
- horizontal position of the goldDigger (cell number)y
- vertical position of the goldDigger (cell number)rotate
- NOTE: "N"|"n" rotate agent North, "E"|"e" rotate agent East,
"S"|"s" rotate agent South, "W"|"w" rotate agent West "12"
rotate agent 12 degree rightwardspublic Document goldDigger(Document readDoc, long id, long teamId, String text, int x, int y, String rotate)
readDoc
- id
- identical the agentteamId
- identical the team of the agenttext
- text on the label of the agentx
- horizontal position of the goldDigger (cell number)y
- vertical position of the goldDigger (cell number)rotate
- NOTE: "N"|"n" rotate agent North, "E"|"e" rotate agent East,
"S"|"s" rotate agent South, "W"|"w" rotate agent West "12"
rotate agent 12 degree rightwardspublic Document goldDiggerWithGold(Document readDoc, long id, long teamId, int x, int y, String rotate)
readDoc
- id
- identical the agentteamId
- identical the team of the agentx
- horizontal position of the goldDiggerWithGold (cell number)y
- vertical position of the goldDiggerWithGold (cell number)rotate
- NOTE: "N"|"n" rotate agent North, "E"|"e" rotate agent East,
"S"|"s" rotate agent South, "W"|"w" rotate agent West "12"
rotate agent 12 degree rightwardspublic Document goldDiggerWithGold(Document readDoc, long id, String teamId, int x, int y, String rotate)
readDoc
- id
- identical the agentteamId
- identical the team of the agentx
- horizontal position of the goldDiggerWithGold (cell number)y
- vertical position of the goldDiggerWithGold (cell number)rotate
- NOTE: "N"|"n" rotate agent North, "E"|"e" rotate agent East,
"S"|"s" rotate agent South, "W"|"w" rotate agent West "12"
rotate agent 12 degree rightwardspublic Document goldDiggerWithGold(Document readDoc, long id, long teamId, String text, int x, int y, String rotate)
readDoc
- id
- identical the agentteamId
- identical the team of the agenttext
- text on the label of the agentx
- horizontal position of the goldDiggerWithGold (cell number)y
- vertical position of the goldDiggerWithGold (cell number)rotate
- NOTE: "N"|"n" rotate agent North, "E"|"e" rotate agent East,
"S"|"s" rotate agent South, "W"|"w" rotate agent West "12"
rotate agent 12 degree rightwardspublic Document goldDiggerWithGold(Document readDoc, long id, String teamId, String text, int x, int y, String rotate)
readDoc
- id
- identical the agentteamId
- identical the team of the agenttext
- text on the label of the agentx
- horizontal position of the goldDiggerWithGold (cell number)y
- vertical position of the goldDiggerWithGold (cell number)rotate
- NOTE: "N"|"n" rotate agent North, "E"|"e" rotate agent East,
"S"|"s" rotate agent South, "W"|"w" rotate agent West "12"
rotate agent 12 degree rightwardsCopyright © 2013. All Rights Reserved.