Index

A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ACTIVE_TICKS - Static variable in interface net.arcadiusmc.dom.Document
Amount of ticks an element remains 'active' for after being clicked
ADD - Enum constant in enum class net.arcadiusmc.dom.event.AttributeAction
Attribute did not exist before
addAllElements(ResourcePath) - Method in interface net.arcadiusmc.delphi.resource.ResourcePath
Adds all elements from the specified path.
ADDED - Enum constant in enum class net.arcadiusmc.dom.NodeFlag
The element has been added to the DOM.
addElement(String) - Method in interface net.arcadiusmc.delphi.resource.ResourcePath
Adds an element to the path's filepath.
addEventListener(String, EventListener) - Method in interface net.arcadiusmc.dom.event.EventTarget
Adds an event listener to the specified type.
addRule(String, Consumer<StyleProperties>) - Method in interface net.arcadiusmc.dom.style.StylesheetBuilder
Adds a rule.
addStylesheet(Stylesheet) - Method in interface net.arcadiusmc.dom.Document
Adds a stylesheet to this document.
adopt(Node) - Method in interface net.arcadiusmc.dom.Document
Adopts a node if it belongs to another document instance.
ADVANCED_ITEM_TOOLTIPS - Static variable in interface net.arcadiusmc.dom.Attributes
If item tooltips use advanced tooltips.
ADVANCED_ITEM_TOOLTIPS - Static variable in interface net.arcadiusmc.dom.Options
If item tooltips use advanced tooltips.
ALICE_BLUE - Static variable in class net.arcadiusmc.dom.style.NamedColor
AliceBlue.
AlignItems - Enum Class in net.arcadiusmc.dom.style
CSS align-items value type
angleUnits() - Static method in enum class net.arcadiusmc.dom.style.Primitive.Unit
Get an array of angular units.
ANTIQUE_WHITE - Static variable in class net.arcadiusmc.dom.style.NamedColor
AntiqueWhite.
ApiModule - Interface in net.arcadiusmc.delphi.resource
Modules that are defined programmatically by plugins.
APPEND_CHILD - Static variable in interface net.arcadiusmc.dom.event.EventTypes
Called when a node is appended onto another node.
appendChild(Node) - Method in interface net.arcadiusmc.dom.Element
Adds a child node to the end of this element's child nodes.
appendElement(String) - Method in interface net.arcadiusmc.dom.Element
Appends an element and returns it.
appendText(String) - Method in interface net.arcadiusmc.dom.Element
Creates a text node and appends it to this element
AQUA - Static variable in class net.arcadiusmc.dom.style.NamedColor
Aqua.
AQUAMARINE - Static variable in class net.arcadiusmc.dom.style.NamedColor
Aquamarine.
argb() - Method in interface net.arcadiusmc.dom.style.Color
Get the ARGB value of this color.
argb(int) - Static method in interface net.arcadiusmc.dom.style.Color
Creates a color from the specified argb value.
argb(int, int, int, int) - Static method in interface net.arcadiusmc.dom.style.Color
Creates a color object from the specified rgb components
AttributeAction - Enum Class in net.arcadiusmc.dom.event
Attribute event action
AttributeMutateEvent - Interface in net.arcadiusmc.dom.event
Event fired when either an attribute on an element is modified or when a document option is modified
Attributes - Interface in net.arcadiusmc.dom
Attribute name constants
AZURE - Static variable in class net.arcadiusmc.dom.style.NamedColor
Azure.

B

BASELINE - Enum constant in enum class net.arcadiusmc.dom.style.AlignItems
 
BEIGE - Static variable in class net.arcadiusmc.dom.style.NamedColor
Beige.
BISQUE - Static variable in class net.arcadiusmc.dom.style.NamedColor
Bisque.
BLACK - Static variable in class net.arcadiusmc.dom.style.NamedColor
Black.
BLANCHED_ALMOND - Static variable in class net.arcadiusmc.dom.style.NamedColor
BlanchedAlmond.
blendHsv(float, Color) - Method in interface net.arcadiusmc.dom.style.Color
Interpolate between this color and the specified other color in HSV space.
blendRgb(float, Color) - Method in interface net.arcadiusmc.dom.style.Color
Interpolate between this color and the specified other color.
BLOCK - Enum constant in enum class net.arcadiusmc.dom.style.DisplayType
 
BLUE - Static variable in class net.arcadiusmc.dom.style.NamedColor
Blue.
BLUE_VIOLET - Static variable in class net.arcadiusmc.dom.style.NamedColor
BlueViolet.
BODY - Static variable in interface net.arcadiusmc.dom.TagNames
Body tag
boolAttribute(String, boolean) - Static method in interface net.arcadiusmc.dom.Attributes
 
brighten() - Method in interface net.arcadiusmc.dom.style.Color
Brighten the color by 25%.
brighten(float) - Method in interface net.arcadiusmc.dom.style.Color
Brighten the color.
BROWN - Static variable in class net.arcadiusmc.dom.style.NamedColor
Brown.
BUBBLING - Enum constant in enum class net.arcadiusmc.dom.event.EventPhase
Event is bubbling up through the DOM tree
build() - Method in interface net.arcadiusmc.dom.style.StylesheetBuilder
Builds the stylesheet.
BURLY_WOOD - Static variable in class net.arcadiusmc.dom.style.NamedColor
BurlyWood.
BUTTON - Static variable in interface net.arcadiusmc.dom.TagNames
Button tag
BUTTON_ACTION - Static variable in interface net.arcadiusmc.dom.Attributes
Button action, executed when a TagNames.BUTTON button element is clicked.
ButtonElement - Interface in net.arcadiusmc.dom
 

C

CADET_BLUE - Static variable in class net.arcadiusmc.dom.style.NamedColor
CadetBlue.
canHaveChildren() - Method in interface net.arcadiusmc.dom.Element
Tests if this element is capable of having child nodes.
canHaveChildren() - Method in interface net.arcadiusmc.dom.ItemElement
Item nodes cannot have children, this will always return false
center() - Method in interface net.arcadiusmc.delphi.Screen
Gets the center point of the screen
CENTER - Enum constant in enum class net.arcadiusmc.dom.style.AlignItems
 
CENTER - Enum constant in enum class net.arcadiusmc.dom.style.JustifyContent
 
CH - Enum constant in enum class net.arcadiusmc.dom.style.Primitive.Unit
Base value is multiplied by the width of the '0' character
CHARTREUSE - Static variable in class net.arcadiusmc.dom.style.NamedColor
Chartreuse.
CHOCOLATE - Static variable in class net.arcadiusmc.dom.style.NamedColor
Chocolate.
CLASS - Static variable in interface net.arcadiusmc.dom.Attributes
Class list attribute.
clearElements() - Method in interface net.arcadiusmc.delphi.resource.ResourcePath
Clears all of this path's file elements.
CLICK - Static variable in interface net.arcadiusmc.dom.event.EventTypes
Called when the mouse is clicked Details Bubbles false Cancellable false Type MouseEvent Tags All
CLICK_EXPIRE - Static variable in interface net.arcadiusmc.dom.event.EventTypes
Called when an element stops being active after being clicked.
CLICKED - Enum constant in enum class net.arcadiusmc.dom.NodeFlag
The element is currently 'clicked'
close() - Method in interface net.arcadiusmc.delphi.DocumentView
Closes this view
CM - Enum constant in enum class net.arcadiusmc.dom.style.Primitive.Unit
Base value is 1/100th the size of a block in the game
codeToString(int) - Static method in exception class net.arcadiusmc.delphi.resource.DelphiException
 
Color - Interface in net.arcadiusmc.dom.style
ARGB Color
COLUMN - Enum constant in enum class net.arcadiusmc.dom.style.FlexDirection
 
COLUMN_REVERSE - Enum constant in enum class net.arcadiusmc.dom.style.FlexDirection
 
ComponentNode - Interface in net.arcadiusmc.dom
A node which uses a Component as content
CORAL - Static variable in class net.arcadiusmc.dom.style.NamedColor
Coral.
CORNFLOWER_BLUE - Static variable in class net.arcadiusmc.dom.style.NamedColor
CornflowerBlue.
CORNSILK - Static variable in class net.arcadiusmc.dom.style.NamedColor
Cornsilk.
create(float) - Static method in interface net.arcadiusmc.dom.style.Primitive
Creates a new primitive value with Primitive.Unit.NONE.
create(float, Primitive.Unit) - Static method in interface net.arcadiusmc.dom.style.Primitive
Creates a new primitive value.
create(String) - Static method in interface net.arcadiusmc.delphi.resource.ResourcePath
Creates a page path with a specified moduleName
createComponent() - Method in interface net.arcadiusmc.dom.Document
Creates a component node.
createComponent(Component) - Method in interface net.arcadiusmc.dom.Document
Create a component node.
createDirectoryModule(Path) - Method in interface net.arcadiusmc.delphi.resource.DelphiResources
Create a directory module with the specified path as the directory.
createElement(String) - Method in interface net.arcadiusmc.dom.Document
Creates an element with a specified tagName
createItemElement() - Method in interface net.arcadiusmc.dom.Document
Create an <item> element.
createStylesheet() - Method in interface net.arcadiusmc.dom.Document
Creates a new style sheet builder.
createText() - Method in interface net.arcadiusmc.dom.Document
Creates an empty text node
createText(String) - Method in interface net.arcadiusmc.dom.Document
Creates a text node with the specified content
createZipModule(Path) - Method in interface net.arcadiusmc.delphi.resource.DelphiResources
Create a zip module from the specified zipPath.
CRIMSON - Static variable in class net.arcadiusmc.dom.style.NamedColor
Crimson.
CYAN - Static variable in class net.arcadiusmc.dom.style.NamedColor
Cyan.

D

