Package | Description |
---|---|
org.elkoserver.server.context.mods |
A package of generally useful mods and related objects.
|
Modifier and Type | Method and Description |
---|---|
StyleDesc |
StyleOptions.mergeStyle(StyleDesc style)
|
StyleDesc |
StyleDesc.mergeStyle(StyleDesc partial)
Merge this StyleDesc with another, partially specified StyleDesc,
creating a new StyleDesc.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TalkOptions.allowedStyle(StyleDesc style)
Test if this mod's style options are compatible with particular style
settings.
|
boolean |
StyleOptions.allowedStyle(StyleDesc style)
Test if a particular
StyleDesc is permissible according to this
object's settings. |
boolean |
NoteMaker.allowedStyle(StyleDesc style)
Test if this mod's style options are compatible with particular style
settings.
|
void |
Note.edit(User from,
OptString text,
StyleDesc style)
Message handler for the 'edit' message.
|
void |
NoteMaker.makenote(User from,
OptString into,
int left,
int top,
int width,
int height,
String text,
StyleDesc style)
Message handler for the 'makenote' message.
|
StyleDesc |
StyleOptions.mergeStyle(StyleDesc style)
|
StyleDesc |
StyleDesc.mergeStyle(StyleDesc partial)
Merge this StyleDesc with another, partially specified StyleDesc,
creating a new StyleDesc.
|
Constructor and Description |
---|
Note(String text,
StyleDesc style)
JSON-driven constructor.
|
TalkPrefs(StyleDesc style)
JSON-driven constructor.
|
Copyright © 2017. All rights reserved.