plantuml/src/net/sourceforge/plantuml/svek/image/EntityImageUseCase.java

311 lines
11 KiB
Java
Raw Normal View History

2013-12-10 19:36:50 +00:00
/* ========================================================================
* PlantUML : a free UML diagram generator
* ========================================================================
*
2022-03-07 19:33:46 +00:00
* (C) Copyright 2009-2023, Arnaud Roques
2013-12-10 19:36:50 +00:00
*
2016-03-06 16:47:34 +00:00
* Project Info: http://plantuml.com
*
2017-03-15 19:13:31 +00:00
* If you like this project or if you find it useful, you can support us at:
*
2017-03-15 19:13:31 +00:00
* http://plantuml.com/patreon (only 1$ per month!)
* http://plantuml.com/paypal
*
2013-12-10 19:36:50 +00:00
* This file is part of PlantUML.
*
* PlantUML is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* PlantUML distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
* License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*
*
* Original Author: Arnaud Roques
*
2013-12-10 19:36:50 +00:00
*
*/
package net.sourceforge.plantuml.svek.image;
2020-10-12 20:56:58 +00:00
import java.awt.geom.Point2D;
import java.util.EnumMap;
import java.util.Map;
2013-12-10 19:36:50 +00:00
import net.sourceforge.plantuml.ColorParam;
import net.sourceforge.plantuml.FontParam;
2019-03-29 22:14:07 +00:00
import net.sourceforge.plantuml.Guillemet;
2013-12-10 19:36:50 +00:00
import net.sourceforge.plantuml.ISkinParam;
2017-06-05 11:27:21 +00:00
import net.sourceforge.plantuml.LineParam;
2013-12-10 19:36:50 +00:00
import net.sourceforge.plantuml.SkinParamUtils;
import net.sourceforge.plantuml.Url;
2020-12-01 21:39:27 +00:00
import net.sourceforge.plantuml.UseStyle;
2022-03-01 18:11:51 +00:00
import net.sourceforge.plantuml.awt.geom.Dimension2D;
2013-12-10 19:36:50 +00:00
import net.sourceforge.plantuml.creole.Stencil;
2020-12-14 18:31:06 +00:00
import net.sourceforge.plantuml.cucadiagram.BodyFactory;
2013-12-10 19:36:50 +00:00
import net.sourceforge.plantuml.cucadiagram.Display;
2018-06-12 20:50:45 +00:00
import net.sourceforge.plantuml.cucadiagram.EntityPortion;
2013-12-10 19:36:50 +00:00
import net.sourceforge.plantuml.cucadiagram.ILeaf;
2020-10-12 20:56:58 +00:00
import net.sourceforge.plantuml.cucadiagram.LeafType;
2018-06-12 20:50:45 +00:00
import net.sourceforge.plantuml.cucadiagram.PortionShower;
2013-12-10 19:36:50 +00:00
import net.sourceforge.plantuml.cucadiagram.Stereotype;
import net.sourceforge.plantuml.graphic.FontConfiguration;
import net.sourceforge.plantuml.graphic.HorizontalAlignment;
2018-01-28 22:08:15 +00:00
import net.sourceforge.plantuml.graphic.SkinParameter;
2013-12-10 19:36:50 +00:00
import net.sourceforge.plantuml.graphic.StringBounder;
import net.sourceforge.plantuml.graphic.TextBlock;
import net.sourceforge.plantuml.graphic.TextBlockUtils;
2015-09-28 20:42:17 +00:00
import net.sourceforge.plantuml.graphic.color.ColorType;
2021-03-07 12:23:24 +00:00
import net.sourceforge.plantuml.graphic.color.Colors;
2020-09-30 20:57:58 +00:00
import net.sourceforge.plantuml.style.PName;
2020-06-21 20:31:45 +00:00
import net.sourceforge.plantuml.style.SName;
2020-09-30 20:57:58 +00:00
import net.sourceforge.plantuml.style.Style;
2022-05-04 17:52:00 +00:00
import net.sourceforge.plantuml.style.StyleSignature;
2022-03-01 18:11:51 +00:00
import net.sourceforge.plantuml.style.StyleSignatureBasic;
2013-12-10 19:36:50 +00:00
import net.sourceforge.plantuml.svek.AbstractEntityImage;
import net.sourceforge.plantuml.svek.ShapeType;
import net.sourceforge.plantuml.ugraphic.AbstractUGraphicHorizontalLine;
import net.sourceforge.plantuml.ugraphic.TextBlockInEllipse;
import net.sourceforge.plantuml.ugraphic.UEllipse;
import net.sourceforge.plantuml.ugraphic.UGraphic;
2021-03-07 12:23:24 +00:00
import net.sourceforge.plantuml.ugraphic.UGroupType;
2013-12-10 19:36:50 +00:00
import net.sourceforge.plantuml.ugraphic.UHorizontalLine;
2020-10-12 20:56:58 +00:00
import net.sourceforge.plantuml.ugraphic.ULine;
2013-12-10 19:36:50 +00:00
import net.sourceforge.plantuml.ugraphic.UStroke;
import net.sourceforge.plantuml.ugraphic.UTranslate;
2020-03-18 10:50:02 +00:00
import net.sourceforge.plantuml.ugraphic.color.HColor;
2013-12-10 19:36:50 +00:00
public class EntityImageUseCase extends AbstractEntityImage {
final private TextBlock desc;
final private Url url;
2021-03-07 12:23:24 +00:00
public EntityImageUseCase(ILeaf entity, ISkinParam skinParam2, PortionShower portionShower) {
2021-11-15 18:27:27 +00:00
super(entity, entity.getColors().mute(skinParam2));
2013-12-10 19:36:50 +00:00
final Stereotype stereotype = entity.getStereotype();
final HorizontalAlignment align;
if (UseStyle.useBetaStyle()) {
final Style style = getStyle();
align = style.getHorizontalAlignment();
} else {
align = HorizontalAlignment.CENTER;
}
2021-03-07 12:23:24 +00:00
final TextBlock tmp = BodyFactory.create2(getSkinParam().getDefaultTextAlignment(align), entity.getDisplay(),
FontParam.USECASE, getSkinParam(), stereotype, entity, getStyle());
2013-12-10 19:36:50 +00:00
2019-03-29 22:14:07 +00:00
if (stereotype == null || stereotype.getLabel(Guillemet.DOUBLE_COMPARATOR) == null
2018-06-12 20:50:45 +00:00
|| portionShower.showPortion(EntityPortion.STEREOTYPE, entity) == false) {
2013-12-10 19:36:50 +00:00
this.desc = tmp;
} else {
2020-01-12 22:13:17 +00:00
final TextBlock stereo;
if (stereotype.getSprite(getSkinParam()) != null) {
stereo = stereotype.getSprite(getSkinParam());
} else {
stereo = Display.getWithNewlines(stereotype.getLabel(getSkinParam().guillemet())).create(
2022-03-19 12:48:23 +00:00
FontConfiguration.create(getSkinParam(), FontParam.USECASE_STEREOTYPE, stereotype),
2021-03-07 12:23:24 +00:00
HorizontalAlignment.CENTER, getSkinParam());
2020-01-12 22:13:17 +00:00
}
2013-12-10 19:36:50 +00:00
this.desc = TextBlockUtils.mergeTB(stereo, tmp, HorizontalAlignment.CENTER);
}
this.url = entity.getUrl99();
}
2017-06-05 11:27:21 +00:00
private UStroke getStroke() {
2020-12-01 21:39:27 +00:00
if (UseStyle.useBetaStyle()) {
final Style style = getStyle();
2020-09-30 20:57:58 +00:00
return style.getStroke();
}
2017-06-05 11:27:21 +00:00
UStroke stroke = getSkinParam().getThickness(LineParam.usecaseBorder, getStereo());
2022-02-10 18:16:18 +00:00
if (stroke == null)
2017-06-05 11:27:21 +00:00
stroke = new UStroke(1.5);
2022-02-10 18:16:18 +00:00
2021-11-15 18:27:27 +00:00
final Colors colors = getEntity().getColors();
2021-03-07 12:23:24 +00:00
stroke = colors.muteStroke(stroke);
2017-06-05 11:27:21 +00:00
return stroke;
}
2013-12-10 19:36:50 +00:00
public Dimension2D calculateDimension(StringBounder stringBounder) {
return new TextBlockInEllipse(desc, stringBounder).calculateDimension(stringBounder);
}
final public void drawU(UGraphic ug) {
final StringBounder stringBounder = ug.getStringBounder();
2022-02-10 18:16:18 +00:00
double shadow = 0;
if (UseStyle.useBetaStyle()) {
final Style style = getStyle();
shadow = style.value(PName.Shadowing).asDouble();
} else if (getSkinParam().shadowing2(getEntity().getStereotype(), SkinParameter.USECASE))
shadow = 3;
2013-12-10 19:36:50 +00:00
final TextBlockInEllipse ellipse = new TextBlockInEllipse(desc, stringBounder);
2022-02-10 18:16:18 +00:00
ellipse.setDeltaShadow(shadow);
2013-12-10 19:36:50 +00:00
2022-02-10 18:16:18 +00:00
if (url != null)
2013-12-10 19:36:50 +00:00
ug.startUrl(url);
2017-06-05 11:27:21 +00:00
ug = ug.apply(getStroke());
2020-09-30 20:57:58 +00:00
final HColor linecolor = getLineColor();
2020-04-19 16:04:39 +00:00
ug = ug.apply(linecolor);
2020-09-30 20:57:58 +00:00
final HColor backcolor = getBackColor();
2020-04-19 16:04:39 +00:00
ug = ug.apply(backcolor.bg());
2013-12-10 19:36:50 +00:00
final UGraphic ug2 = new MyUGraphicEllipse(ug, 0, 0, ellipse.getUEllipse());
2022-02-16 18:59:44 +00:00
final Map<UGroupType, String> typeIDent = new EnumMap<>(UGroupType.class);
typeIDent.put(UGroupType.CLASS, "elem " + getEntity().getCode() + " selected");
typeIDent.put(UGroupType.ID, "elem_" + getEntity().getCode());
ug.startGroup(typeIDent);
2013-12-10 19:36:50 +00:00
ellipse.drawU(ug2);
ug2.closeGroup();
2022-02-10 18:16:18 +00:00
if (getEntity().getLeafType() == LeafType.USECASE_BUSINESS)
2020-10-12 20:56:58 +00:00
specialBusiness(ug, ellipse.getUEllipse());
2013-12-10 19:36:50 +00:00
2022-02-10 18:16:18 +00:00
if (url != null)
2020-05-17 21:15:50 +00:00
ug.closeUrl();
2022-02-10 18:16:18 +00:00
2013-12-10 19:36:50 +00:00
}
2020-10-12 20:56:58 +00:00
private void specialBusiness(UGraphic ug, UEllipse frontier) {
final RotatedEllipse rotatedEllipse = new RotatedEllipse(frontier, Math.PI / 4);
final double theta1 = 20.0 * Math.PI / 180;
final double theta2 = rotatedEllipse.getOtherTheta(theta1);
final UEllipse frontier2 = frontier.scale(0.99);
final Point2D p1 = frontier2.getPointAtAngle(-theta1);
final Point2D p2 = frontier2.getPointAtAngle(-theta2);
drawLine(ug, p1, p2);
}
private void specialBusiness0(UGraphic ug, UEllipse frontier) {
final double c = frontier.getWidth() / frontier.getHeight();
final double ouverture = Math.PI / 2;
final Point2D p1 = frontier.getPointAtAngle(getTrueAngle(c, Math.PI / 4 - ouverture));
final Point2D p2 = frontier.getPointAtAngle(getTrueAngle(c, Math.PI / 4 + ouverture));
drawLine(ug, p1, p2);
}
private void drawLine(UGraphic ug, final Point2D p1, final Point2D p2) {
ug = ug.apply(new UTranslate(p1));
ug.draw(new ULine(p2.getX() - p1.getX(), p2.getY() - p1.getY()));
}
private double getTrueAngle(final double c, final double gamma) {
return Math.atan2(Math.sin(gamma), Math.cos(gamma) / c);
}
2020-09-30 20:57:58 +00:00
private HColor getBackColor() {
2021-11-15 18:27:27 +00:00
HColor backcolor = getEntity().getColors().getColor(ColorType.BACK);
2020-09-30 20:57:58 +00:00
if (backcolor == null) {
2020-12-01 21:39:27 +00:00
if (UseStyle.useBetaStyle()) {
2021-05-06 21:23:05 +00:00
Style style = getStyle();
2021-11-15 18:27:27 +00:00
final Colors colors = getEntity().getColors();
2021-05-06 21:23:05 +00:00
style = style.eventuallyOverride(colors);
backcolor = style.value(PName.BackGroundColor).asColor(getSkinParam().getThemeStyle(),
getSkinParam().getIHtmlColorSet());
2020-09-30 20:57:58 +00:00
} else {
backcolor = SkinParamUtils.getColor(getSkinParam(), getStereo(), ColorParam.usecaseBackground);
}
}
return backcolor;
}
2020-12-01 21:39:27 +00:00
private Style getStyle() {
return getDefaultStyleDefinition().getMergedStyle(getSkinParam().getCurrentStyleBuilder());
}
2020-09-30 20:57:58 +00:00
private StyleSignature getDefaultStyleDefinition() {
2022-03-01 18:11:51 +00:00
return StyleSignatureBasic.of(SName.root, SName.element, SName.componentDiagram, SName.usecase).withTOBECHANGED(getStereo());
2020-09-30 20:57:58 +00:00
}
private HColor getLineColor() {
2021-11-15 18:27:27 +00:00
HColor linecolor = getEntity().getColors().getColor(ColorType.LINE);
2020-09-30 20:57:58 +00:00
if (linecolor == null) {
2020-12-01 21:39:27 +00:00
if (UseStyle.useBetaStyle()) {
final Style style = getStyle();
2021-05-06 21:23:05 +00:00
linecolor = style.value(PName.LineColor).asColor(getSkinParam().getThemeStyle(),
getSkinParam().getIHtmlColorSet());
2020-09-30 20:57:58 +00:00
} else {
linecolor = SkinParamUtils.getColor(getSkinParam(), getStereo(), ColorParam.usecaseBorder);
}
}
return linecolor;
}
2013-12-10 19:36:50 +00:00
public ShapeType getShapeType() {
return ShapeType.OVAL;
}
static class MyUGraphicEllipse extends AbstractUGraphicHorizontalLine {
private final double startingX;
private final double yTheoricalPosition;
private final UEllipse ellipse;
@Override
protected AbstractUGraphicHorizontalLine copy(UGraphic ug) {
return new MyUGraphicEllipse(ug, startingX, yTheoricalPosition, ellipse);
}
MyUGraphicEllipse(UGraphic ug, double startingX, double yTheoricalPosition, UEllipse ellipse) {
super(ug);
this.startingX = startingX;
this.ellipse = ellipse;
this.yTheoricalPosition = yTheoricalPosition;
}
private double getNormalized(double y) {
2022-02-10 18:16:18 +00:00
if (y < yTheoricalPosition)
2013-12-10 19:36:50 +00:00
throw new IllegalArgumentException();
2022-02-10 18:16:18 +00:00
2013-12-10 19:36:50 +00:00
y = y - yTheoricalPosition;
2022-02-10 18:16:18 +00:00
if (y > ellipse.getHeight())
2013-12-10 19:36:50 +00:00
throw new IllegalArgumentException();
2022-02-10 18:16:18 +00:00
2013-12-10 19:36:50 +00:00
return y;
}
private double getStartingXInternal(double y) {
return startingX + ellipse.getStartingX(getNormalized(y));
}
private double getEndingXInternal(double y) {
return startingX + ellipse.getEndingX(getNormalized(y));
}
private Stencil getStencil2(UTranslate translate) {
final double dy = translate.getDy();
return new Stencil() {
public double getStartingX(StringBounder stringBounder, double y) {
return getStartingXInternal(y + dy);
}
public double getEndingX(StringBounder stringBounder, double y) {
return getEndingXInternal(y + dy);
}
};
}
@Override
protected void drawHline(UGraphic ug, UHorizontalLine line, UTranslate translate) {
2017-06-05 11:27:21 +00:00
final UStroke stroke = new UStroke(1.5);
2013-12-10 19:36:50 +00:00
line.drawLineInternal(ug.apply(translate), getStencil2(translate), 0, stroke);
}
}
}