DARK_BLUE - Static variable in class net.arcadiusmc.dom.style.NamedColor
DarkBlue.
DARK_CYAN - Static variable in class net.arcadiusmc.dom.style.NamedColor
DarkCyan.
DARK_GOLDEN_ROD - Static variable in class net.arcadiusmc.dom.style.NamedColor
DarkGoldenRod.
DARK_GRAY - Static variable in class net.arcadiusmc.dom.style.NamedColor
DarkGray.
DARK_GREEN - Static variable in class net.arcadiusmc.dom.style.NamedColor
DarkGreen.
DARK_GREY - Static variable in class net.arcadiusmc.dom.style.NamedColor
DarkGrey.
DARK_KHAKI - Static variable in class net.arcadiusmc.dom.style.NamedColor
DarkKhaki.
DARK_MAGENTA - Static variable in class net.arcadiusmc.dom.style.NamedColor
DarkMagenta.
DARK_OLIVE_GREEN - Static variable in class net.arcadiusmc.dom.style.NamedColor
DarkOliveGreen.
DARK_ORANGE - Static variable in class net.arcadiusmc.dom.style.NamedColor
DarkOrange.
DARK_ORCHID - Static variable in class net.arcadiusmc.dom.style.NamedColor
DarkOrchid.
DARK_RED - Static variable in class net.arcadiusmc.dom.style.NamedColor
DarkRed.
DARK_SALMON - Static variable in class net.arcadiusmc.dom.style.NamedColor
DarkSalmon.
DARK_SEA_GREEN - Static variable in class net.arcadiusmc.dom.style.NamedColor
DarkSeaGreen.
DARK_SLATE_BLUE - Static variable in class net.arcadiusmc.dom.style.NamedColor
DarkSlateBlue.
DARK_SLATE_GRAY - Static variable in class net.arcadiusmc.dom.style.NamedColor
DarkSlateGray.
DARK_SLATE_GREY - Static variable in class net.arcadiusmc.dom.style.NamedColor
DarkSlateGrey.
DARK_TURQUOISE - Static variable in class net.arcadiusmc.dom.style.NamedColor
DarkTurquoise.
DARK_VIOLET - Static variable in class net.arcadiusmc.dom.style.NamedColor
DarkViolet.
darken() - Method in interface net.arcadiusmc.dom.style.Color
Darken the color by 25%.
darken(float) - Method in interface net.arcadiusmc.dom.style.Color
Darken the color.
DEEP_PINK - Static variable in class net.arcadiusmc.dom.style.NamedColor
DeepPink.
DEEP_SKY_BLUE - Static variable in class net.arcadiusmc.dom.style.NamedColor
DeepSkyBlue.
DEFAULT - Static variable in enum class net.arcadiusmc.dom.style.AlignItems
 
DEFAULT - Static variable in enum class net.arcadiusmc.dom.style.DisplayType
 
DEFAULT - Static variable in enum class net.arcadiusmc.dom.style.FlexDirection
 
DEFAULT - Static variable in enum class net.arcadiusmc.dom.style.FlexWrap
 
DEFAULT - Static variable in enum class net.arcadiusmc.dom.style.JustifyContent
 
DEFAULT_HEIGHT - Static variable in interface net.arcadiusmc.delphi.Screen
 
DEFAULT_WIDTH - Static variable in interface net.arcadiusmc.delphi.Screen
 
DEG - Enum constant in enum class net.arcadiusmc.dom.style.Primitive.Unit
Represents an angle in degrees.
DEGREES_IN_CIRCLE - Static variable in interface net.arcadiusmc.dom.style.Primitive
The amount of degrees in a circle.
Delphi - Interface in net.arcadiusmc.delphi
Delphi plugin interface.
DelphiException - Exception Class in net.arcadiusmc.delphi.resource
Delphi API exception, uses error codes
DelphiException(int) - Constructor for exception class net.arcadiusmc.delphi.resource.DelphiException
 
DelphiException(int, String) - Constructor for exception class net.arcadiusmc.delphi.resource.DelphiException
 
DelphiException(int, String, Throwable) - Constructor for exception class net.arcadiusmc.delphi.resource.DelphiException
 
DelphiException(int, Throwable) - Constructor for exception class net.arcadiusmc.delphi.resource.DelphiException
 
DelphiProvider - Class in net.arcadiusmc.delphi
Delphi service provider interface.
DelphiResources - Interface in net.arcadiusmc.delphi.resource
Delphi resource and module manager
DIM_GRAY - Static variable in class net.arcadiusmc.dom.style.NamedColor
DimGray.
DIM_GREY - Static variable in class net.arcadiusmc.dom.style.NamedColor
DimGrey.
DirectoryModule - Interface in net.arcadiusmc.delphi.resource
Module which is linked to a directory and loads files and page documents from that directory.
dispatchEvent(Event) - Method in interface net.arcadiusmc.dom.event.EventTarget
Dispatches an event.
DisplayType - Enum Class in net.arcadiusmc.dom.style
CSS display property value type.
Document - Interface in net.arcadiusmc.dom
 
DocumentCloseEvent - Class in net.arcadiusmc.delphi.event
Event fired when a DocumentView is closed.
DocumentCloseEvent(Player, DocumentView) - Constructor for class net.arcadiusmc.delphi.event.DocumentCloseEvent
 
DocumentContext - Interface in net.arcadiusmc.delphi.resource
Document loading context.
DocumentOpenEvent - Class in net.arcadiusmc.delphi.event
Event fired when a delphi document is opened and shown to a viewer.
DocumentOpenEvent(Player, DocumentView) - Constructor for class net.arcadiusmc.delphi.event.DocumentOpenEvent
 
DocumentView - Interface in net.arcadiusmc.delphi
An active view of a document that's been spawned in the world.
DODGER_BLUE - Static variable in class net.arcadiusmc.dom.style.NamedColor
DodgerBlue.
DOM_CLOSING - Static variable in interface net.arcadiusmc.dom.event.EventTypes
Called when a document is about to be closed.
DOM_LOADED - Static variable in interface net.arcadiusmc.dom.event.EventTypes
Called when the DOM has been fully loaded and is about to be spawned.
DOM_SPAWNED - Static variable in interface net.arcadiusmc.dom.event.EventTypes
Called when the DOM has been spawned after being loaded
DomQueryable - Interface in net.arcadiusmc.dom
Represents an object that supports querying its descendant elements.
DOWN - Enum constant in enum class net.arcadiusmc.dom.event.ScrollDirection
Scrolled down

E

Element - Interface in net.arcadiusmc.dom
Represents an element with attributes in a DOM tree.
elementCount() - Method in interface net.arcadiusmc.delphi.resource.ResourcePath
Gets the amount of elements in the path
elements() - Method in interface net.arcadiusmc.delphi.resource.ResourcePath
Gets the file path of this page path combined with the query parameters.
ENABLED - Static variable in interface net.arcadiusmc.dom.Attributes
Enabled/disabled state attribute, used by <button> elements.
enterComponent(ComponentNode) - Method in interface net.arcadiusmc.dom.Visitor
 
enterElement(Element) - Method in interface net.arcadiusmc.dom.Visitor
 
enterText(TextNode) - Method in interface net.arcadiusmc.dom.Visitor
 
enterVisitor(Visitor) - Method in interface net.arcadiusmc.dom.Node
 
err(E) - Static method in interface net.arcadiusmc.delphi.util.Result
Creates an erroneous result out of the specified err error.
err(Result<T1, E>) - Static method in interface net.arcadiusmc.delphi.util.Result
Casting function to translate an erroneous result from one value type to another
ERR_ACCESS_DENIED - Static variable in exception class net.arcadiusmc.delphi.resource.DelphiException
Access to file denied.
ERR_API_MODULE - Static variable in exception class net.arcadiusmc.delphi.resource.DelphiException
Request resource is not available on ApiModule modules.
ERR_DOC_PARSE - Static variable in exception class net.arcadiusmc.delphi.resource.DelphiException
Syntax error or other kind of error occurred when attempting to parse an XML document.
ERR_EMPTY_MODULE_NAME - Static variable in exception class net.arcadiusmc.delphi.resource.DelphiException
Attempted to find module with a null/blank name.
ERR_INVALID_PATH - Static variable in exception class net.arcadiusmc.delphi.resource.DelphiException
Failed to parse ResourcePath
ERR_IO_ERROR - Static variable in exception class net.arcadiusmc.delphi.resource.DelphiException
IO Exception
ERR_MISSING_PLUGINS - Static variable in exception class net.arcadiusmc.delphi.resource.DelphiException
Failed to find enabled required plugins during document loading
ERR_MODULE_DIRECTORY_NOT_FOUND - Static variable in exception class net.arcadiusmc.delphi.resource.DelphiException
The module directory does not exist
ERR_MODULE_ERROR - Static variable in exception class net.arcadiusmc.delphi.resource.DelphiException
Resource module threw an error while accessing resource
ERR_MODULE_UNKNOWN - Static variable in exception class net.arcadiusmc.delphi.resource.DelphiException
Failed to find a module, DelphiException.getBaseMessage() will return the name of the module it failed to find.
ERR_MODULE_ZIP_ACCESS_DENIED - Static variable in exception class net.arcadiusmc.delphi.resource.DelphiException
Failed to read module .zip file
ERR_NO_FILE - Static variable in exception class net.arcadiusmc.delphi.resource.DelphiException
No such file error, error message will be the file's name.
ERR_SAX_PARSER_INIT - Static variable in exception class net.arcadiusmc.delphi.resource.DelphiException
XML Parser failed to initialize
ERR_SCHEMA_ERROR - Static variable in exception class net.arcadiusmc.delphi.resource.DelphiException
Data did not match a schema.
ERR_SYNTAX - Static variable in exception class net.arcadiusmc.delphi.resource.DelphiException
Input string/file content was invalid
ERR_UNKNOWN - Static variable in exception class net.arcadiusmc.delphi.resource.DelphiException
Unknown error
error() - Method in interface net.arcadiusmc.delphi.util.Result
Gets the result's error.
Event - Interface in net.arcadiusmc.dom.event
Event interface used to provide contextual information about an event.
EventListener - Interface in net.arcadiusmc.dom.event
Event listener functional interface
EventListener.Typed<T> - Interface in net.arcadiusmc.dom.event
Typed event listener
EventPhase - Enum Class in net.arcadiusmc.dom.event
Event execution phase.
EventTarget - Interface in net.arcadiusmc.dom.event
An object which can host event listeners and be the target of Event dispatches
EventTypes - Interface in net.arcadiusmc.dom.event
Event type constants
exitComponent(ComponentNode) - Method in interface net.arcadiusmc.dom.Visitor
 
