@Gw2ApiVersion(value="v1") public class GuildEmblem extends Object
Constructor and Description |
---|
GuildEmblem() |
Modifier and Type | Method and Description |
---|---|
int |
getBackgroundColorId()
Retrieve the identifier for the emblem's background
Color . |
int |
getBackgroundId()
Retrieve the identifier for the emblem's background image.
|
ArrayList<String> |
getFlags()
Retrieve a list of flags that further describe the emblem.
|
int |
getForegroundId()
Retrieve the identifier for the emblem's foreground image.
|
int |
getForegroundPrimaryColorId()
Retrieve the identifier for the emblem's primary
Color . |
int |
getForegroundSecondaryColorId()
Retrieve the identifier for the emblem's secondary
Color . |
void |
setBackgroundColorId(int backgroundColorId) |
void |
setBackgroundId(int backgroundId) |
void |
setFlags(ArrayList<String> flags) |
void |
setForegroundId(int foregroundId) |
void |
setForegroundPrimaryColorId(int foregroundPrimaryColorId) |
void |
setForegroundSecondaryColorId(int foregroundSecondaryColorId) |
public int getBackgroundId()
public void setBackgroundId(int backgroundId)
public int getForegroundId()
public void setForegroundId(int foregroundId)
public ArrayList<String> getFlags()
Retrieve a list of flags that further describe the emblem. Possible flag values are:
public int getBackgroundColorId()
Color
.public void setBackgroundColorId(int backgroundColorId)
public int getForegroundPrimaryColorId()
Color
.public void setForegroundPrimaryColorId(int foregroundPrimaryColorId)
public int getForegroundSecondaryColorId()
Color
.public void setForegroundSecondaryColorId(int foregroundSecondaryColorId)
Copyright © 2014. All Rights Reserved.