Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


ENTITY character_glyph_style_stroke
          SUBTYPE OF (founded_item);
          stroke_style : curve_style;
END_ENTITY; -- character_glyph_style_stroke

Entity data types and their attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;
character_glyph_style_stroke
          stroke_style: curve_style;

Users

founded_item
          founded_item.users
                    founded_item_select
character_glyph_style_stroke
          text_style.character_appearance
                    character_style_select

Global rules for this entity data type

          -

public interface ECharacter_glyph_style_stroke extends EFounded_item

stroke_style (explicit attribute)

          boolean testStroke_style(ECharacter_glyph_style_stroke type)
          ECurve_style getStroke_style(ECharacter_glyph_style_stroke type)
          void setStroke_style(ECharacter_glyph_style_stroke type, ECurve_style value)
          void unsetStroke_style(ECharacter_glyph_style_stroke type)

public class CCharacter_glyph_style_stroke implements ECharacter_glyph_style_stroke

          static EAttribute attributeStroke_style(ECharacter_glyph_style_stroke type)
          static int usedinStroke_style(ECharacter_glyph_style_stroke type, ECurve_style instance, ASdaiModel domain, ACharacter_glyph_style_stroke result)

public class ACharacter_glyph_style_stroke extends AEntity

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