exitElement(Element) - Method in interface net.arcadiusmc.dom.Visitor
 
exitText(TextNode) - Method in interface net.arcadiusmc.dom.Visitor
 
exitVisitor(Visitor) - Method in interface net.arcadiusmc.dom.Node
 

F

findModule(String) - Method in interface net.arcadiusmc.delphi.resource.DelphiResources
Attempts to locate a module.
FIRE_BRICK - Static variable in class net.arcadiusmc.dom.style.NamedColor
FireBrick.
firstChild() - Method in interface net.arcadiusmc.dom.Element
Gets the first child of this element.
flatMap(Function<T, Result<T2, E>>) - Method in interface net.arcadiusmc.delphi.util.Result
If this is a successful result, returns the mapper function's result.
FLEX - Enum constant in enum class net.arcadiusmc.dom.style.DisplayType
 
FLEX_END - Enum constant in enum class net.arcadiusmc.dom.style.AlignItems
 
FLEX_END - Enum constant in enum class net.arcadiusmc.dom.style.JustifyContent
 
FLEX_START - Enum constant in enum class net.arcadiusmc.dom.style.AlignItems
 
FLEX_START - Enum constant in enum class net.arcadiusmc.dom.style.JustifyContent
 
FlexDirection - Enum Class in net.arcadiusmc.dom.style
CSS flex-direction value type
FlexWrap - Enum Class in net.arcadiusmc.dom.style
CSS flex-wrap value type
floatAttribute(String, float, float) - Static method in interface net.arcadiusmc.dom.Attributes
Parses a float attribute value.
FLORAL_WHITE - Static variable in class net.arcadiusmc.dom.style.NamedColor
FloralWhite.
forEachDescendant(Consumer<Node>) - Method in interface net.arcadiusmc.dom.Element
Applies a consumer to all descendant nodes of this element.
FOREST_GREEN - Static variable in class net.arcadiusmc.dom.style.NamedColor
ForestGreen.
formatted(String, Object...) - Static method in interface net.arcadiusmc.delphi.util.Result
Creates an erroneous result with the specified message and arguments.
FUCHSIA - Static variable in class net.arcadiusmc.dom.style.NamedColor
Fuchsia.

G

GAINSBORO - Static variable in class net.arcadiusmc.dom.style.NamedColor
Gainsboro.
get() - Static method in class net.arcadiusmc.delphi.DelphiProvider
Get the delphi service
getAction() - Method in interface net.arcadiusmc.dom.event.AttributeMutateEvent
Get the mutation action
getActiveElement() - Method in interface net.arcadiusmc.dom.Document
Gets the last clicked element that's still active.
getAdvancedTooltip() - Method in interface net.arcadiusmc.dom.ItemElement
Get whether the shown item's tooltip shows the advanced F3+H information.
getAlignItems() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
Get the align-items property value.
getAllViews() - Method in interface net.arcadiusmc.delphi.Delphi
Gets all document views currently open
getAlpha() - Method in interface net.arcadiusmc.dom.style.Color
Get the alpha component.
getAnyTargetedView(Player) - Method in interface net.arcadiusmc.delphi.Delphi
Get the view currently being looked at by the specified player, regardless of who that view belongs to.
getAttribute(String) - Method in interface net.arcadiusmc.dom.Element
Gets the value of an attribute.
getAttributeEntries() - Method in interface net.arcadiusmc.dom.Element
Gets a set of attribute entries that exist on this element.
getAttributeNames() - Method in interface net.arcadiusmc.dom.Element
Get a set of attribute keys that exist on this element.
getBackgroundColor() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getBaseMessage() - Method in exception class net.arcadiusmc.delphi.resource.DelphiException
 
getBlue() - Method in interface net.arcadiusmc.dom.style.Color
Get the blue component.
getBody() - Method in interface net.arcadiusmc.dom.Document
Gets the body element of the document.
getBold() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getBorder() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getBorderBottom() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getBorderColor() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getBorderLeft() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getBorderRight() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getBorderTop() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getButton() - Method in interface net.arcadiusmc.dom.event.MouseEvent
Gets the button that was pressed to trigger this event, or MouseButton.NONE if this button is not related to a mouse button action.
getCharset() - Method in class net.arcadiusmc.delphi.resource.JarResourceModule
 
getChild(int) - Method in interface net.arcadiusmc.dom.Element
Gets the nth child of this element.
getChildCount() - Method in interface net.arcadiusmc.dom.Element
Gets the amount of children the element has
getChildren() - Method in interface net.arcadiusmc.dom.Element
Gets an immutable list of child nodes
getClassList() - Method in interface net.arcadiusmc.dom.Element
Gets the element's class array list.
getClassName() - Method in interface net.arcadiusmc.dom.Element
Gets the element's Attributes.CLASS attribute value.
getClosedView() - Method in class net.arcadiusmc.delphi.event.DocumentCloseEvent
Get the view being closed.
getCode() - Method in exception class net.arcadiusmc.delphi.resource.DelphiException
 
getCodeString() - Method in exception class net.arcadiusmc.delphi.resource.DelphiException
 
getColor() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getContent() - Method in interface net.arcadiusmc.dom.ComponentNode
Get the chat component content
getCurrentStyle() - Method in interface net.arcadiusmc.dom.Element
Get the element's current style.
getCurrentTarget() - Method in interface net.arcadiusmc.dom.event.Event
Gets the event target currently executing this event
getCursorScreenPosition() - Method in interface net.arcadiusmc.delphi.DocumentView
Gets the position of the player's cursor in screen coordinates.
getCursorWorldPosition() - Method in interface net.arcadiusmc.delphi.DocumentView
Gets the position of the player's cursor along the screen in world coordinates.
getDepth() - Method in interface net.arcadiusmc.dom.Node
Gets the node's depth.
getDimensions() - Method in interface net.arcadiusmc.delphi.Screen
Gets the width and height of the screen
getDirectory() - Method in interface net.arcadiusmc.delphi.resource.DirectoryModule
Gets the module's directory
getDirectory() - Method in class net.arcadiusmc.delphi.resource.JarResourceModule
 
getDisplay() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getDocument() - Method in interface net.arcadiusmc.delphi.DocumentView
Gets the document that belongs to this view
getDocument() - Method in interface net.arcadiusmc.dom.event.Event
Gets the document this event was fired in.
getElement(int) - Method in interface net.arcadiusmc.delphi.resource.ResourcePath
Gets an element at a specific index
getElementById(String) - Method in interface net.arcadiusmc.dom.Document
Gets the first descendant element of with the specified elementId
getElements() - Method in interface net.arcadiusmc.delphi.resource.ResourcePath
Gets an unmodifiable list of the path's elements
getElementsByClassName(String) - Method in interface net.arcadiusmc.dom.DomQueryable
Gets an array list of elements with the specified class name
getElementsByTagName(String) - Method in interface net.arcadiusmc.dom.DomQueryable
Gets an array list of elements by their tag name
getErrorObject() - Method in exception class net.arcadiusmc.delphi.util.ResultException
 
getFilePaths() - Method in class net.arcadiusmc.delphi.resource.JarResourceModule
 
getFileSystem() - Method in interface net.arcadiusmc.delphi.resource.ZipModule
Gets the underlying ZIP file system
getFlexDirection() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
Get the flex-direction property value.
getFlexWrap() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
Get the flex-wrap property value.
getGlobalTarget() - Method in interface net.arcadiusmc.dom.Document
Gets the global event target.
getGreen() - Method in interface net.arcadiusmc.dom.style.Color
Get the green component.
getHandlerList() - Static method in class net.arcadiusmc.delphi.event.DocumentCloseEvent
 
getHandlerList() - Static method in class net.arcadiusmc.delphi.event.DocumentOpenEvent
 
getHandlers() - Method in class net.arcadiusmc.delphi.event.DocumentCloseEvent
 
getHandlers() - Method in class net.arcadiusmc.delphi.event.DocumentOpenEvent
 
getHeight() - Method in interface net.arcadiusmc.delphi.Screen
Gets the height of the screen
getHeight() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getHoveredElement() - Method in interface net.arcadiusmc.dom.Document
Gets the element the viewer's cursor is currently hovered over
getId() - Method in interface net.arcadiusmc.dom.Element
Shorthand for getting the id attribute's value
getInlineStyle() - Method in interface net.arcadiusmc.dom.Element
Get the modifiable inline style properties.
getItalic() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getItemStack() - Method in interface net.arcadiusmc.dom.ItemElement
Gets the element's item stack
getJustifyContent() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
Get the justify-content property value.
getKey() - Method in interface net.arcadiusmc.dom.event.AttributeMutateEvent
Get the name of the attribute/option that was mutated
getKeyword() - Method in enum class net.arcadiusmc.dom.style.AlignItems
 
getKeyword() - Method in enum class net.arcadiusmc.dom.style.DisplayType
 
getKeyword() - Method in enum class net.arcadiusmc.dom.style.FlexDirection
 
getKeyword() - Method in enum class net.arcadiusmc.dom.style.FlexWrap
 
getKeyword() - Method in enum class net.arcadiusmc.dom.style.JustifyContent
 
getKeyword() - Method in interface net.arcadiusmc.dom.style.KeywordRepresentable
Get the CSS keyword used to represent this object
getLength() - Method in interface net.arcadiusmc.dom.style.Stylesheet
Gets the amount of rules in this stylesheet
getLoader() - Method in class net.arcadiusmc.delphi.resource.JarResourceModule
 
getLowerLeft() - Method in interface net.arcadiusmc.delphi.Screen
Gets the lower left corner of the screen from the viewer's perspective
getLowerRight() - Method in interface net.arcadiusmc.delphi.Screen
Gets the lower right corner of the screen from the viewer's perspective
getMargin() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getMarginBottom() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getMarginLeft() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getMarginRight() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getMarginTop() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getMaxHeight() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getMaxWidth() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getMessage() - Method in exception class net.arcadiusmc.delphi.resource.DelphiException
 
