コード例 #1
0
ファイル: EntityImageNote2.java プロジェクト: 51ttw/plantuml
  public EntityImageNote2(IEntity entity, ISkinParam skinParam, Collection<Link> links) {
    super(entity, skinParam);

    final Rose skin = new Rose();

    comp = skin.createComponent(ComponentType.NOTE, null, skinParam, entity.getDisplay());
  }
コード例 #2
0
 public EntityImageNoteLink(Display note, Colors colors, ISkinParam skinParam) {
   final Rose skin = new Rose();
   comp = skin.createComponent(ComponentType.NOTE, null, colors.mute(skinParam), note);
 }