Class ScriptExt

  • Direct Known Subclasses:
    CmdExt, IsoExt

    public abstract class ScriptExt
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean chk  
      protected ScriptEval e  
      protected int slen  
      protected T[] st  
      protected Viewer vwr  
    • Constructor Summary

      Constructors 
      Constructor Description
      ScriptExt()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected BS atomExpressionAt​(int i)  
      protected javajs.util.P3 centerParameter​(int i)  
      protected void checkLength​(int i)  
      abstract java.lang.String dispatch​(int iTok, boolean b, T[] st)  
      protected void error​(int err)  
      protected void finalizeObject​(int shapeID, int colorArgb, float translucentLevel, int intScale, boolean doSet, java.lang.Object data, int iptDisplayProperty, BS bs)  
      protected float floatParameter​(int i)  
      protected float getColorTrans​(ScriptEval eval, int i, boolean allowNone, int[] ret)
      Checks color, translucent, opaque parameters.
      protected javajs.util.P3 getPoint3f​(int i, boolean allowFractional)  
      protected java.lang.Object getShapeProperty​(int shapeType, java.lang.String propertyName)  
      protected T getToken​(int i)  
      ScriptExt init​(java.lang.Object eval)  
      protected int intParameter​(int index)  
      protected void invArg()  
      protected void invPO()  
      protected boolean isFloatParameter​(int index)  
      protected java.lang.String paramAsStr​(int i)  
      protected java.lang.String setShapeId​(int iShape, int i, boolean idSeen)  
      protected void setShapeProperty​(int shapeType, java.lang.String propertyName, java.lang.Object propertyValue)  
      protected void showString​(java.lang.String s)  
      protected java.lang.String stringParameter​(int index)  
      protected int tokAt​(int i)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait