Uses of Enum Class
games.stendhal.client.gui.j2d.entity.helpers.VerticalAlignment
Packages that use VerticalAlignment
Package
Description
-
Uses of VerticalAlignment in games.stendhal.client.gui.j2d.entity
Methods in games.stendhal.client.gui.j2d.entity with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionvoidEntity2DView.attachSprite(Sprite sprite, HorizontalAlignment xAlign, VerticalAlignment yAlign, int xOffset, int yOffset) Attach a sprite to the view. -
Uses of VerticalAlignment in games.stendhal.client.gui.j2d.entity.helpers
Methods in games.stendhal.client.gui.j2d.entity.helpers that return VerticalAlignmentModifier and TypeMethodDescriptionstatic VerticalAlignmentReturns the enum constant of this class with the specified name.static VerticalAlignment[]VerticalAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in games.stendhal.client.gui.j2d.entity.helpers with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionstatic voidDrawingHelper.drawAlignedSprite(Graphics2D g2d, Sprite sprite, HorizontalAlignment horizontalAlign, VerticalAlignment verticalAlign, int x, int y, int width, int height) Align a sprite in a defined area, which is defined by upper left corner (x,y) and width to the right and height downwards