getMinHeight() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getMinWidth() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getModule() - Method in interface net.arcadiusmc.delphi.resource.ViewResources
Gets the resource module.
getModuleDirectory() - Method in interface net.arcadiusmc.delphi.resource.DelphiResources
Gets the module directory.
getModuleName() - Method in interface net.arcadiusmc.delphi.resource.ResourcePath
Gets the module name element of the path.
getModuleName() - Method in interface net.arcadiusmc.delphi.resource.ViewResources
Gets the name of the resource module
getModuleNames() - Method in interface net.arcadiusmc.delphi.resource.DelphiResources
Gets an array list of all module names.
getModulePaths(ResourcePath) - Method in class net.arcadiusmc.delphi.resource.JarResourceModule
 
getModulePaths(ResourcePath) - Method in interface net.arcadiusmc.delphi.resource.ResourceModule
Gets a collection of files/documents contained in this module.
getMutationIndex() - Method in interface net.arcadiusmc.dom.event.MutationEvent
Gets the index of the node that was removed/added
getNewValue() - Method in interface net.arcadiusmc.dom.event.AttributeMutateEvent
Get the new value of the mutated attribute
getNode() - Method in interface net.arcadiusmc.dom.event.MutationEvent
Gets the node being removed/appended
getObfuscated() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getOpenedView() - Method in class net.arcadiusmc.delphi.event.DocumentOpenEvent
Get the document view that was opened.
getOpenViews(Player) - Method in interface net.arcadiusmc.delphi.Delphi
Gets all the document views a player has open
getOption(String) - Method in interface net.arcadiusmc.dom.Document
Gets the value of the option
getOptionKeys() - Method in interface net.arcadiusmc.dom.Document
Gets a set of all option keys.
getOrder() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
Get the order property value.
getOrThrow() - Method in interface net.arcadiusmc.delphi.util.Result
Gets the result's value or throws a ResultException.
getOrThrow(Function<E, X>) - Method in interface net.arcadiusmc.delphi.util.Result
Gets the result's value or throws an exception specified by the factory function.
getOutline() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getOutlineBottom() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getOutlineColor() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getOutlineLeft() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getOutlineRight() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getOutlineTop() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getOwningDocument() - Method in interface net.arcadiusmc.dom.Node
Gets the document that owns this node.
getPadding() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getPaddingBottom() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getPaddingLeft() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getPaddingRight() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getPaddingTop() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getParent() - Method in interface net.arcadiusmc.dom.Node
Gets the parent element of this node.
getPath() - Method in interface net.arcadiusmc.delphi.DocumentView
Gets the path of the opened document
getPhase() - Method in interface net.arcadiusmc.dom.event.Event
Gets the current event phase
getPlayer() - Method in interface net.arcadiusmc.delphi.DocumentView
Gets the player this view belongs to
getPlayer() - Method in interface net.arcadiusmc.delphi.resource.DocumentContext
Get the player the document is being opened for.
getPreviousValue() - Method in interface net.arcadiusmc.dom.event.AttributeMutateEvent
Get the previous value of the mutated attribute
getProperties() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
Get a set of CSS property names that are explicitly set by this property set.
getProperties() - Method in interface net.arcadiusmc.dom.style.StyleRule
Get the properties specified by the rule.
getPropertyValue(String) - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
Get the value of a CSS property.
getQuery(String) - Method in interface net.arcadiusmc.delphi.resource.ResourcePath
Gets the value of a query
getQueryKeys() - Method in interface net.arcadiusmc.delphi.resource.ResourcePath
Gets an unmodifiable set of the query keys.
getRed() - Method in interface net.arcadiusmc.dom.style.Color
Get the red component.
getResources() - Method in interface net.arcadiusmc.delphi.Delphi
Gets the Delphi plugin resources
getResources() - Method in interface net.arcadiusmc.delphi.DocumentView
Gets the resources of this view
getRule(int) - Method in interface net.arcadiusmc.dom.style.Stylesheet
Gets the rule at a specific index
getScale() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getScreen() - Method in interface net.arcadiusmc.delphi.DocumentView
Gets the screen that this view is rendered with
getScreenPosition() - Method in interface net.arcadiusmc.dom.event.MouseEvent
Gets the screen coordinates of the viewer's cursor
getScrollDirection() - Method in interface net.arcadiusmc.dom.event.MouseEvent
Gets the scroll direction, or ScrollDirection.NONE, if this event is not related to a scroll action.
getSelectedView(Player) - Method in interface net.arcadiusmc.delphi.Delphi
Get the view currently being looked at by the specified player.
getSelector() - Method in interface net.arcadiusmc.dom.style.StyleRule
Get the rule selector
getSiblingIndex() - Method in interface net.arcadiusmc.dom.Node
Gets the index of this element among its siblings.
getStrikethrough() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getStylesheets() - Method in interface net.arcadiusmc.dom.Document
Gets an unmodifiable list of stylesheets this document has.
getTagName() - Method in interface net.arcadiusmc.dom.Element
Gets the element's tag name.
getTarget() - Method in interface net.arcadiusmc.dom.event.Event
Gets the node this event was called on.
getTextContent() - Method in interface net.arcadiusmc.dom.Element
Get the element's text content.
getTextContent() - Method in interface net.arcadiusmc.dom.TextNode
 
getTextShadow() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getTitleNode() - Method in interface net.arcadiusmc.dom.Element
Gets the element's title node.
getTooltip() - Method in interface net.arcadiusmc.dom.Element
Gets the element's tooltip.
getTooltip() - Method in interface net.arcadiusmc.dom.ItemElement
Gets the element's tooltip.
getTooltipHidden() - Method in interface net.arcadiusmc.dom.ItemElement
Get whether the element shows the automatically generated tooltip when hovered over or not.
getType() - Method in interface net.arcadiusmc.dom.event.Event
Gets the event type.
getUnderlined() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getUnit() - Method in interface net.arcadiusmc.dom.style.Primitive
Gets the unit of the value
getUnit() - Method in enum class net.arcadiusmc.dom.style.Primitive.Unit
Get a string representation of the unit.
getUpperLeft() - Method in interface net.arcadiusmc.delphi.Screen
Gets the upper left corner of the screen from the viewer's perspective
getUpperRight() - Method in interface net.arcadiusmc.delphi.Screen
Gets the upper right corner of the screen from the viewer's perspective
getValue() - Method in interface net.arcadiusmc.dom.style.Primitive
Gets the base value of the primitive
getView() - Method in interface net.arcadiusmc.delphi.resource.DocumentContext
Get the document view.
getView() - Method in interface net.arcadiusmc.delphi.resource.ViewResources
Gets the document view these resource belong to.
getView() - Method in interface net.arcadiusmc.dom.Document
Gets the document view.
getWidth() - Method in interface net.arcadiusmc.delphi.Screen
Gets the width of the screen
getWidth() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getWorld() - Method in interface net.arcadiusmc.delphi.DocumentView
Gets the world the view is spawned in.
getWorldHeight() - Method in interface net.arcadiusmc.delphi.Screen
Get the actual height of the screen in the world space size
getWorldPosition() - Method in interface net.arcadiusmc.dom.event.MouseEvent
Gets the world space position of the viewer's cursor
getWorldWidth() - Method in interface net.arcadiusmc.delphi.Screen
Get the actual width of the screen in world space size
getZIndex() - Method in interface net.arcadiusmc.dom.style.StylePropertiesReadonly
 
getZipFile() - Method in interface net.arcadiusmc.delphi.resource.ZipModule
Gets the ZIP file of this module
GHOST_WHITE - Static variable in class net.arcadiusmc.dom.style.NamedColor
GhostWhite.
GLOBAL - Enum constant in enum class net.arcadiusmc.dom.event.EventPhase
Event is being handled by the global event handler Document.getGlobalTarget().
GOLD - Static variable in class net.arcadiusmc.dom.style.NamedColor
Gold.
GOLDEN_ROD - Static variable in class net.arcadiusmc.dom.style.NamedColor
GoldenRod.
GRAD - Enum constant in enum class net.arcadiusmc.dom.style.Primitive.Unit
Represents an angle in gradians.
GRADIANS_IN_CIRCLE - Static variable in interface net.arcadiusmc.dom.style.Primitive
The amount of gradians in a circle.
GRAY - Static variable in class net.arcadiusmc.dom.style.NamedColor
Gray.
GREEN - Static variable in class net.arcadiusmc.dom.style.NamedColor
Green.
GREEN_YELLOW - Static variable in class net.arcadiusmc.dom.style.NamedColor
GreenYellow.
GREY - Static variable in class net.arcadiusmc.dom.style.NamedColor
Grey.

H

handleEvent(T) - Method in interface net.arcadiusmc.dom.event.EventListener.Typed
Handle the event
hasChild(Node) - Method in interface net.arcadiusmc.dom.Element
Tests if the specified node is a direct child of this element
hasChildren() - Method in interface net.arcadiusmc.dom.Element
Tests if this element has children.
hasFlag(NodeFlag) - Method in interface net.arcadiusmc.dom.Node
Test if the node has the specified flag set.
HONEY_DEW - Static variable in class net.arcadiusmc.dom.style.NamedColor
HoneyDew.
HOT_PINK - Static variable in class net.arcadiusmc.dom.style.NamedColor
HotPink.
HOVERED - Enum constant in enum class net.arcadiusmc.dom.NodeFlag
The element is currently 'hovered'
hsv() - Method in interface net.arcadiusmc.dom.style.Color
Get the HSV (Hue Saturation Value) color components
hsv(float, float, float) - Static method in interface net.arcadiusmc.dom.style.Color
Creates a color from the specified hue, saturation and value parameters
hsva() - Method in interface net.arcadiusmc.dom.style.Color
Get the HSVA (Hue Saturation Value Alpha) components.
hsva(float, float, float, float) - Static method in interface net.arcadiusmc.dom.style.Color
Creates a color from the specified hue, saturation, value and alpha parameters

I

ID - Static variable in interface net.arcadiusmc.dom.Attributes
ID attribute.
ifError(Consumer<E>) - Method in interface net.arcadiusmc.delphi.util.Result
If this is an erroneous result, the specified consumer function is applied to the result's error value.
ifSuccess(Consumer<T>) - Method in interface net.arcadiusmc.delphi.util.Result
If this a successful result, the specified consumer function is applied to the result's value.
IGNORE_PLAYER_PITCH - Static variable in interface net.arcadiusmc.dom.Options
Ignore the pitch of the player when opening the screen.
indexOf(Node) - Method in interface net.arcadiusmc.dom.Element
Gets the index of a node that is the direct child of this element.
INDIAN_RED - Static variable in class net.arcadiusmc.dom.style.NamedColor
IndianRed.
INDIGO - Static variable in class net.arcadiusmc.dom.style.NamedColor
Indigo.
INFINITY - Static variable in interface net.arcadiusmc.dom.style.Primitive
Positive Infinity constant
INLINE - Enum constant in enum class net.arcadiusmc.dom.style.DisplayType
 
INLINE_BLOCK - Enum constant in enum class net.arcadiusmc.dom.style.DisplayType
 
insertAfter(Node, Node) - Method in interface net.arcadiusmc.dom.Element
Inserts an element after the specified node
insertBefore(Node, Node) - Method in interface net.arcadiusmc.dom.Element
Inserts an element before the specified node
INSTANCE - Enum constant in enum class net.arcadiusmc.delphi.util.Nothing
 
ioError(IOException) - Static method in interface net.arcadiusmc.delphi.util.Result
Wraps an IO error in a result.
IoModule - Interface in net.arcadiusmc.delphi.resource
A module which loads text files from some kind of IO, for example the file system.
isBubbling() - Method in interface net.arcadiusmc.dom.event.Event
Tests if this event bubbles.
isCancellable() - Method in interface net.arcadiusmc.dom.event.Event
Tests if this event can be cancelled
isCancelled() - Method in interface net.arcadiusmc.dom.event.Event
Tests if the event has been cancelled
isClosed() - Method in interface net.arcadiusmc.delphi.DocumentView
Test if the view is closed
isComposed() - Method in interface net.arcadiusmc.dom.event.Event
Tests if an internal initialization method has been called, if it has, then this event can be passed to EventTarget.dispatchEvent(Event) without issue.
isError() - Method in interface net.arcadiusmc.delphi.util.Result
Tests if this result is erroneous.
isPropagationStopped() - Method in interface net.arcadiusmc.dom.event.Event
Tests if this event should no longer be dispatched to listeners
isSelected() - Method in interface net.arcadiusmc.delphi.DocumentView
Tests if this view is currently being looked at by the player.
isShiftPressed() - Method in interface net.arcadiusmc.dom.event.MouseEvent
Tests if the viewer has the shift key held down.
isSuccess() - Method in interface net.arcadiusmc.delphi.util.Result
Tests if this result is successful.
isZero() - Method in interface net.arcadiusmc.dom.style.Primitive
Tests if this is a zero value.
ITEM - Static variable in interface net.arcadiusmc.dom.TagNames
Item tag
ITEM_TOOLTIP - Static variable in interface net.arcadiusmc.dom.TagNames
Item tooltip container tag.
ITEM_TOOLTIP_HIDE - Static variable in interface net.arcadiusmc.dom.Attributes
Item tooltip hide state attribute, used by <item> elements to determine whether the item tooltip should be hidden or not.
ITEM_TOOLTIP_LINE - Static variable in interface net.arcadiusmc.dom.TagNames
Item tooltip line
ITEM_TOOLTIP_NAME - Static variable in interface net.arcadiusmc.dom.TagNames
Item tooltip name.
ItemElement - Interface in net.arcadiusmc.dom
Represents an ItemStack element
IVORY - Static variable in class net.arcadiusmc.dom.style.NamedColor
Ivory.

J

JarResourceModule - Class in net.arcadiusmc.delphi.resource
IO module that loads module files from a jar's resources
JarResourceModule(ClassLoader, String) - Constructor for class net.arcadiusmc.delphi.resource.JarResourceModule
Constructs a new jar resource module.
JustifyContent - Enum Class in net.arcadiusmc.dom.style
CSS justify-content value type

K

KeywordRepresentable - Interface in net.arcadiusmc.dom.style
CSS object that can be represented by a CSS keyword
KHAKI - Static variable in class net.arcadiusmc.dom.style.NamedColor
Khaki.

L

lastChild() - Method in interface net.arcadiusmc.dom.Element
Gets the last child of this element.
LAVENDER - Static variable in class net.arcadiusmc.dom.style.NamedColor
Lavender.
LAVENDER_BLUSH - Static variable in class net.arcadiusmc.dom.style.NamedColor
LavenderBlush.
LAWN_GREEN - Static variable in class net.arcadiusmc.dom.style.NamedColor
LawnGreen.
LEFT - Enum constant in enum class net.arcadiusmc.dom.event.MouseButton
 
LEMON_CHIFFON - Static variable in class net.arcadiusmc.dom.style.NamedColor
LemonChiffon.
lerpHsv(float, Color...) - Static method in interface net.arcadiusmc.dom.style.Color
Interpolates between multiple colors in HSV color space.
lerpRgb(float, Color...) - Static method in interface net.arcadiusmc.dom.style.Color
Interpolates between multiple colors.
LIGHT_BLUE - Static variable in class net.arcadiusmc.dom.style.NamedColor
LightBlue.
LIGHT_CORAL - Static variable in class net.arcadiusmc.dom.style.NamedColor
LightCoral.
LIGHT_CYAN - Static variable in class net.arcadiusmc.dom.style.NamedColor
LightCyan.
LIGHT_GOLDEN_ROD_YELLOW - Static variable in class net.arcadiusmc.dom.style.NamedColor
LightGoldenRodYellow.
LIGHT_GRAY - Static variable in class net.arcadiusmc.dom.style.NamedColor
LightGray.
LIGHT_GREEN - Static variable in class net.arcadiusmc.dom.style.NamedColor
LightGreen.
LIGHT_GREY - Static variable in class net.arcadiusmc.dom.style.NamedColor
LightGrey.
LIGHT_PINK - Static variable in class net.arcadiusmc.dom.style.NamedColor
LightPink.
LIGHT_SALMON - Static variable in class net.arcadiusmc.dom.style.NamedColor
LightSalmon.
LIGHT_SEA_GREEN - Static variable in class net.arcadiusmc.dom.style.NamedColor
LightSeaGreen.
LIGHT_SKY_BLUE - Static variable in class net.arcadiusmc.dom.style.NamedColor
LightSkyBlue.
LIGHT_SLATE_GRAY - Static variable in class net.arcadiusmc.dom.style.NamedColor
LightSlateGray.
LIGHT_SLATE_GREY - Static variable in class net.arcadiusmc.dom.style.NamedColor
LightSlateGrey.
LIGHT_STEEL_BLUE - Static variable in class net.arcadiusmc.dom.style.NamedColor
LightSteelBlue.
LIGHT_YELLOW - Static variable in class net.arcadiusmc.dom.style.NamedColor
LightYellow.
LIME - Static variable in class net.arcadiusmc.dom.style.NamedColor
Lime.
LIME_GREEN - Static variable in class net.arcadiusmc.dom.style.NamedColor
LimeGreen.
LINEN - Static variable in class net.arcadiusmc.dom.style.NamedColor
Linen.
loadDocument(String) - Method in interface net.arcadiusmc.delphi.resource.ViewResources
Attempts to load a document from the specified resource path.
loadDocument(ResourcePath, DocumentContext) - Method in interface net.arcadiusmc.delphi.resource.ApiModule
Loads a document at the specified path.
loadItemStack(String) - Method in interface net.arcadiusmc.delphi.resource.ViewResources
Loads an item stack from a JSON file.
loadString(ResourcePath) - Method in interface net.arcadiusmc.delphi.resource.IoModule
Load a string buffer from the file pointed to by the specified path.
loadString(ResourcePath) - Method in class net.arcadiusmc.delphi.resource.JarResourceModule
 
loadStylesheet(String) - Method in interface net.arcadiusmc.delphi.resource.ViewResources
Attempts to load a stylesheet from the specified resource path.

M

