Overview Schemas Index

STYLED_CURVE_XIM (jsdai.SStyled_curve_xim)


ENTITY curve_font
          SUBTYPE OF (curve_style_font);
          SELF\curve_style_font.name RENAMED curve_font_name : STRING;
DERIVE
          SELF\curve_style_font.pattern_list : LIST [1:?] OF curve_style_font_pattern := ?;
END_ENTITY; -- curve_font

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_font
          (RT) name->curve_font_name: STRING;
          (RT) (DER) pattern_list: LIST [1:?] OF curve_style_font_pattern;

Known subtypes

          user_defined_curve_font_armx (STYLED_CURVE_XIM)

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_font
          curve_appearance.font
                    curve_font_select

Global rules for this entity data type

          -

public interface ECurve_font extends ECurve_style_font


public class CCurve_font implements ECurve_font

          static EAttribute attributePattern_list(ECurve_font type)
          static int usedinPattern_list(ECurve_font type, ECurve_style_font_pattern instance, ASdaiModel domain, ACurve_font result)

public class ACurve_font extends AEntity

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