|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelationshipType | |
universe.client.database | |
universe.client.gui |
Uses of RelationshipType in universe.client.database |
Fields in universe.client.database declared as RelationshipType | |
static RelationshipType |
RelationshipType.Unexplored
|
static RelationshipType |
RelationshipType.Explored
|
static RelationshipType |
RelationshipType.Owned
|
static RelationshipType |
RelationshipType.Enemy
|
static RelationshipType |
RelationshipType.Neutral
|
static RelationshipType |
RelationshipType.Ally
|
static RelationshipType |
RelationshipType.UnknownOccupied
|
private RelationshipType |
Relationship.type
|
Methods in universe.client.database that return RelationshipType | |
static RelationshipType |
Relationship.getRelationshipType(CivID AID)
|
static RelationshipType |
Relationship.getRelationshipType(SystemID SID)
|
static RelationshipType |
Relationship.getRelationshipType(PlanetID PID)
|
static RelationshipType |
Relationship.getRelationshipType(StationID BID)
|
static RelationshipType |
Relationship.getRelationshipType(FleetID FID)
|
RelationshipType |
Relationship.getType()
|
Uses of RelationshipType in universe.client.gui |
Methods in universe.client.gui that return RelationshipType | |
private RelationshipType |
SystemScreenObjectHandler.playerSystemRelationship(SystemID sid)
|
Methods in universe.client.gui with parameters of type RelationshipType | |
private void |
SystemScreenObjectHandler.drawHalo(java.awt.Graphics g,
int x,
int y,
float z,
RelationshipType relationshipType,
java.awt.Color aColor)
This method draws a halo at the given location (where a star will be drawn). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |