Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


ENTITY curve_style_font_and_scaling
          SUBTYPE OF (founded_item);
          name : label;
          curve_font : curve_style_font_select;
          curve_font_scaling : REAL;
END_ENTITY; -- curve_style_font_and_scaling

Entity data types and their attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;
curve_style_font_and_scaling
          name: label;
          curve_font: curve_style_font_select;
          curve_font_scaling: REAL;

Users

founded_item
          founded_item.users
                    founded_item_select
curve_style_font_and_scaling
          curve_style.curve_font
                    curve_font_or_scaled_curve_font_select
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object

Global rules for this entity data type

          -

public interface ECurve_style_font_and_scaling extends EFounded_item

name (explicit attribute)

          boolean testName(ECurve_style_font_and_scaling type)
          String getName(ECurve_style_font_and_scaling type)
          void setName(ECurve_style_font_and_scaling type, String value)
          void unsetName(ECurve_style_font_and_scaling type)

curve_font (explicit attribute)

          int testCurve_font(ECurve_style_font_and_scaling type)
          case 1
              EEntity getCurve_font(ECurve_style_font_and_scaling type)
              void setCurve_font(ECurve_style_font_and_scaling type, EEntity value, EEntity node1)
          void unsetCurve_font(ECurve_style_font_and_scaling type)

curve_font_scaling (explicit attribute)

          boolean testCurve_font_scaling(ECurve_style_font_and_scaling type)
          double getCurve_font_scaling(ECurve_style_font_and_scaling type)
          void setCurve_font_scaling(ECurve_style_font_and_scaling type, double value)
          void unsetCurve_font_scaling(ECurve_style_font_and_scaling type)

public class CCurve_style_font_and_scaling implements ECurve_style_font_and_scaling

          static EAttribute attributeName(ECurve_style_font_and_scaling type)
          static EAttribute attributeCurve_font(ECurve_style_font_and_scaling type)
          static int usedinCurve_font(ECurve_style_font_and_scaling type, EEntity instance, ASdaiModel domain, ACurve_style_font_and_scaling result)
          static EAttribute attributeCurve_font_scaling(ECurve_style_font_and_scaling type)

public class ACurve_style_font_and_scaling extends AEntity

          public ECurve_style_font_and_scaling getByIndex(int index)
          public ECurve_style_font_and_scaling getCurrentMember(SdaiIterator it)