|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Logo | |
---|---|
ezvcard | |
ezvcard.io.scribe |
Uses of Logo in ezvcard |
---|
Methods in ezvcard that return types with arguments of type Logo | |
---|---|
List<Logo> |
VCard.getLogos()
Gets the logos attached to the vCard, such a company logo. |
Methods in ezvcard with parameters of type Logo | |
---|---|
void |
VCard.addLogo(Logo logo)
Adds a logo to the vCard, such as a company logo. |
void |
VCard.addLogoAlt(Logo... altRepresentations)
Adds a logo property as a group of alternative representations (see: description of ALTID ). |
Method parameters in ezvcard with type arguments of type Logo | |
---|---|
void |
VCard.addLogoAlt(Collection<Logo> altRepresentations)
Adds a logo property as a group of alternative representations (see: description of ALTID ). |
Uses of Logo in ezvcard.io.scribe |
---|
Methods in ezvcard.io.scribe that return Logo | |
---|---|
protected Logo |
LogoScribe._newInstance(byte[] data,
ImageType contentType)
|
protected Logo |
LogoScribe._newInstance(String uri,
ImageType contentType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |