JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
G
H
I
M
N
S
T
V
W
B
BadgeFormat
- Class in
io.github.dsibilio.badgemaker.model
It is recommended to use the
BadgeFormatBuilder
to create instances of this class
BadgeFormat(String, String, HexColor, HexColor, String, int)
- Constructor for class io.github.dsibilio.badgemaker.model.
BadgeFormat
BadgeFormatBuilder
- Class in
io.github.dsibilio.badgemaker.core
A builder for
BadgeFormat
instances
BadgeFormatBuilder(String)
- Constructor for class io.github.dsibilio.badgemaker.core.
BadgeFormatBuilder
It is recommended to use this builder to create
BadgeFormat
instances.
BadgeMaker
- Class in
io.github.dsibilio.badgemaker.core
build()
- Method in class io.github.dsibilio.badgemaker.core.
BadgeFormatBuilder
G
getHexColor()
- Method in interface io.github.dsibilio.badgemaker.model.
HexColor
getHexColor()
- Method in enum io.github.dsibilio.badgemaker.model.
NamedColor
getLabel()
- Method in class io.github.dsibilio.badgemaker.model.
BadgeFormat
getLabelColor()
- Method in class io.github.dsibilio.badgemaker.model.
BadgeFormat
getLogo()
- Method in class io.github.dsibilio.badgemaker.model.
BadgeFormat
getMessage()
- Method in class io.github.dsibilio.badgemaker.model.
BadgeFormat
getMessageColor()
- Method in class io.github.dsibilio.badgemaker.model.
BadgeFormat
getScaleMultiplier()
- Method in class io.github.dsibilio.badgemaker.model.
BadgeFormat
H
HexColor
- Interface in
io.github.dsibilio.badgemaker.model
I
io.github.dsibilio.badgemaker.core
- package io.github.dsibilio.badgemaker.core
io.github.dsibilio.badgemaker.model
- package io.github.dsibilio.badgemaker.model
M
makeBadge(BadgeFormat)
- Static method in class io.github.dsibilio.badgemaker.core.
BadgeMaker
Given a badge format, generate an SVG badge
N
NamedColor
- Enum in
io.github.dsibilio.badgemaker.model
S
SCALE_MULTI_LOWER_BOUND
- Static variable in class io.github.dsibilio.badgemaker.model.
BadgeFormat
SCALE_MULTI_UPPER_BOUND
- Static variable in class io.github.dsibilio.badgemaker.model.
BadgeFormat
setLabel(String)
- Method in class io.github.dsibilio.badgemaker.model.
BadgeFormat
setLabelColor(HexColor)
- Method in class io.github.dsibilio.badgemaker.model.
BadgeFormat
setLogo(String)
- Method in class io.github.dsibilio.badgemaker.model.
BadgeFormat
setMessage(String)
- Method in class io.github.dsibilio.badgemaker.model.
BadgeFormat
setMessageColor(HexColor)
- Method in class io.github.dsibilio.badgemaker.model.
BadgeFormat
setScaleMultiplier(int)
- Method in class io.github.dsibilio.badgemaker.model.
BadgeFormat
T
toString()
- Method in class io.github.dsibilio.badgemaker.model.
BadgeFormat
V
valueOf(String)
- Static method in enum io.github.dsibilio.badgemaker.model.
NamedColor
Returns the enum constant of this type with the specified name.
values()
- Static method in enum io.github.dsibilio.badgemaker.model.
NamedColor
Returns an array containing the constants of this enum type, in the order they are declared.
W
withLabel(String)
- Method in class io.github.dsibilio.badgemaker.core.
BadgeFormatBuilder
withLabelColor(HexColor)
- Method in class io.github.dsibilio.badgemaker.core.
BadgeFormatBuilder
withLogo(String)
- Method in class io.github.dsibilio.badgemaker.core.
BadgeFormatBuilder
The logo, must be SVG converted with Base64 encoding.
E.g.: data:image/svg+xml;base64,PHN2b...
withMessageColor(HexColor)
- Method in class io.github.dsibilio.badgemaker.core.
BadgeFormatBuilder
withScaleMultiplier(int)
- Method in class io.github.dsibilio.badgemaker.core.
BadgeFormatBuilder
B
G
H
I
M
N
S
T
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2023. All rights reserved.