Uses of Class
org.gjt.universe.RelationshipType

Packages that use RelationshipType
org.gjt.universe   
org.gjt.universe.gui   
 

Uses of RelationshipType in org.gjt.universe
 

Fields in org.gjt.universe 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 org.gjt.universe that return RelationshipType
static RelationshipType Relationship.getRelationshipType(CivID me, CivID AID)
           
static RelationshipType Relationship.getRelationshipType(CivID me, SystemID SID)
           
static RelationshipType Relationship.getRelationshipType(CivID me, PlanetID PID)
           
static RelationshipType Relationship.getRelationshipType(CivID me, StationID BID)
           
static RelationshipType Relationship.getRelationshipType(CivID me, FleetID FID)
           
 RelationshipType Relationship.getType()
           
 

Uses of RelationshipType in org.gjt.universe.gui
 

Methods in org.gjt.universe.gui that return RelationshipType
private  RelationshipType SystemScreenObjectHandler.playerSystemRelationship(CivID cid, SystemID sid)
           
 

Methods in org.gjt.universe.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).
 



Copyright © 2001 Universe Dev Team All Rights Reserved.