M - Enum constant in enum class net.arcadiusmc.dom.style.Primitive.Unit
Base value is 1x the size of a block in the game
MAGENTA - Static variable in class net.arcadiusmc.dom.style.NamedColor
Magenta.
map(Function<T, T2>) - Method in interface net.arcadiusmc.delphi.util.Result
If a value is present, returns a new result with the return value of the specified mapper function, otherwise, if this is an erroneous result, then nothing happens and this result is cast to the mapped type.
mapError(Function<E, E2>) - Method in interface net.arcadiusmc.delphi.util.Result
If this is an erroneous result, returns the mapper functions result as a new error result.
MAROON - Static variable in class net.arcadiusmc.dom.style.NamedColor
Maroon.
mask - Variable in enum class net.arcadiusmc.dom.NodeFlag
The flag's bit mask
MASK - Static variable in interface net.arcadiusmc.dom.style.Color
8 bit, color channel mask
MAX_VALUE - Static variable in interface net.arcadiusmc.dom.style.Color
Maximum color value
MEDIUM_AQUA_MARINE - Static variable in class net.arcadiusmc.dom.style.NamedColor
MediumAquaMarine.
MEDIUM_BLUE - Static variable in class net.arcadiusmc.dom.style.NamedColor
MediumBlue.
MEDIUM_ORCHID - Static variable in class net.arcadiusmc.dom.style.NamedColor
MediumOrchid.
MEDIUM_PURPLE - Static variable in class net.arcadiusmc.dom.style.NamedColor
MediumPurple.
MEDIUM_SEA_GREEN - Static variable in class net.arcadiusmc.dom.style.NamedColor
MediumSeaGreen.
MEDIUM_SLATE_BLUE - Static variable in class net.arcadiusmc.dom.style.NamedColor
MediumSlateBlue.
MEDIUM_SPRING_GREEN - Static variable in class net.arcadiusmc.dom.style.NamedColor
MediumSpringGreen.
MEDIUM_TURQUOISE - Static variable in class net.arcadiusmc.dom.style.NamedColor
MediumTurquoise.
MEDIUM_VIOLET_RED - Static variable in class net.arcadiusmc.dom.style.NamedColor
MediumVioletRed.
MIDNIGHT_BLUE - Static variable in class net.arcadiusmc.dom.style.NamedColor
MidnightBlue.
MIN_VALUE - Static variable in interface net.arcadiusmc.dom.style.Color
Minimum color value
MINT_CREAM - Static variable in class net.arcadiusmc.dom.style.NamedColor
MintCream.
MISTY_ROSE - Static variable in class net.arcadiusmc.dom.style.NamedColor
MistyRose.
MOCCASIN - Static variable in class net.arcadiusmc.dom.style.NamedColor
Moccasin.
MODIFY_ATTR - Static variable in interface net.arcadiusmc.dom.event.EventTypes
Called when an attribute is modified.
MODIFY_OPTION - Static variable in interface net.arcadiusmc.dom.event.EventTypes
Called when an option is modified.
Module Name - Search tag in interface net.arcadiusmc.delphi.resource.ResourcePath
Section
MOUSE_ENTER - Static variable in interface net.arcadiusmc.dom.event.EventTypes
Called when a cursor enter an element's bounds.
MOUSE_LEAVE - Static variable in interface net.arcadiusmc.dom.event.EventTypes
Called when a cursor leaves an element's bounds.
MOUSE_MOVE - Static variable in interface net.arcadiusmc.dom.event.EventTypes
Called when the mouse is moved inside of an element.
MOUSE_SCROLL - Static variable in interface net.arcadiusmc.dom.event.EventTypes
Called when the mouse scrolls up or down.
MouseButton - Enum Class in net.arcadiusmc.dom.event
Mouse button.
MouseEvent - Interface in net.arcadiusmc.dom.event
Provides contextual information about mouse movement and what button caused the event.
moveTo(Location) - Method in interface net.arcadiusmc.delphi.DocumentView
Moves the page to the specified location.
moveTo(Location, boolean) - Method in interface net.arcadiusmc.delphi.DocumentView
Moves the page to the specified location.
moveTo(World, Vector3f) - Method in interface net.arcadiusmc.delphi.DocumentView
Moves the page to the specified position in the specified world.
moveTo(Vector3f) - Method in interface net.arcadiusmc.delphi.DocumentView
Moves the page to the specified position.
multiplyArgb(float) - Method in interface net.arcadiusmc.dom.style.Color
Multiply the ARGB values by the specified multiplier
multiplyHsv(float) - Method in interface net.arcadiusmc.dom.style.Color
Convert the color to HSV and then multiply each component by the specified multiplier
multiplyHsv(float, float, float) - Method in interface net.arcadiusmc.dom.style.Color
Convert the color to HSV and then multiply each component by the specified multiplier values
multiplyRgb(float) - Method in interface net.arcadiusmc.dom.style.Color
Multiply the RGB values by the specified multiplier
MutationEvent - Interface in net.arcadiusmc.dom.event
Provides contextual information about modifications to the DOM tree

N

NAME - Static variable in interface net.arcadiusmc.dom.Attributes
Option name attribute, used during parsing by the <option> element.
named(String) - Static method in class net.arcadiusmc.dom.style.NamedColor
Gets a named color
NamedColor - Class in net.arcadiusmc.dom.style
CSS Color name constants
NAMES - Static variable in class net.arcadiusmc.dom.style.NamedColor
Unmodifiable color name to color value map
NAN - Static variable in interface net.arcadiusmc.dom.style.Primitive
Not-A-Number constant
NAVAJO_WHITE - Static variable in class net.arcadiusmc.dom.style.NamedColor
NavajoWhite.
NAVY - Static variable in class net.arcadiusmc.dom.style.NamedColor
Navy.
NEGATIVE_INFINITY - Static variable in interface net.arcadiusmc.dom.style.Primitive
Negative infinity constant
net.arcadiusmc.delphi - package net.arcadiusmc.delphi
Provides interfaces and access to the Delphi plugin
net.arcadiusmc.delphi.event - package net.arcadiusmc.delphi.event
 
net.arcadiusmc.delphi.resource - package net.arcadiusmc.delphi.resource
Delphi's resource and module system API.
net.arcadiusmc.delphi.util - package net.arcadiusmc.delphi.util
 
net.arcadiusmc.dom - package net.arcadiusmc.dom
Document Object Model package.
net.arcadiusmc.dom.event - package net.arcadiusmc.dom.event
Document Object Model event system.
net.arcadiusmc.dom.style - package net.arcadiusmc.dom.style
Provides interfaces CSS/SCSS for styling of documents.
newDocument() - Method in interface net.arcadiusmc.delphi.resource.DocumentContext
Create a new document.
newStylesheet() - Method in interface net.arcadiusmc.delphi.resource.DocumentContext
Create a new style sheet builder that can be added to any document.
newStylesheetBuilder() - Method in interface net.arcadiusmc.delphi.Delphi
Create a new stylesheet builder.
nextSibling() - Method in interface net.arcadiusmc.dom.Node
Gets the node immediately after this one in the parent's child list.
Node - Interface in net.arcadiusmc.dom
Represents a node in the DOM structure.
NodeFlag - Enum Class in net.arcadiusmc.dom
Flags each Node can have
NONE - Enum constant in enum class net.arcadiusmc.dom.event.MouseButton
 
NONE - Enum constant in enum class net.arcadiusmc.dom.event.ScrollDirection
Player has not scrolled their mouse
NONE - Enum constant in enum class net.arcadiusmc.dom.style.DisplayType
 
NONE - Enum constant in enum class net.arcadiusmc.dom.style.Primitive.Unit
No modification of the base value is done
normal() - Method in interface net.arcadiusmc.delphi.Screen
Gets the normal of the screen's plane
nothing() - Static method in interface net.arcadiusmc.delphi.util.Result
Get the successful 'nothing' result.
Nothing - Enum Class in net.arcadiusmc.delphi.util
Enum constant that is a placeholder value for void/none values
NOWRAP - Enum constant in enum class net.arcadiusmc.dom.style.FlexWrap
 

O

ok(T) - Static method in interface net.arcadiusmc.delphi.util.Result
Creates a successful result with the specified non-null value.
OLD_LACE - Static variable in class net.arcadiusmc.dom.style.NamedColor
OldLace.
OLIVE - Static variable in class net.arcadiusmc.dom.style.NamedColor
Olive.
OLIVE_DRAB - Static variable in class net.arcadiusmc.dom.style.NamedColor
OliveDrab.
ONE - Static variable in interface net.arcadiusmc.dom.style.Primitive
One value constant
onEvent(Event) - Method in interface net.arcadiusmc.dom.event.EventListener
Handle the event
onEvent(Event) - Method in interface net.arcadiusmc.dom.event.EventListener.Typed
 
openDocument(String, Player) - Method in interface net.arcadiusmc.delphi.Delphi
Attempts to open the document specified by the path and show it to player.
openDocument(ResourcePath, Player) - Method in interface net.arcadiusmc.delphi.Delphi
Attempts to open the document specified by the path and show it to player.
Options - Interface in net.arcadiusmc.dom
Constants for options supported/reserved by the DOM
ORANGE - Static variable in class net.arcadiusmc.dom.style.NamedColor
Orange.
ORANGE_RED - Static variable in class net.arcadiusmc.dom.style.NamedColor
OrangeRed.
ORCHID - Static variable in class net.arcadiusmc.dom.style.NamedColor
Orchid.
orElse(T) - Method in interface net.arcadiusmc.delphi.util.Result
If the result is an erroneous result, the defaultValue is returned, otherwise the result's value is returned.
orElseGet(Supplier<T>) - Method in interface net.arcadiusmc.delphi.util.Result
If the result is an erroneous result, the getter function is called to get the return value.
ORIGIN - Enum constant in enum class net.arcadiusmc.dom.event.EventPhase
Event handling is taking place in the element that triggered the event

P

PALE_GOLDEN_ROD - Static variable in class net.arcadiusmc.dom.style.NamedColor
PaleGoldenRod.
PALE_GREEN - Static variable in class net.arcadiusmc.dom.style.NamedColor
PaleGreen.
PALE_TURQUOISE - Static variable in class net.arcadiusmc.dom.style.NamedColor
PaleTurquoise.
PALE_VIOLET_RED - Static variable in class net.arcadiusmc.dom.style.NamedColor
PaleVioletRed.
PAPAYA_WHIP - Static variable in class net.arcadiusmc.dom.style.NamedColor
PapayaWhip.
parseDocument(String) - Method in interface net.arcadiusmc.delphi.resource.DocumentContext
Parse a document from a string
parsePath(String) - Method in interface net.arcadiusmc.delphi.Delphi
Attempts to parse a path
ParserException - Exception Class in net.arcadiusmc.dom
Exception thrown when an input failed to be parsed or evaluated
ParserException(String) - Constructor for exception class net.arcadiusmc.dom.ParserException
 
ParserException(String, Throwable) - Constructor for exception class net.arcadiusmc.dom.ParserException
 
ParserException(Throwable) - Constructor for exception class net.arcadiusmc.dom.ParserException
 
parseStylesheet(String) - Method in interface net.arcadiusmc.delphi.resource.DocumentContext
Parse a stylesheet from a string.
path() - Method in interface net.arcadiusmc.delphi.resource.ResourcePath
Gets the file path part of this page path.
Path - Search tag in interface net.arcadiusmc.delphi.resource.ResourcePath
Section
PEACH_PUFF - Static variable in class net.arcadiusmc.dom.style.NamedColor
PeachPuff.
PERCENT - Enum constant in enum class net.arcadiusmc.dom.style.Primitive.Unit
Base value is 1/100th of the size of the parent element
PERU - Static variable in class net.arcadiusmc.dom.style.NamedColor
Peru.
PINK - Static variable in class net.arcadiusmc.dom.style.NamedColor
Pink.
PLUM - Static variable in class net.arcadiusmc.dom.style.NamedColor
Plum.
POWDER_BLUE - Static variable in class net.arcadiusmc.dom.style.NamedColor
PowderBlue.
prependChild(Node) - Method in interface net.arcadiusmc.dom.Element
Adds a child node to start of this element's child nodes.
preventDefault() - Method in interface net.arcadiusmc.dom.event.Event
Stops the 'default' behaviour.
previousSibling() - Method in interface net.arcadiusmc.dom.Node
Gets the node immediately before this one in the parent's child list.
Primitive - Interface in net.arcadiusmc.dom.style
Numeric style value
Primitive.Unit - Enum Class in net.arcadiusmc.dom.style
Style units
PURPLE - Static variable in class net.arcadiusmc.dom.style.NamedColor
Purple.
PX - Enum constant in enum class net.arcadiusmc.dom.style.Primitive.Unit
Base value is multiplied by the size of a pixel

