Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


ENTITY curve_style_wide
          SUBTYPE OF (curve_style_font);
          interior_style : fill_area_style;
END_ENTITY; -- curve_style_wide

Entity data types and their attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;
curve_style_font
          name: label;
          pattern_list: LIST [1:?] OF curve_style_font_pattern;
curve_style_wide
          interior_style: fill_area_style;

Users

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

Global rules for this entity data type

          -

public interface ECurve_style_wide extends ECurve_style_font

interior_style (explicit attribute)

          boolean testInterior_style(ECurve_style_wide type)
          EFill_area_style getInterior_style(ECurve_style_wide type)
          void setInterior_style(ECurve_style_wide type, EFill_area_style value)
          void unsetInterior_style(ECurve_style_wide type)

public class CCurve_style_wide implements ECurve_style_wide

          static EAttribute attributeInterior_style(ECurve_style_wide type)
          static int usedinInterior_style(ECurve_style_wide type, EFill_area_style instance, ASdaiModel domain, ACurve_style_wide result)

public class ACurve_style_wide extends AEntity

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