Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.trapezium.vrml.fields
Class SFImageValue  view SFImageValue download SFImageValue.java

java.lang.Object
  extended bycom.trapezium.vrml.VrmlElement
      extended bycom.trapezium.vrml.SingleTokenElement
          extended bycom.trapezium.vrml.MultipleTokenElement
              extended bycom.trapezium.vrml.fields.FieldValue
                  extended bycom.trapezium.vrml.fields.SFFieldValue
                      extended bycom.trapezium.vrml.fields.SFImageValue
All Implemented Interfaces:
java.io.Serializable, com.trapezium.pattern.VisitorPattern

public class SFImageValue
extends SFFieldValue

Scene graph component for an SFImage field value.

Since:
1.0
Version:
1.12, 12 Feb 1998, base profile warning, 1.1, 8 Dec 1997

Field Summary
 
Fields inherited from class com.trapezium.vrml.MultipleTokenElement
 
Fields inherited from class com.trapezium.vrml.SingleTokenElement
 
Fields inherited from class com.trapezium.vrml.VrmlElement
baseProfile, createCount, disableBaseProfile, errorString, noUnusedDEFwarning, nowarning
 
Constructor Summary
SFImageValue()
           
SFImageValue(int tokenOffset, com.trapezium.parse.TokenEnumerator v)
           
 
Method Summary
(package private)  int addValue(int valueIdx, int[] values, int value)
           
 void init(int tokenOffset, com.trapezium.parse.TokenEnumerator v, com.trapezium.vrml.Scene scene)
          init that adds to scene graph, but does no additional parsing of other types
 boolean valid(int tokenOffset, com.trapezium.parse.TokenEnumerator v)
           
 
Methods inherited from class com.trapezium.vrml.fields.SFFieldValue
bracketError, numberValidChildren
 
Methods inherited from class com.trapezium.vrml.fields.FieldValue
init, vrmlClone
 
Methods inherited from class com.trapezium.vrml.MultipleTokenElement
adjust, getLastTokenOffset, getText, isTraversable, setLastTokenOffset
 
Methods inherited from class com.trapezium.vrml.SingleTokenElement
getFirstTokenOffset, getName, setFirstTokenOffset
 
Methods inherited from class com.trapezium.vrml.VrmlElement
addChild, addWarning, contains, containsErrors, deregisterSelf, dump, dump, dumpUserDefined, fieldValueTraverse, getBaseName, getChildAt, getError, getLastChild, getParent, getRoot, getScene, getTokenEnumerator, isScene, numberChildren, removeChild, removeVrmlElement, setError, setParent, traverse, twoPassTraverse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFImageValue

public SFImageValue()

SFImageValue

public SFImageValue(int tokenOffset,
                    com.trapezium.parse.TokenEnumerator v)
Method Detail

init

public void init(int tokenOffset,
                 com.trapezium.parse.TokenEnumerator v,
                 com.trapezium.vrml.Scene scene)
Description copied from class: FieldValue
init that adds to scene graph, but does no additional parsing of other types

Specified by:
init in class FieldValue

addValue

int addValue(int valueIdx,
             int[] values,
             int value)

valid

public boolean valid(int tokenOffset,
                     com.trapezium.parse.TokenEnumerator v)