Q

query() - Method in interface net.arcadiusmc.delphi.resource.ResourcePath
Gets the query part of this path as a string.
Query - Search tag in interface net.arcadiusmc.delphi.resource.ResourcePath
Section
querySelector(String) - Method in interface net.arcadiusmc.dom.DomQueryable
Gets the first element that matches the specified query CSS selector or group of selectors.
querySelectorAll(String) - Method in interface net.arcadiusmc.dom.DomQueryable
Gets all the elements that match the specified query CSS selector, or group of selectors.

R

RAD - Enum constant in enum class net.arcadiusmc.dom.style.Primitive.Unit
Represents an angle in radians.
REBECCA_PURPLE - Static variable in class net.arcadiusmc.dom.style.NamedColor
RebeccaPurple.
RED - Static variable in class net.arcadiusmc.dom.style.NamedColor
Red.
registerModule(String, ResourceModule) - Method in interface net.arcadiusmc.delphi.resource.DelphiResources
Registers a module.
REMOVE - Enum constant in enum class net.arcadiusmc.dom.event.AttributeAction
Attribute was present, but is being removed
REMOVE_CHILD - Static variable in interface net.arcadiusmc.dom.event.EventTypes
Called when a node is removed from another node Details Bubbles false Cancellable false Type MutationEvent Tags All
removeChild(int) - Method in interface net.arcadiusmc.dom.Element
Removes a child element by its index.
removeChild(Node) - Method in interface net.arcadiusmc.dom.Element
Removes a specified child from this element.
removeElement(int) - Method in interface net.arcadiusmc.delphi.resource.ResourcePath
Removes a path element
removeEventListener(String, EventListener) - Method in interface net.arcadiusmc.dom.event.EventTarget
Removes an event listener.
removeOption(String) - Method in interface net.arcadiusmc.dom.Document
Removes an option's value.
REQUIRED_PLUGINS - Static variable in interface net.arcadiusmc.dom.Options
A space-separated list of plugins that must be enabled for a page to be successfully opened.
ResourceModule - Interface in net.arcadiusmc.delphi.resource
Delphi page module interface
ResourcePath - Interface in net.arcadiusmc.delphi.resource
Represents a module name and a URI used for loading a document's resources.
Result<T,E> - Interface in net.arcadiusmc.delphi.util
Monad that can either be an error or a success and holds either a value or an error.
ResultException - Exception Class in net.arcadiusmc.delphi.util
Exception thrown by Result.getOrThrow() when there is no value present.
ResultException(Object) - Constructor for exception class net.arcadiusmc.delphi.util.ResultException
 
ResultException(String) - Constructor for exception class net.arcadiusmc.delphi.util.ResultException
 
ResultException(Throwable) - Constructor for exception class net.arcadiusmc.delphi.util.ResultException
 
rgb() - Method in interface net.arcadiusmc.dom.style.Color
Get the RGB value of this color.
rgb(int) - Static method in interface net.arcadiusmc.dom.style.Color
Creates a color from the specified rgb value.
rgb(int, int, int) - Static method in interface net.arcadiusmc.dom.style.Color
Creates a color object from the specified rgb components
RIGHT - Enum constant in enum class net.arcadiusmc.dom.event.MouseButton
 
ROOT - Enum constant in enum class net.arcadiusmc.dom.NodeFlag
The element is the root element of its Document
ROSY_BROWN - Static variable in class net.arcadiusmc.dom.style.NamedColor
RosyBrown.
ROW - Enum constant in enum class net.arcadiusmc.dom.style.FlexDirection
 
ROW_REVERSE - Enum constant in enum class net.arcadiusmc.dom.style.FlexDirection
 
ROYAL_BLUE - Static variable in class net.arcadiusmc.dom.style.NamedColor
RoyalBlue.

S

