Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


ENTITY curve_style_font_pattern
          SUBTYPE OF (founded_item);
          visible_segment_length : positive_length_measure;
          invisible_segment_length : positive_length_measure;
END_ENTITY; -- curve_style_font_pattern

Entity data types and their attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;
curve_style_font_pattern
          visible_segment_length: positive_length_measure;
          invisible_segment_length: positive_length_measure;

Known subtypes

          curve_font_pattern (STYLED_CURVE_XIM)

Users

founded_item
          founded_item.users
                    founded_item_select
curve_style_font_pattern
          curve_font.pattern_list
          curve_style_font.pattern_list
          user_defined_curve_font_armx.pattern

Global rules for this entity data type

          -

public interface ECurve_style_font_pattern extends EFounded_item

visible_segment_length (explicit attribute)

          boolean testVisible_segment_length(ECurve_style_font_pattern type)
          double getVisible_segment_length(ECurve_style_font_pattern type)
          void setVisible_segment_length(ECurve_style_font_pattern type, double value)
          void unsetVisible_segment_length(ECurve_style_font_pattern type)

invisible_segment_length (explicit attribute)

          boolean testInvisible_segment_length(ECurve_style_font_pattern type)
          double getInvisible_segment_length(ECurve_style_font_pattern type)
          void setInvisible_segment_length(ECurve_style_font_pattern type, double value)
          void unsetInvisible_segment_length(ECurve_style_font_pattern type)

public class CCurve_style_font_pattern implements ECurve_style_font_pattern

          static EAttribute attributeVisible_segment_length(ECurve_style_font_pattern type)
          static EAttribute attributeInvisible_segment_length(ECurve_style_font_pattern type)

public class ACurve_style_font_pattern extends AEntity

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