Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


TYPE box_characteristic_select = SELECT (
          box_height,
          box_width,
          box_slant_angle,
          box_rotate_angle);
END_TYPE; -- box_characteristic_select

Users

          text_style_with_box_characteristics.characteristics

public class ABox_characteristic_select extends AEntitySelect implements Aggregate

          case sBox_height:
              boolean isMember(double value, EBox_height node1)
              double getByIndex(int index, EBox_height node1)
              double getCurrentMember(SdaiIterator iter, EBox_height node1)
              void setByIndex(int index, double value, EBox_height node1)
              void setCurrentMember(SdaiIterator iter, double value, EBox_height node1)
              void addBefore(SdaiIterator iter, double value, EBox_height node1)
              void addAfter(SdaiIterator iter, double value, EBox_height node1)
              void addUnordered(double value, EBox_height node1)
              void addByIndex(int index, double value, EBox_height node1)
              void removeUnordered(double value, EBox_height node1)
          case sBox_width:
              boolean isMember(double value, EBox_width node1)
              double getByIndex(int index, EBox_width node1)
              double getCurrentMember(SdaiIterator iter, EBox_width node1)
              void setByIndex(int index, double value, EBox_width node1)
              void setCurrentMember(SdaiIterator iter, double value, EBox_width node1)
              void addBefore(SdaiIterator iter, double value, EBox_width node1)
              void addAfter(SdaiIterator iter, double value, EBox_width node1)
              void addUnordered(double value, EBox_width node1)
              void addByIndex(int index, double value, EBox_width node1)
              void removeUnordered(double value, EBox_width node1)
          case sBox_slant_angle:
              boolean isMember(double value, EBox_slant_angle node1)
              double getByIndex(int index, EBox_slant_angle node1)
              double getCurrentMember(SdaiIterator iter, EBox_slant_angle node1)
              void setByIndex(int index, double value, EBox_slant_angle node1)
              void setCurrentMember(SdaiIterator iter, double value, EBox_slant_angle node1)
              void addBefore(SdaiIterator iter, double value, EBox_slant_angle node1)
              void addAfter(SdaiIterator iter, double value, EBox_slant_angle node1)
              void addUnordered(double value, EBox_slant_angle node1)
              void addByIndex(int index, double value, EBox_slant_angle node1)
              void removeUnordered(double value, EBox_slant_angle node1)
          case sBox_rotate_angle:
              boolean isMember(double value, EBox_rotate_angle node1)
              double getByIndex(int index, EBox_rotate_angle node1)
              double getCurrentMember(SdaiIterator iter, EBox_rotate_angle node1)
              void setByIndex(int index, double value, EBox_rotate_angle node1)
              void setCurrentMember(SdaiIterator iter, double value, EBox_rotate_angle node1)
              void addBefore(SdaiIterator iter, double value, EBox_rotate_angle node1)
              void addAfter(SdaiIterator iter, double value, EBox_rotate_angle node1)
              void addUnordered(double value, EBox_rotate_angle node1)
              void addByIndex(int index, double value, EBox_rotate_angle node1)
              void removeUnordered(double value, EBox_rotate_angle node1)