예제 #1
0
  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);
 }