Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


TYPE presentation_style_select = SELECT (
          pre_defined_presentation_style,
          point_style,
          curve_style,
          surface_style_usage,
          symbol_style,
          fill_area_style,
          text_style,
          approximation_tolerance,
          externally_defined_style,
          null_style);
END_TYPE; -- presentation_style_select

Users

          presentation_style_assignment.styles

public class APresentation_style_select extends AEntitySelect implements Aggregate

          case 1:
              boolean isMember(EEntity value)
              EEntity getByIndex(int index)
              EEntity getCurrentMember(SdaiIterator iter)
              void setByIndex(int index, EEntity value)
              void setCurrentMember(SdaiIterator iter, EEntity value)
              void addBefore(SdaiIterator iter, EEntity value)
              void addAfter(SdaiIterator iter, EEntity value)
              void addUnordered(EEntity value)
              void addByIndex(int index, EEntity value)
              void removeUnordered(EEntity value)
          case sNull_style:
              boolean isMember(int value, ENull_style node1)
              int getByIndex(int index, ENull_style node1)
              int getCurrentMember(SdaiIterator iter, ENull_style node1)
              void setByIndex(int index, int value, ENull_style node1)
              void setCurrentMember(SdaiIterator iter, int value, ENull_style node1)
              void addBefore(SdaiIterator iter, int value, ENull_style node1)
              void addAfter(SdaiIterator iter, int value, ENull_style node1)
              void addUnordered(int value, ENull_style node1)
              void addByIndex(int index, int value, ENull_style node1)
              void removeUnordered(int value, ENull_style node1)