A B C F G I L M P Q R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addImage(Image) - Method in class ch.andre601.fluxpoint4j.image.CustomImage.Builder
-
Adds an additional
Image instance
to the image. - addText(Text) - Method in class ch.andre601.fluxpoint4j.image.CustomImage.Builder
-
Adds a
Text instance
to the image. - asBold(boolean) - Method in class ch.andre601.fluxpoint4j.image.format.Text
-
Sets whether the text should be bold or not.
- asBold(boolean) - Method in class ch.andre601.fluxpoint4j.image.format.Text.MultiLine
-
Sets whether the text should be bold or not.
- asBold(boolean) - Method in class ch.andre601.fluxpoint4j.image.format.Text.SingleLine
-
Sets whether the text should be bold or not.
- asItalic(boolean) - Method in class ch.andre601.fluxpoint4j.image.format.Text
-
Sets whether the text should be italic or not.
- asItalic(boolean) - Method in class ch.andre601.fluxpoint4j.image.format.Text.MultiLine
-
Sets whether the text should be italic or not.
- asItalic(boolean) - Method in class ch.andre601.fluxpoint4j.image.format.Text.SingleLine
-
Sets whether the text should be italic or not.
- asUnderline(boolean) - Method in class ch.andre601.fluxpoint4j.image.format.Text
-
Sets whether the text should be underlined or not.
- asUnderline(boolean) - Method in class ch.andre601.fluxpoint4j.image.format.Text.MultiLine
-
Sets whether the text should be underlined or not.
- asUnderline(boolean) - Method in class ch.andre601.fluxpoint4j.image.format.Text.SingleLine
-
Sets whether the text should be underlined or not.
B
- BOTTOM_LEFT - ch.andre601.fluxpoint4j.image.format.Image.Cut
-
Triangle with the diagonal being on the bottom-left.
- BOTTOM_RIGHT - ch.andre601.fluxpoint4j.image.format.Image.Cut
-
Triangle with the diagonal being on the bottom-right.
- build() - Method in class ch.andre601.fluxpoint4j.image.CustomImage.Builder
-
Generates a new
CustomImage instance
to use for the actual API calls. - build() - Method in class ch.andre601.fluxpoint4j.welcome.WelcomeImage.Builder
- Builder() - Constructor for class ch.andre601.fluxpoint4j.welcome.WelcomeImage.Builder
C
- ch.andre601.fluxpoint4j - package ch.andre601.fluxpoint4j
- ch.andre601.fluxpoint4j.image - package ch.andre601.fluxpoint4j.image
- ch.andre601.fluxpoint4j.image.format - package ch.andre601.fluxpoint4j.image.format
- ch.andre601.fluxpoint4j.mc - package ch.andre601.fluxpoint4j.mc
- ch.andre601.fluxpoint4j.request - package ch.andre601.fluxpoint4j.request
- ch.andre601.fluxpoint4j.util - package ch.andre601.fluxpoint4j.util
- ch.andre601.fluxpoint4j.welcome - package ch.andre601.fluxpoint4j.welcome
- Circle() - Constructor for class ch.andre601.fluxpoint4j.image.format.Image.Circle
- ColorObject - Class in ch.andre601.fluxpoint4j.util
-
Simple class to allow having a unified format for colors in the Fluxpoint API.
- createBase(Image) - Static method in class ch.andre601.fluxpoint4j.image.CustomImage.Builder
-
Creates a new instance of this Builder using the provided
Image instance
. - CustomImage - Class in ch.andre601.fluxpoint4j.image
-
Class used for the
getCustomImage(CustomImage)
andqueueCustomImage(CustomImage)
methods in theFluxpoint4J class
. - CustomImage.Builder - Class in ch.andre601.fluxpoint4j.image
-
Builder class to create a new
CustomImage instance
.
F
- FailedAPIResponse - Class in ch.andre601.fluxpoint4j.request
-
Representation of a failed API response containing a
error code
andmessage
. - FailedAPIResponse() - Constructor for class ch.andre601.fluxpoint4j.request.FailedAPIResponse
- FailedAPIResponse(String) - Constructor for class ch.andre601.fluxpoint4j.request.FailedAPIResponse
- Fluxpoint4J - Class in ch.andre601.fluxpoint4j
-
Main class to interact with the Fluxpoint API.
- Fluxpoint4J() - Constructor for class ch.andre601.fluxpoint4j.Fluxpoint4J
G
- GeneratedImage - Class in ch.andre601.fluxpoint4j.request
-
Class containing the generated Image from a successful request with either
getCustomImage(CustomImage)
orgetWelcomeImage(WelcomeImage)
in theFluxpoint4J class
. - GeneratedImage(InputStream) - Constructor for class ch.andre601.fluxpoint4j.request.GeneratedImage
- GenericAPIResponse - Interface in ch.andre601.fluxpoint4j.request
-
A generic interface used for the responses of the API.
- getAsBufferedImage() - Method in class ch.andre601.fluxpoint4j.request.GeneratedImage
-
Gets the generated image as a
BufferedImage
ornull
if anIOException
is encountered. - getAsInputStream() - Method in class ch.andre601.fluxpoint4j.request.GeneratedImage
-
Gets the Generated Image as an
InputStream
. - getCode() - Method in class ch.andre601.fluxpoint4j.request.FailedAPIResponse
-
The returned status code.
- getCode() - Method in class ch.andre601.fluxpoint4j.request.GeneratedImage
-
Always returns 200 as a GeneratedImage instance is only returned on a successful request.
- getCode() - Method in interface ch.andre601.fluxpoint4j.request.GenericAPIResponse
-
The returned status code.
- getCode() - Method in class ch.andre601.fluxpoint4j.request.MCServerPingResponse
-
The returned status code.
- getColor() - Method in class ch.andre601.fluxpoint4j.util.ColorObject
-
Returns the String holding the color value of this ColorObject instance.
- getCustomImage(CustomImage) - Method in class ch.andre601.fluxpoint4j.Fluxpoint4J
-
Generates a custom image using the provided
CustomImage instance
. - getFromColor(Color) - Static method in class ch.andre601.fluxpoint4j.util.ColorObject
-
Creates a new ColorObject instance using the provided
Color object
. - getFromRGB(int, int, int) - Static method in class ch.andre601.fluxpoint4j.util.ColorObject
-
Creates a new ColorObject instance using the provided r, g and b values.
- getFromRGBA(int, int, int, int) - Static method in class ch.andre601.fluxpoint4j.util.ColorObject
-
Creates a new ColorObject instance using the provided r, g, b and a values.
- getFromString(String) - Static method in class ch.andre601.fluxpoint4j.util.ColorObject
-
Creates a new ColorObject instance using the provided String.
- getIcon() - Method in class ch.andre601.fluxpoint4j.request.MCServerPingResponse
-
Gives you the URL to the server's icon.
- getMaxPlayers() - Method in class ch.andre601.fluxpoint4j.request.MCServerPingResponse
-
The total amount of players the server can accept.
- getMCServerInfo(String) - Method in class ch.andre601.fluxpoint4j.Fluxpoint4J
-
Deprecated.Use the
new Builder
instead. - getMCServerInfo(String, int) - Method in class ch.andre601.fluxpoint4j.Fluxpoint4J
-
Deprecated.Use the
new Builder
instead. - getMessage() - Method in class ch.andre601.fluxpoint4j.request.FailedAPIResponse
-
A possible response message.
- getMessage() - Method in class ch.andre601.fluxpoint4j.request.GeneratedImage
-
Always returns
null
as the returned content is an Image and not JSON. - getMessage() - Method in interface ch.andre601.fluxpoint4j.request.GenericAPIResponse
-
A possible response message.
- getMessage() - Method in class ch.andre601.fluxpoint4j.request.MCServerPingResponse
-
A possible response message.
- getMotd() - Method in class ch.andre601.fluxpoint4j.request.MCServerPingResponse
-
The MOTD displayed by the server during the ping.
- getName() - Method in enum ch.andre601.fluxpoint4j.image.format.Image.Cut
- getName() - Method in enum ch.andre601.fluxpoint4j.image.format.Text.TextAlignment
- getNewMCRequestBuilder() - Method in class ch.andre601.fluxpoint4j.Fluxpoint4J
-
Creates and returns a new instance of the
MCRequestBuilder
to use, which allows you to set various things in the request such as domain, port and if icon should be included. - getPlayers() - Method in class ch.andre601.fluxpoint4j.request.MCServerPingResponse
-
Gives you an Array of the online player names on the server.
- getPlayersOnline() - Method in class ch.andre601.fluxpoint4j.request.MCServerPingResponse
-
Returns the online player count.
- getRawIcon() - Method in class ch.andre601.fluxpoint4j.request.MCServerPingResponse
-
Returns the Base64-encoded image used by the server.
- getStatus() - Method in class ch.andre601.fluxpoint4j.request.MCServerPingResponse
-
Returns the Status.
- getVersion() - Method in class ch.andre601.fluxpoint4j.request.MCServerPingResponse
-
Returns the MC version this server is running.
- getWelcomeImage(WelcomeImage) - Method in class ch.andre601.fluxpoint4j.Fluxpoint4J
-
Generates a Welcome image using the provided
WelcomeImage instance
.
I
- Image - Class in ch.andre601.fluxpoint4j.image.format
- Image() - Constructor for class ch.andre601.fluxpoint4j.image.format.Image
- Image.Circle - Class in ch.andre601.fluxpoint4j.image.format
-
Class used to create the JSON for a Circle-shaped image.
- Image.Cut - Enum in ch.andre601.fluxpoint4j.image.format
-
Defines the missing part of the
Triangle shape
. - Image.ImageURL - Class in ch.andre601.fluxpoint4j.image.format
-
Class used to create the JSON for an image sourced from a URL.
- Image.Rectangle - Class in ch.andre601.fluxpoint4j.image.format
-
Class used to create the JSON for a Rectangle-shaped image (Referred to as "bitmap" in the fluxpoint API).
- Image.Triangle - Class in ch.andre601.fluxpoint4j.image.format
-
Class used to create the JSON for a Triangle-shaped image.
- ImageURL() - Constructor for class ch.andre601.fluxpoint4j.image.format.Image.ImageURL
- isFullQuerry() - Method in class ch.andre601.fluxpoint4j.request.MCServerPingResponse
-
Deprecated.The returned boolean instance had a typo, making it not be handled by the JSON parser. Use
isFullQuery
instead. - isFullQuery() - Method in class ch.andre601.fluxpoint4j.request.MCServerPingResponse
-
Whether this returned info is the full query.
- isOnline() - Method in class ch.andre601.fluxpoint4j.request.MCServerPingResponse
-
Returns whether the pinged server is online or not.
L
- LEFT - ch.andre601.fluxpoint4j.image.format.Text.TextAlignment
-
Left text-alignment.
M
- MCRequestBuilder - Class in ch.andre601.fluxpoint4j.mc
-
Builder class to set up a new request to the Fluxpoint API for the MC Server API.
- MCRequestBuilder(String, RequestHandler) - Constructor for class ch.andre601.fluxpoint4j.mc.MCRequestBuilder
- MCServerPingResponse - Class in ch.andre601.fluxpoint4j.request
-
Class used for the
MCRequestBuilder.performRequest()
andMCRequestBuilder.queueRequest()
methods. - MCServerPingResponse() - Constructor for class ch.andre601.fluxpoint4j.request.MCServerPingResponse
- MIDDLE - ch.andre601.fluxpoint4j.image.format.Text.TextAlignment
-
Centered text-alignment.
- MultiLine(String...) - Constructor for class ch.andre601.fluxpoint4j.image.format.Text.MultiLine
-
Creates a new MultiLine instance with each String being set on a new line in the final image.
P
- performRequest() - Method in class ch.andre601.fluxpoint4j.mc.MCRequestBuilder
-
Performs a request towards the Fluxpoint API to check a MC server and receive possible information from it.
Q
- queueCustomImage(CustomImage) - Method in class ch.andre601.fluxpoint4j.Fluxpoint4J
-
Calls
getCustomImage(CustomImage)
and wraps it into aCompletableFuture<GenericAPIResponse>
for you to use. - queueMCServerInfo(String) - Method in class ch.andre601.fluxpoint4j.Fluxpoint4J
-
Deprecated.Use the
new Builder
instead. - queueMCServerInfo(String, int) - Method in class ch.andre601.fluxpoint4j.Fluxpoint4J
-
Deprecated.Use the
new Builder
instead. - queueRequest() - Method in class ch.andre601.fluxpoint4j.mc.MCRequestBuilder
-
Performs a request towards the Fluxpoint API to check a MC server and receive possible information from it and wraps it into a
CompletableFuture
for you to handle. - queueWelcomeImage(WelcomeImage) - Method in class ch.andre601.fluxpoint4j.Fluxpoint4J
-
Calls
getWelcomeImage(WelcomeImage)
and wraps it into aCompletableFuture<GeneratedImage>
for you to use.
R
- Rectangle() - Constructor for class ch.andre601.fluxpoint4j.image.format.Image.Rectangle
- RIGHT - ch.andre601.fluxpoint4j.image.format.Text.TextAlignment
-
Right text-alignment.
S
- setToken(String) - Method in class ch.andre601.fluxpoint4j.Fluxpoint4J
-
Sets the API token to use for the Fluxpoint API.
- SingleLine(String) - Constructor for class ch.andre601.fluxpoint4j.image.format.Text.SingleLine
-
Creates a new SingleLine instance to use with the provided String as the displayed text value.
T
- Text - Class in ch.andre601.fluxpoint4j.image.format
- Text() - Constructor for class ch.andre601.fluxpoint4j.image.format.Text
- Text.MultiLine - Class in ch.andre601.fluxpoint4j.image.format
-
Represents multiple lines to add.
- Text.SingleLine - Class in ch.andre601.fluxpoint4j.image.format
-
Represents a single text line to add.
- Text.TextAlignment - Enum in ch.andre601.fluxpoint4j.image.format
-
Used to determine the text-alignment.
- TOP_LEFT - ch.andre601.fluxpoint4j.image.format.Image.Cut
-
Triangle with the diagonal being on the top-left.
- TOP_RIGHT - ch.andre601.fluxpoint4j.image.format.Image.Cut
-
Triangle with the diagonal being on the top-right.
- toString() - Method in class ch.andre601.fluxpoint4j.util.ColorObject
- Triangle() - Constructor for class ch.andre601.fluxpoint4j.image.format.Image.Triangle
V
- valueOf(String) - Static method in enum ch.andre601.fluxpoint4j.image.format.Image.Cut
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ch.andre601.fluxpoint4j.image.format.Text.TextAlignment
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ch.andre601.fluxpoint4j.image.format.Image.Cut
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum ch.andre601.fluxpoint4j.image.format.Text.TextAlignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WelcomeImage - Class in ch.andre601.fluxpoint4j.welcome
-
Class used to generate the JSON to get a welcome image from the Fluxpoint API using
getWelcomeImage
orqueueWelcomeImage
. - WelcomeImage.Builder - Class in ch.andre601.fluxpoint4j.welcome
-
Builder class to create a new
WelcomeImage instance
to use in theFluxpoint4J class
. - withAvatar(String) - Method in class ch.andre601.fluxpoint4j.welcome.WelcomeImage.Builder
-
Sets the avatar to display on the image.
- withBackgroundColor(ColorObject) - Method in class ch.andre601.fluxpoint4j.image.format.Text.MultiLine
-
Sets the background color to use for the Text.
- withBackgroundColor(ColorObject) - Method in class ch.andre601.fluxpoint4j.image.format.Text.SingleLine
-
Sets the background color to use for the Text.
- withBackgroundColor(ColorObject) - Method in class ch.andre601.fluxpoint4j.image.format.Text
-
Sets the background color to use for the Text.
- withBackgroundColor(ColorObject) - Method in class ch.andre601.fluxpoint4j.welcome.WelcomeImage.Builder
-
Sets the background color to use.
- withBanner(String) - Method in class ch.andre601.fluxpoint4j.welcome.WelcomeImage.Builder
-
Sets the banner to display.
- withCaching(boolean) - Method in class ch.andre601.fluxpoint4j.image.format.Image.ImageURL
-
Sets whether the Fluxpoint API should cache the received image or not.
- withColor(ColorObject) - Method in class ch.andre601.fluxpoint4j.image.format.Image.Circle
-
Sets the color to use for the image.
- withColor(ColorObject) - Method in class ch.andre601.fluxpoint4j.image.format.Image.ImageURL
-
This method cannot be used in the ImageURL image type.
- withColor(ColorObject) - Method in class ch.andre601.fluxpoint4j.image.format.Image.Rectangle
-
Sets the color to use for the image.
- withColor(ColorObject) - Method in class ch.andre601.fluxpoint4j.image.format.Image.Triangle
-
Sets the color to use for the image.
- withColor(ColorObject) - Method in class ch.andre601.fluxpoint4j.image.format.Image
-
Sets the color to use for the image.
- withColor(ColorObject) - Method in class ch.andre601.fluxpoint4j.image.format.Text.MultiLine
-
Sets the Text color to use.
- withColor(ColorObject) - Method in class ch.andre601.fluxpoint4j.image.format.Text.SingleLine
-
Sets the Text color to use.
- withColor(ColorObject) - Method in class ch.andre601.fluxpoint4j.image.format.Text
-
Sets the Text color to use.
- withCut(Image.Cut) - Method in class ch.andre601.fluxpoint4j.image.format.Image.Triangle
-
Sets where the missing piece of the triangle should be displayed.
- withFont(String) - Method in class ch.andre601.fluxpoint4j.image.format.Text.MultiLine
-
Sets the font to use for the text.
- withFont(String) - Method in class ch.andre601.fluxpoint4j.image.format.Text.SingleLine
-
Sets the font to use for the text.
- withFont(String) - Method in class ch.andre601.fluxpoint4j.image.format.Text
-
Sets the font to use for the text.
- withHeight(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image.Circle
-
This method cannot be used in the Circle image type.
- withHeight(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image.ImageURL
-
Sets the height of the Image.
- withHeight(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image.Rectangle
-
Sets the height of the Image.
- withHeight(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image.Triangle
-
Sets the height of the Image.
- withHeight(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image
-
Sets the height of the Image.
- withHost(String) - Method in class ch.andre601.fluxpoint4j.mc.MCRequestBuilder
-
Sets the domain/IP that should be pinged by the API.
- withIcon(boolean) - Method in class ch.andre601.fluxpoint4j.mc.MCRequestBuilder
-
Sets whether the FluxpointAPI should also include the Server's icon in its response.
- withIcon(String) - Method in class ch.andre601.fluxpoint4j.welcome.WelcomeImage.Builder
-
Sets the icon to display on the right side of the image.
- withLineSpacing(double) - Method in class ch.andre601.fluxpoint4j.image.format.Text.MultiLine
-
Sets the spacing between the different lines of text.
- withMaxHeight(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text.MultiLine
-
Sets the maximum height the text should take.
- withMaxHeight(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text.SingleLine
-
Sets the maximum height the text should take.
- withMaxHeight(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text
-
Sets the maximum height the text should take.
- withMaxWidth(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text.MultiLine
-
Sets the maximum width the text should take.
- withMaxWidth(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text.SingleLine
-
Sets the maximum width the text should take.
- withMaxWidth(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text
-
Sets the maximum width the text should take.
- withMembersColor(ColorObject) - Method in class ch.andre601.fluxpoint4j.welcome.WelcomeImage.Builder
-
Sets the color for the
members text
. - withMembersText(String) - Method in class ch.andre601.fluxpoint4j.welcome.WelcomeImage.Builder
-
Set the text that should be displayed under the username.
- withOutline(boolean) - Method in class ch.andre601.fluxpoint4j.image.format.Text.MultiLine
-
Sets whether the text should have an outline or not.
- withOutline(boolean) - Method in class ch.andre601.fluxpoint4j.image.format.Text.SingleLine
-
Sets whether the text should have an outline or not.
- withOutline(boolean) - Method in class ch.andre601.fluxpoint4j.image.format.Text
-
Sets whether the text should have an outline or not.
- withOutlineBlur(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text.MultiLine
-
Sets the blur the outline should have.
- withOutlineBlur(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text.SingleLine
-
Sets the blur the outline should have.
- withOutlineBlur(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text
-
Sets the blur the outline should have.
- withOutlineColor(ColorObject) - Method in class ch.andre601.fluxpoint4j.image.format.Text.MultiLine
-
Sets the outline color to use.
- withOutlineColor(ColorObject) - Method in class ch.andre601.fluxpoint4j.image.format.Text.SingleLine
-
Sets the outline color to use.
- withOutlineColor(ColorObject) - Method in class ch.andre601.fluxpoint4j.image.format.Text
-
Sets the outline color to use.
- withOutlineWidth(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text.MultiLine
-
Sets the width of the outline for the text.
- withOutlineWidth(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text.SingleLine
-
Sets the width of the outline for the text.
- withOutlineWidth(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text
-
Sets the width of the outline for the text.
- withPort(int) - Method in class ch.andre601.fluxpoint4j.mc.MCRequestBuilder
-
Sets the port that should be pinged.
- withPosX(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image.Circle
-
Sets the position on the X (horizontal) axis for the image.
- withPosX(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image.ImageURL
-
Sets the position on the X (horizontal) axis for the image.
- withPosX(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image.Rectangle
-
Sets the position on the X (horizontal) axis for the image.
- withPosX(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image.Triangle
-
Sets the position on the X (horizontal) axis for the image.
- withPosX(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image
-
Sets the position on the X (horizontal) axis for the image.
- withPosX(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text.MultiLine
-
Sets the relative X (horizontal) position of the text, where 0 is the very left of the image.
- withPosX(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text.SingleLine
-
Sets the relative X (horizontal) position of the text, where 0 is the very left of the image.
- withPosX(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text
-
Sets the relative X (horizontal) position of the text, where 0 is the very left of the image.
- withPosY(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image.Circle
-
Sets the position on the Y (vertical) axis for the image.
- withPosY(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image.ImageURL
-
Sets the position on the Y (vertical) axis for the image.
- withPosY(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image.Rectangle
-
Sets the position on the Y (vertical) axis for the image.
- withPosY(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image.Triangle
-
Sets the position on the Y (vertical) axis for the image.
- withPosY(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image
-
Sets the position on the Y (vertical) axis for the image.
- withPosY(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text.MultiLine
-
Sets the relative Y (vertical) position of the text, where 0 is the very top of the image.
- withPosY(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text.SingleLine
-
Sets the relative Y (vertical) position of the text, where 0 is the very top of the image.
- withPosY(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text
-
Sets the relative Y (vertical) position of the text, where 0 is the very top of the image.
- withRadius(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image.Circle
-
Sets the radius the circle should have.
- withRound(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image.ImageURL
-
Set an optional rounding of the Square corners.
- withRound(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image.Rectangle
-
Sets the round for the corners of the Rectangle.
- withSize(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text.MultiLine
-
Sets the text size to use.
- withSize(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text.SingleLine
-
Sets the text size to use.
- withSize(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text
-
Sets the text size to use.
- withTextAlignment(Text.TextAlignment) - Method in class ch.andre601.fluxpoint4j.image.format.Text.MultiLine
-
Sets the text-alignment this text has using the provided
TextAlignment value
. - withTextAlignment(Text.TextAlignment) - Method in class ch.andre601.fluxpoint4j.image.format.Text.SingleLine
-
Sets the text-alignment this text has using the provided
TextAlignment value
. - withTextAlignment(Text.TextAlignment) - Method in class ch.andre601.fluxpoint4j.image.format.Text
-
Sets the text-alignment this text has using the provided
TextAlignment value
. - withUrl(String) - Method in class ch.andre601.fluxpoint4j.image.format.Image.ImageURL
-
Sets the URL to get the image from.
- withUsername(String) - Method in class ch.andre601.fluxpoint4j.welcome.WelcomeImage.Builder
-
Sets the username to display on the image.
- withUsernameColor(ColorObject) - Method in class ch.andre601.fluxpoint4j.welcome.WelcomeImage.Builder
-
Sets the color for the username.
- withWeight(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text.MultiLine
-
Sets the font weight of this text.
- withWeight(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text.SingleLine
-
Sets the font weight of this text.
- withWeight(int) - Method in class ch.andre601.fluxpoint4j.image.format.Text
-
Sets the font weight of this text.
- withWelcomeColor(ColorObject) - Method in class ch.andre601.fluxpoint4j.welcome.WelcomeImage.Builder
-
Sets the color for the "Welcome" text on the image.
- withWidth(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image.Circle
-
This method cannot be used in the Circle image type.
- withWidth(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image.ImageURL
-
Sets the width of the Image.
- withWidth(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image.Rectangle
-
Sets the width of the Image.
- withWidth(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image.Triangle
-
Sets the width of the Image.
- withWidth(int) - Method in class ch.andre601.fluxpoint4j.image.format.Image
-
Sets the width of the Image.
All Classes All Packages