SADDLE_BROWN - Static variable in class net.arcadiusmc.dom.style.NamedColor
SaddleBrown.
SALMON - Static variable in class net.arcadiusmc.dom.style.NamedColor
Salmon.
SANDY_BROWN - Static variable in class net.arcadiusmc.dom.style.NamedColor
SandyBrown.
Screen - Interface in net.arcadiusmc.delphi
The plane a DocumentView exists on.
SCREEN_HEIGHT - Static variable in interface net.arcadiusmc.dom.Options
Screen height option.
SCREEN_WIDTH - Static variable in interface net.arcadiusmc.dom.Options
Screen width option.
screenspaceToScreen(Vector2f, Vector2f) - Method in interface net.arcadiusmc.delphi.Screen
Maps screen coordinates in range [0..1] to [0..Screen.getDimensions()] space.
screenspaceToWorld(Vector2f, Vector3f) - Method in interface net.arcadiusmc.delphi.Screen
Maps screen coordinates in range [0..1] to world coordinates.
screenToScreenspace(Vector2f, Vector2f) - Method in interface net.arcadiusmc.delphi.Screen
Maps screen coordinates in range [0..Screen.getDimensions()] to [0..1] space.
screenToWorld(Vector2f, Vector3f) - Method in interface net.arcadiusmc.delphi.Screen
Maps screen coordinates in range [0..Screen.getDimensions()] to world coordinates.
ScrollDirection - Enum Class in net.arcadiusmc.dom.event
Direction a player scrolled their mouse in
SEA_GREEN - Static variable in class net.arcadiusmc.dom.style.NamedColor
SeaGreen.
SEA_SHELL - Static variable in class net.arcadiusmc.dom.style.NamedColor
SeaShell.
SET - Enum constant in enum class net.arcadiusmc.dom.event.AttributeAction
Attribute was present before, but value is being changed
setAdvancedTooltip(boolean) - Method in interface net.arcadiusmc.dom.ItemElement
Set whether the shown item's tooltip shows the advanced F3+H information.
setAlignItems(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the align-items property.
setAlignItems(AlignItems) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the align-items property.
setAttribute(String, String) - Method in interface net.arcadiusmc.dom.Element
Sets an attribute's value.
setBackgroundColor(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the background-color property.
setBackgroundColor(Color) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the background-color property.
setBold(Boolean) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the bold property.
setBold(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the bold property.
setBorder(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the border property.
setBorder(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the border property.
setBorder(Primitive, Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the border property.
setBorder(Primitive, Primitive, Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the border property.
setBorder(Primitive, Primitive, Primitive, Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the border property.
setBorderBottom(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the border-bottom property.
setBorderBottom(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the border-bottom property.
setBorderColor(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the border-color property.
setBorderColor(Color) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the border-color property.
setBorderLeft(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the border-left property.
setBorderLeft(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the border-left property.
setBorderRight(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the border-right property.
setBorderRight(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the border-right property.
setBorderTop(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the border-top property.
setBorderTop(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the border-top property.
setCharset(Charset) - Method in class net.arcadiusmc.delphi.resource.JarResourceModule
Sets the charset used to read resource files.
setClassList(Collection<String>) - Method in interface net.arcadiusmc.dom.Element
Sets the element's class list.
setClassName(String) - Method in interface net.arcadiusmc.dom.Element
Sets the element's Attributes.CLASS attribute value
setColor(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the color property.
setColor(Color) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the color property.
setContent(Component) - Method in interface net.arcadiusmc.dom.ComponentNode
Set the chat component content
setDisplay(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the display property.
setDisplay(DisplayType) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the display property.
setElement(int, String) - Method in interface net.arcadiusmc.delphi.resource.ResourcePath
Sets the element at a specific index.
setElements(ResourcePath) - Method in interface net.arcadiusmc.delphi.resource.ResourcePath
Sets the elements of this path
setFilePaths(List<String>) - Method in class net.arcadiusmc.delphi.resource.JarResourceModule
Sets the file paths returned by JarResourceModule.getModulePaths(ResourcePath).
setFlexDirection(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the flex-direction property.
setFlexDirection(FlexDirection) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the flex-direction property.
setFlexWrap(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the flex-wrap property.
setFlexWrap(FlexWrap) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the flex-wrap property.
setHeight(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the height property.
setHeight(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the height property.
setId(String) - Method in interface net.arcadiusmc.dom.Element
Shorthand for setting the id attribute
setItalic(Boolean) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the italic property.
setItalic(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the italic property.
setItemStack(ItemStack) - Method in interface net.arcadiusmc.dom.ItemElement
Sets the element's item stack.
setJustifyContent(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the justify-content property.
setJustifyContent(JustifyContent) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the justify-content property.
setMargin(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the margin property.
setMargin(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the margin property.
setMargin(Primitive, Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the margin property.
setMargin(Primitive, Primitive, Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the margin property.
setMargin(Primitive, Primitive, Primitive, Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the margin property.
setMarginBottom(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the margin-bottom property.
setMarginBottom(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the margin-bottom property.
setMarginLeft(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the margin-left property.
setMarginLeft(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the margin-left property.
setMarginRight(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the margin-right property.
setMarginRight(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the margin-right property.
setMarginTop(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the margin-top property.
setMarginTop(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the margin-top property.
setMaxHeight(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the max-height property.
setMaxHeight(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the max-height property.
setMaxWidth(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the max-width property.
setMaxWidth(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the max-width property.
setMinHeight(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the min-height property.
setMinHeight(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the min-height property.
setMinWidth(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the min-width property.
setMinWidth(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the min-width property.
setModuleName(String) - Method in interface net.arcadiusmc.delphi.resource.ResourcePath
Sets the module name.
setObfuscated(Boolean) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the obfuscated property.
setObfuscated(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the obfuscated property.
setOption(String, String) - Method in interface net.arcadiusmc.dom.Document
Set an option's value
setOrder(Integer) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the order property.
setOrder(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the order property.
setOutline(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the outline property.
setOutline(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the outline property.
setOutline(Primitive, Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the outline property.
setOutline(Primitive, Primitive, Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the outline property.
setOutline(Primitive, Primitive, Primitive, Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the outline property.
setOutlineBottom(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the outline-bottom property.
setOutlineBottom(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the outline-bottom property.
setOutlineColor(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the outline-color property.
setOutlineColor(Color) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the outline-color property.
setOutlineLeft(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the outline-left property.
setOutlineLeft(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the outline-left property.
setOutlineRight(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the outline-right property.
setOutlineRight(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the outline-right property.
setOutlineTop(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the outline-top property.
setOutlineTop(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the outline-top property.
setPadding(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the padding property.
setPadding(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the padding property.
setPadding(Primitive, Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the padding property.
setPadding(Primitive, Primitive, Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the padding property.
setPadding(Primitive, Primitive, Primitive, Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the padding property.
setPaddingBottom(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the padding-bottom property.
setPaddingBottom(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the padding-bottom property.
setPaddingLeft(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the padding-left property.
setPaddingLeft(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the padding-left property.
setPaddingRight(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the padding-right property.
setPaddingRight(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the padding-right property.
setPaddingTop(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the padding-top property.
setPaddingTop(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the padding-top property.
setProperty(String, String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the value of a CSS property.
setQuery(String, String) - Method in interface net.arcadiusmc.delphi.resource.ResourcePath
Sets a query value.
setScale(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the scale property.
setScale(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the scale property.
setStrikethrough(Boolean) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the strikethrough property.
setStrikethrough(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the strikethrough property.
setTextContent(String) - Method in interface net.arcadiusmc.dom.TextNode
 
setTextContent(String) - Method in interface net.arcadiusmc.dom.Element
Remove all child elements and replace it with the specified content
setTextShadow(Boolean) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the text-shadow property.
setTextShadow(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the text-shadow property.
setTitleNode(Node) - Method in interface net.arcadiusmc.dom.Element
Sets the element's title node.
setTooltipHidden(boolean) - Method in interface net.arcadiusmc.dom.ItemElement
Set whether the element shows the automatically generated tooltip when hovered over.
setUnderlined(Boolean) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the underlined property.
setUnderlined(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the underlined property.
setWidth(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the width property.
setWidth(Primitive) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the width property.
setZIndex(Integer) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the z-index property.
setZIndex(String) - Method in interface net.arcadiusmc.dom.style.StyleProperties
Set the z-index property.
SIENNA - Static variable in class net.arcadiusmc.dom.style.NamedColor
Sienna.
SILVER - Static variable in class net.arcadiusmc.dom.style.NamedColor
Silver.
SKY_BLUE - Static variable in class net.arcadiusmc.dom.style.NamedColor
SkyBlue.
SLATE_BLUE - Static variable in class net.arcadiusmc.dom.style.NamedColor
SlateBlue.
SLATE_GRAY - Static variable in class net.arcadiusmc.dom.style.NamedColor
SlateGray.
SLATE_GREY - Static variable in class net.arcadiusmc.dom.style.NamedColor
SlateGrey.
SNOW - Static variable in class net.arcadiusmc.dom.style.NamedColor
Snow.
SOURCE - Static variable in interface net.arcadiusmc.dom.Attributes
Source attribute, used by <script>, <style> and <item> elements.
SPACE_AROUND - Enum constant in enum class net.arcadiusmc.dom.style.JustifyContent
 
SPACE_BETWEEN - Enum constant in enum class net.arcadiusmc.dom.style.JustifyContent
 
SPACE_EVENLY - Enum constant in enum class net.arcadiusmc.dom.style.JustifyContent
 
SPRING_GREEN - Static variable in class net.arcadiusmc.dom.style.NamedColor
SpringGreen.
STEEL_BLUE - Static variable in class net.arcadiusmc.dom.style.NamedColor
SteelBlue.
stopPropagation() - Method in interface net.arcadiusmc.dom.event.Event
Stops this event from being propagated to other listeners
STRETCH - Enum constant in enum class net.arcadiusmc.dom.style.AlignItems
 
STYLE - Static variable in interface net.arcadiusmc.dom.Attributes
Inline style attribute.
StyleProperties - Interface in net.arcadiusmc.dom.style
Modifiable map of style properties
StylePropertiesReadonly - Interface in net.arcadiusmc.dom.style
Unmodifiable map of style properties
StyleRule - Interface in net.arcadiusmc.dom.style
CSS rule inside of a style sheet
Stylesheet - Interface in net.arcadiusmc.dom.style
CSS style sheet
StylesheetBuilder - Interface in net.arcadiusmc.dom.style
CSS Style sheet builder

T

TagNames - Interface in net.arcadiusmc.dom
Tag name constants
TAN - Static variable in class net.arcadiusmc.dom.style.NamedColor
Tan.
TEAL - Static variable in class net.arcadiusmc.dom.style.NamedColor
Teal.
TextNode - Interface in net.arcadiusmc.dom
 
THISTLE - Static variable in class net.arcadiusmc.dom.style.NamedColor
Thistle.
toDegrees() - Method in interface net.arcadiusmc.dom.style.Primitive
Get the primitive's value in degrees.
TOMATO - Static variable in class net.arcadiusmc.dom.style.NamedColor
Tomato.
toString() - Method in interface net.arcadiusmc.delphi.resource.ResourcePath
Combines the module name, elements and queries into a string that can be given to Delphi.parsePath(String) to parse.
toString() - Method in interface net.arcadiusmc.dom.style.Color
Get the SCSS string that can be used to represent this string.
toString() - Method in enum class net.arcadiusmc.dom.style.Primitive.Unit
 
transform(Transformation) - Method in interface net.arcadiusmc.delphi.DocumentView
Apply a transformation to the view's screen.
TRANSPARENT - Static variable in class net.arcadiusmc.dom.style.NamedColor
Transparent
TURN - Enum constant in enum class net.arcadiusmc.dom.style.Primitive.Unit
Represents an angle in a number of turns around the circle.
TURQUOISE - Static variable in class net.arcadiusmc.dom.style.NamedColor
Turquoise.

U

unregisterModule(String) - Method in interface net.arcadiusmc.delphi.resource.DelphiResources
Unregisters a module
UP - Enum constant in enum class net.arcadiusmc.dom.event.ScrollDirection
Scrolled up

V

VALID_ELEMENT - Static variable in interface net.arcadiusmc.delphi.resource.ResourcePath
 
VALID_QUERY - Static variable in interface net.arcadiusmc.delphi.resource.ResourcePath
 
validateFilename(String) - Static method in interface net.arcadiusmc.delphi.resource.ResourcePath
Validates a filename.
validateQuery(String) - Static method in interface net.arcadiusmc.delphi.resource.ResourcePath
Validates a query key/value.
value() - Method in interface net.arcadiusmc.delphi.util.Result
Gets the value of the result.
VALUE - Static variable in interface net.arcadiusmc.dom.Attributes
Key attribute, used during parsing by the <option> element.
VALUE_TO_NAME - Static variable in class net.arcadiusmc.dom.style.NamedColor
Unmodifiable ARGB value to color name map
valueOf(String) - Static method in enum class net.arcadiusmc.delphi.util.Nothing
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.arcadiusmc.dom.event.AttributeAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.arcadiusmc.dom.event.EventPhase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.arcadiusmc.dom.event.MouseButton
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.arcadiusmc.dom.event.ScrollDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.arcadiusmc.dom.NodeFlag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.arcadiusmc.dom.style.AlignItems
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.arcadiusmc.dom.style.DisplayType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.arcadiusmc.dom.style.FlexDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.arcadiusmc.dom.style.FlexWrap
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.arcadiusmc.dom.style.JustifyContent
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.arcadiusmc.dom.style.Primitive.Unit
Returns the enum constant of this class with the specified name.
values() - Static method in enum class net.arcadiusmc.delphi.util.Nothing
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.arcadiusmc.dom.event.AttributeAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.arcadiusmc.dom.event.EventPhase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.arcadiusmc.dom.event.MouseButton
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.arcadiusmc.dom.event.ScrollDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.arcadiusmc.dom.NodeFlag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.arcadiusmc.dom.style.AlignItems
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.arcadiusmc.dom.style.DisplayType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.arcadiusmc.dom.style.FlexDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.arcadiusmc.dom.style.FlexWrap
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.arcadiusmc.dom.style.JustifyContent
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.arcadiusmc.dom.style.Primitive.Unit
Returns an array containing the constants of this enum class, in the order they are declared.
VH - Enum constant in enum class net.arcadiusmc.dom.style.Primitive.Unit
Base value is a percentage of the screen's height
ViewResources - Interface in net.arcadiusmc.delphi.resource
Resource manager for an open DocumentView
VIOLET - Static variable in class net.arcadiusmc.dom.style.NamedColor
Violet.
visit(Node, Visitor) - Static method in interface net.arcadiusmc.dom.Visitor
Recursively visit the specified node and it's children, if it has any.
Visitor - Interface in net.arcadiusmc.dom
DOM tree visitor
VW - Enum constant in enum class net.arcadiusmc.dom.style.Primitive.Unit
Base value is a percentage of the screen's width

W

WHEAT - Static variable in class net.arcadiusmc.dom.style.NamedColor
Wheat.
WHITE - Static variable in class net.arcadiusmc.dom.style.NamedColor
White.
WHITE_SMOKE - Static variable in class net.arcadiusmc.dom.style.NamedColor
WhiteSmoke.
WRAP - Enum constant in enum class net.arcadiusmc.dom.style.FlexWrap
 
WRAP_REVERSE - Enum constant in enum class net.arcadiusmc.dom.style.FlexWrap
 

Y

YELLOW - Static variable in class net.arcadiusmc.dom.style.NamedColor
Yellow.
YELLOW_GREEN - Static variable in class net.arcadiusmc.dom.style.NamedColor
YellowGreen.

Z

ZERO - Static variable in interface net.arcadiusmc.dom.style.Primitive
Zero value constant
ZipModule - Interface in net.arcadiusmc.delphi.resource
Module that loads file and data from a ZIP archive file
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form