|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.interpreter.type.AbstractCode
org.extex.interpreter.type.AbstractAssignment
org.extex.unit.color.AbstractColor
public abstract class AbstractColor
This class is a abstract base class for color primitives.
| Field Summary |
|---|
| Fields inherited from class org.extex.interpreter.type.AbstractCode |
|---|
serialVersionUID |
| Constructor Summary | |
|---|---|
AbstractColor(CodeToken token)
Creates a new object. |
|
| Method Summary | |
|---|---|
Tokens |
show(Context context)
This method is the getter for the description of the primitive. |
Tokens |
the(Context context,
TokenSource source,
Typesetter typesetter)
This method is the getter for the description of the primitive. |
| Methods inherited from class org.extex.interpreter.type.AbstractAssignment |
|---|
assign, execute |
| Methods inherited from class org.extex.interpreter.type.AbstractCode |
|---|
getLocalizer, getName, getToken, isIf, isOuter, readResolve, toString, toText, toText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.extex.interpreter.type.color.ColorConvertible |
|---|
convertColor |
| Constructor Detail |
|---|
public AbstractColor(CodeToken token)
token - the initial token for the primitive| Method Detail |
|---|
public Tokens show(Context context)
throws HelpingException
show in interface Showablecontext - the interpreter context
HelpingException - in case of an errorShowable.show(
org.extex.interpreter.context.Context)
public Tokens the(Context context,
TokenSource source,
Typesetter typesetter)
throws HelpingException,
TypesetterException
the in interface Theablecontext - the interpreter contextsource - the source for further tokens to qualify the requesttypesetter - the typesetter to use
HelpingException - in case of an error
TypesetterException - in case of an errorTheable.the(
org.extex.interpreter.context.Context,
org.extex.interpreter.TokenSource,
org.extex.typesetter.Typesetter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||